摘要:
使用 ant 让你愉快编程(5)
摘要: build_tomcat.xml, tomcat.xml
现在介绍一下如何与 tomcat 一起配合工作.
java 的程序很大部分都涉及 web, 自己测试时使用 tomcat 还是很方便的,
所以有必要介绍一下.
在 work/common/ 下的 build_tomcat.xml, tomcat.xml 这两个文件是与
t......
摘要:
邀请——gmail可怕的病毒营销传播模式
《世界计算机》it.icxo.com ( 日期:2004-10-15 10:39)
gmail是google在全球率先推出的1g免费邮箱,推出时曾引起互联网界地震,将无数人震晕,至今仍余震不断。但测试中的gmail不接受公开申请,而是通过google员工......
使用 ant 让你愉快编程(2)
使用 ant 让你愉快编程(2)
摘要: build_common.xml, common.xml 及 usage.txt
2. 介绍 build_common.xml, common.xml 及 usage.txt
. 以下为 build_common.xml 文件内容.
<?xml version="1.0" encoding="iso-8859-1"?>
<!--
copyright 2004 camry.wu@gmail.com
this program is free software; you can redistribute it and/or modify
it under the terms of the gnu general public license as published by
the free software foundation; either version 2 of the license, or
(at your option) any later version.
this program is distributed in the hope that it will be useful,
but without any warranty; without even the implied warranty of
merchantability or fitness for a particular purpose. see the
gnu general public license for more details.
you should have received a copy of the gnu general public license
along with this program; if not, write to the free software
foundation, inc., 59 temple place, suite 330, boston, ma 02111-1307 usa
-->
<project name="common build file" default="all" basedir="">
<description>
这是一个通用的 ant build 文件. version 1.0.
感谢: 这篇文档借用了很多 johan 的想法, 他的主页在 http://dev.kanngard.net
copyright 2004 camry.wu@gmail.com
</description>
<!-- 读入 common.xml 配置 -->
<xmlproperty file="${path.common}/common.xml"
semanticattributes="true"
keeproot="false"/>
<!-- 设置编译时的 classpath -->
<path id="compile.classpath">
<fileset dir="${path.common}/lib">
<include name="*.j...
下一页 摘要:下列链接是历年日本语能力测试的汉字、词汇及语法集,请大家参考。
1992-2002 四级汉字表 http://www.mlcjapanese.co.jp/downloadf/4-4-kanjiinpasttest.pdf 1992-2002 四级语汇表 http://www.mlcjapanese.co.jp/dow ... ularyinpasttest.pdf 1992-2002......