`
文章列表
\>jar cf jar-file input-file(s)   /*   说明,windows下和UNIX下对目录结构的分隔符习惯不同,前者为\,后者为/ ,本文仅仅为了说明问题,并不严格加以说明。——注意,无论任何平 台,在manifest文件中均采用/   */   /*   该形式的命令在当前目录下创建一个jar-file   c开关指明“创建”一个jar文件   f开关指明输出到文件,而不是stdout(标准输出)   jar-file如果不指明后缀,则默认为*.jar   空格用于分隔多个输入文件,可以使用通配符“*”   有必要时指明目录   开关出现 ...
Quote : http://blog.railschina.com/17/viewspace-85.html 1.安装开发环境 1.1.安装JRE, 下载页面http://java.sun.com/javase/downloads/index_jdk5.jsp 源位置:http://192.18.108.219/ECom/EComTicketServlet/BEGIN623F11C90C94866E0AD1B11435C454F0/-2147483648/2065527639/1/798890/798638/206552 ...
Quote :  https://help.ubuntu.com/community/RubyOnRails 
Quote : http://www-128.ibm.com/developerworks/java/library/j-appfuse/ Reason #1: Testing Reason #2: Integration Reason #3: Automation Reason #4: Security features and extensibility Reason #5: Code generation with AppGen Reason #6: Documentation Reason #7: Community
1: Minimize HTTP Requests Quote: http://developer.yahoo.com/performance/rules.html#num_http 80% of the end-user response time is spent on the front-end. Most of this time is tied up in downloading all the components in the page: images, stylesheets, scripts, Flash, etc. Reducing the number of co ...
总结一下rails安装的几种方式,所有内容均以 http://www.rubyonrails.org/down 为准。 当然,第一步是安装ruby,略。 一、常规方式:远程gem gem install rails --include-dependencies 安装时需要联网。 二、 本地gem方式 仔细分析远程gem方式的安装,发现它首先下载并安装其依赖的其它gem包,它们依次是: activesupport activerecord actionpack actionmailer actionwebservice 最后才是 rails 因此,到rubyforge.org分别下载这六个包 ...
作者:sharedata 来源:http://www.matrix.org.cn/blog/X-Brave/ 测试是需要成本的,也需要考虑当时当地的实际情况的,这就是一方面我非常强调测试,但也可能在特定的情况下完全没有传统意义的测试的原因。 另一方面,对测试的理解和 ...
<script type="text/javascript"> function showsubmenu(sid) { var whichEl; whichEl = eval("submenu" + sid); if (whichEl.style.display == "none") { eval("submenu" + sid + ".style.display=\" ...
接触Java也很长时间了,可是一直觉得自己的基础不是太好,最近买了一本 Java 2入门经典JDK5  我推荐这本书,个人感觉对TIJ要好一些,起码是大陆的人翻译的,比HOUJ翻译的好懂一些,懂起来起码知道是什么意思,不用再大脑翻译一遍(难道只有吴宗宪能说流利的大陆话吗?)。 今天看到对java的一些参数的具体介绍,索性研究了一下,其实也无所谓研究,就是翻译了一些java ,javac,jar 后面的参数的具体含义吧,希望对大家的一些学习有点帮助。一些具体的用法大家可以深入的研究一下。 首先来说javac的,很情感,javac,jar的有对应的中文版本,而java的就没有,不知道为什么,也希 ...
晚上才真正的理解了这个; google 有了这个: J2SE 5.0的三种内置注释类型 注解(annotation)是J2SE 5.0的新内容,它给我们提供了很好的编程支持,下面介绍一下其内置的三种注解类型: 1. @Override @Override用在多态情况下,比如: ...
3.WebWork - WebWork - Action configuration: The optional "method" parameter tells WebWork which method to call based upon this action. If you leave the method parameter blank, WebWork will call the method execute() by default. If there is no execute() method and no method specified in the x ...
个人感觉很是重要或经典,摘抄下来; Start: 1.WebWork - WebWork - Package Configuration: Packages are a way to group Actions, Results, Result Types, Interceptors and Stacks into a logical unit that shares a common configuration. (Packages是把Actions, Results, Result Types, Interceptors和Stacks分组成逻辑单元的一种方式,以分享一些共同设置). ...
小做个链接: Start: Package Configuration Namespace Configuration Include configuration Action configuration Result Configuration Interceptor Configuration Views -------------------------------------------------------------------- referrence
webwork.properties 的属性值实在太多太烦人; 无奈了 ; 接着copy了 ; Start: 文件说明 default.properties是Webwork的缺省配置文件,可以被classpath根目录下的 webwork.properties 文件覆盖 配置工厂 指定用来配置webwork的 Configuration. 用户可以扩展 com.opensymphony.webwork.config.Configuration 来创建自己的方式来获取配置参数以传给webwork # webwork.configuration=com.opensymphony.webwo ...
$ grep MemTotal /proc/meminfo                             检查内存空间 $ grep SwapTotal /proc/meminfo                            检查交换空间
Global site tag (gtag.js) - Google Analytics