1) eclipse设置 window->preference-> JavaScript -> Validator->Errors/Warnings->Enable Javascript Sematic validation前面的钩号去掉 2) .project文件 下面的代码删除 org.ecli...
分类:
Web程序 时间:
2014-06-27 20:30:57
阅读次数:
291
#Region Project Attributes #ApplicationLabel: ProgressBarTest #VersionCode: 20140626 #VersionName: 'SupportedOrientations possible values: unspecif...
分类:
移动开发 时间:
2014-06-27 18:22:43
阅读次数:
694
fishman JMJ_API 1.0 system ${project.basedir}/lib/JMJ_API.jar 注意1.system2.${project.basedir}/...
分类:
其他好文 时间:
2014-06-27 17:18:36
阅读次数:
281
1、根目录:String rootPath = application.getRealPath("/");2、文件是否可写: public boolean isCanWrite(String dirPath) { File file = new File(dirPath); if(!file.e.....
分类:
其他好文 时间:
2014-06-27 17:06:19
阅读次数:
171
Delphi Internal Error L681Although this specific example doesn't reproduce the problem in a small project, this caused the problem in a larger project...
分类:
其他好文 时间:
2014-06-27 14:34:33
阅读次数:
421
1.选择工程菜单Project->Genarate Javadoc 2.选择工程鼠标右键菜单Export 选择Java 下面Javadoc 点next 按钮 3.选择工程菜单File->Export 选择Java 下面Javadoc 点next 按钮 选择生成Javadoc 文档内容( 般选publ...
分类:
编程语言 时间:
2014-06-26 19:01:00
阅读次数:
301
【Platform Dependent Compilation】1、Platform Defines 2、在Project Setting -> Player 面板的Other Settings的Scripting Define Symbols可以自定义macro,在此片定义的macro会被所有代....
分类:
其他好文 时间:
2014-06-26 18:35:08
阅读次数:
190
#Region Project Attributes #ApplicationLabel: ListViewTest #VersionCode: 20140625 #VersionName: 'SupportedOrientations possible values: unspecified...
分类:
移动开发 时间:
2014-06-26 15:29:31
阅读次数:
419
网上很多要修改.class .project的比较麻烦有时候还不一定管用。下面的方法适合于项目用已经引用了jar,但是运行时却ClassNotFound,请用如下方法试试:
严重: Error configuring application listener of class org.springframework.web.context.ContextLoaderL...
分类:
编程语言 时间:
2014-06-26 14:25:32
阅读次数:
228
eclipse与maven插件的结合为我们快速搭建开发环境提供了便捷条件,然而maven编译出来的class文件、配置文件和打包文件实际上都不需要进行版本控制,团队中每个人的开发环境可能不太一样,将.settings目录和.project等文件同步到svn甚至还会引起冲突和不便,因此最好将它们忽略,保持一个干净的svn环境。...
分类:
系统相关 时间:
2014-06-26 11:41:54
阅读次数:
400