摘要:
1 maven和ant的比较
第一:每次和别人说maven的时候,很多会认为是全新的东西而不肯放弃ant。其实,ant脚本是可以直接运行在maven中的。
如果要说maven和ant有什么差别,我觉得最大的差别就是在于maven的编译以及所有的脚本都有一个基础,就是pom(project object model)。这个模型定义了项目的方方面面,然后各式各样的脚本在这个模型上工作,而a......
摘要:在freeager帮助下,我在单位安装了jspwiki。
安装环境:1.window20002.j2sdk1.4.1_013.jakarta-tomcat-5.0.14安装步骤:1.运行tomcat-5.0.14.2.下载www.jspwiki.org,解压后将jspwiki.war拷贝到d:\java\jakarta-tomcat-5.0.14\webapps3.解压jspwiki_sampl......
GNU通用公共许可证(中--英对照) gnu general public license
【程序编程相关:
关于Visio2000 Enterpri】
version 2, june 1991 【推荐阅读:
checkbox全选】
675 mass ave, cambridge, ma 02139, usa 【扩展信息:
我的百宝箱之eclipse技巧 】
copyright (c) 1989, 1991 free software foundation, inc.
everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
gnu通用公共许可证
1991.6 第二版
版权所有(c)1989,1991 free software foundation, inc.
675 mass ave, cambridge, ma02139, usa
允许每个人复制与发布这一许可证原封不动的副本,但不允许对它做任何
修改.
preamble
the licenses for most software are designed to take away your
freedom to share and change it. by contrast, the gnu general public
license is intended to guarantee your freedom to share and change free
software--to make sure the software is free for all its users. this
general public license applies to most of the free software
foundation´s software and to any other program whose authors commit to
using it. (some other free software foundation software is covered by
the gnu library general public license instead.) you can apply it to
your programs, too.
序言
大多数软件许可证的意图是为剥夺你的共享与修改软件的自由.对比之下,
gnu通用公共许可证力图保证你共享与修改自由软件的自由——保证自由软件对所有
用户是自由的.gnu通用公共许可证适用于大多数自由软件基金会的软件,以及由
使用这些软件而承担义务的作者所开发的软件.(自由软件基金会的其他一些软
件受gnu库通用许可证的保护).你也可以将它用到你的程序中.
when we speak of free software, we are referring to freedom, not
price. our general public licenses are designed to make sure that you
have the freedom to distribute copies of free software (and charge for
this service if you wish), that you receive source code or can get it
if you want it, that you can change the software or use pieces of it
in new free programs; and that you know you can do these things.
当我们谈到自由软件(free software)时,所指的是自由而不是价格.我们
的gnu通用公共许可证力图保证你有发布自由软件的自由(如果你愿意,你可以对
此项服务收取一定的费用),保证你能收到源程序或者在你需要时能得到它,保
证你能修改软件或将它的一部分用于新的自由软件;而且还保证你知道你能做这
些事情.
to protect your rights, we need to make restrictions that forbid
anyone to deny you these rights or to ask you to surrender the rights.
these restrictions translate to certain responsibilities for you if you
distribute copies of the software, or if you modify it.
为保护你的权利,我们需要作出规定:禁止任何人不承认你的权利,或者要求
你放弃这些权利.如果你修改了自由软件或者分发了软件的副本,这些规定就转化
为你的责任.
...
下一页 摘要:
jar 文件揭密
英文原文
内容:
jar 文件是什么?
可执行的 jar
包密封
jar 文件中的安全性
jar 索引
结束语
参考资料
关于作者
对本文的评价
相关内容:
......