zoukankan      html  css  js  c++  java
  • 在Eclipse中导入dtd和xsd文件,使XML自动提示

    DTD 类型约束文件 
        1. Window->Preferences->XML->XML Catalog->User Specified Entries窗口中,选择Add 按纽 
            
        2.在Add XML Catalog Entry 对话框中选择或输入以下内容: 
            Location: F:softprogrammingSoftFrameworkIbatissql-map-config-2.dtd 
            Key Type: URI 
            KEY: http://ibatis.apache.org/dtd/sql-map-config-2.dtd 
            
    XSD 类型约束文件 

        1. Window->Preferences->XML->XML Catalog->User Specified Entries窗口中,选择Add 按纽 
            
        2.在Add XML Catalog Entry 对话框中选择或输入以下内容: 
            Location: F:softprogrammingSoftFrameworkSpringspring-framework-2.5.6.SEC01-with-dependenciesspring-framework-2.5.6.SEC01dist esourcesspring-beans-2.5.xsd 
            Key Type: Schema Location 
            KEY: http://www.springframework.org/schema/beans/spring-beans-2.5.xsd 
    本文来自CSDN博客,转载请标明出处:http://blog.csdn.net/xiaoping8411/archive/2009/11/17/4822980.aspx

  • 相关阅读:
    codevs 2010 求后序遍历
    code vs 1013 求先序排列
    codevs 3143 二叉树的序遍历
    codevs 3083 二叉树
    找树的根和孩子
    1501 二叉树最大宽度和高度
    1758:二叉树
    sql 如何把查询得到的结果如何放入一个新表中
    2011的n次方
    计算2的N次方
  • 原文地址:https://www.cnblogs.com/google4y/p/3303586.html
Copyright © 2011-2022 走看看