新发现的一些功能使用

    1、  在myEclipse下设置 作者/时间 的东东, 在window——preferences——java——codeStyle——codeTemplates中进行设置。

     2、  在MyEclipse下设置 自动补全功能。 window——preferences——java——Editor——contentAssisnt
    然后再导入导出...

    3、 在struts.xml文件中导入其他的.xml文件:  <include file="../classes/struts_yy.xml"></include> 在struts.xml文件中

         当然此处具体的路径给发还得根据实际情况来。

4、 在web.xml中做相应的配置, 如果有多个applicationContext.xml的话就使用逗号分离



  5、 以往在数据库下导入导出数据时都是使用的imp与exp命令。 今天发现在PL/SQL下有一种图形化的方式, 那就是选择 Tools——import  Tables

你可能感兴趣的:(sql,Web,xml,MyEclipse,struts)