摘要:http://snowyvalley.blogchina.com/blog/article_33458.192098.html
......
摘要:
使用 ant 让你愉快编程(3)
摘要: build.xml, build.properties
2. 介绍 build.xml, build.properties
. 以下为 build.xml 文件内容.
<?xml version="1.0" encoding="iso-8859-1"?>
&l......
操作文件系统(3)显示目录内容string str=textbox2.text ; // datagrid1.datasource =directory.getfiles (str); 【程序编程相关:
前进中的Web3D】 【推荐阅读:
极限编程中的简单设计原则】 datagrid1.datasource =directory.getfiles (str,"*.aspx");//获取目录下.aspx后缀的文件列表 【扩展信息:
temp】 datagrid1.databind ();
摘要:
使用 ant 让你愉快编程(4)
摘要: checkstyle_checks.xml, java.header
现在已经有了目录结构, 有了 build_common.xml, common.xml, usage.txt,
build.xml, build.properties 等文件, 已经可以完成大部分任务了.
现在介绍如何进行辅助任务, 比如代码检查.
代码检查在 ......