- 浏览: 454786 次
- 性别:
- 来自: 深圳
最新评论
-
zjhgx:
多谢,多谢。多谢
Ubuntu 中软件的安装、卸载以及查看的方法总结 -
37du:
受教了,对于理解运行过程有很好的效果
ActionMapper---webwork 2.1到2.2 的变化 -
chxiaowu:
非常好,谢谢!
Ubuntu 中软件的安装、卸载以及查看的方法总结 -
euii:
谢谢,这样的总结。
Ubuntu 中软件的安装、卸载以及查看的方法总结 -
xiaoyao3857:
谢谢,正需要这样的汇总型字典!
Ubuntu 中软件的安装、卸载以及查看的方法总结
文章列表
\>jar cf jar-file input-file(s)
/*
说明,windows下和UNIX下对目录结构的分隔符习惯不同,前者为\,后者为/ ,本文仅仅为了说明问题,并不严格加以说明。——注意,无论任何平
台,在manifest文件中均采用/
*/
/*
该形式的命令在当前目录下创建一个jar-file
c开关指明“创建”一个jar文件
f开关指明输出到文件,而不是stdout(标准输出)
jar-file如果不指明后缀,则默认为*.jar
空格用于分隔多个输入文件,可以使用通配符“*”
有必要时指明目录
开关出现 ...
- 2007-08-18 18:28
- 浏览 1252
- 评论(0)
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 ...
- 2007-08-03 08:37
- 浏览 2829
- 评论(0)
Quote :
https://help.ubuntu.com/community/RubyOnRails
- 2007-08-03 08:30
- 浏览 1205
- 评论(0)
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
- 2007-08-02 14:50
- 浏览 1431
- 评论(0)
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 ...
- 2007-08-01 14:38
- 浏览 1195
- 评论(0)
总结一下rails安装的几种方式,所有内容均以 http://www.rubyonrails.org/down 为准。
当然,第一步是安装ruby,略。
一、常规方式:远程gem
gem install rails --include-dependencies
安装时需要联网。
二、 本地gem方式
仔细分析远程gem方式的安装,发现它首先下载并安装其依赖的其它gem包,它们依次是:
activesupport
activerecord
actionpack
actionmailer
actionwebservice
最后才是 rails
因此,到rubyforge.org分别下载这六个包 ...
- 2007-08-01 12:28
- 浏览 1516
- 评论(0)
作者:sharedata
来源:http://www.matrix.org.cn/blog/X-Brave/
测试是需要成本的,也需要考虑当时当地的实际情况的,这就是一方面我非常强调测试,但也可能在特定的情况下完全没有传统意义的测试的原因。
另一方面,对测试的理解和 ...
- 2006-12-07 21:38
- 浏览 1418
- 评论(0)
<script type="text/javascript">
function showsubmenu(sid)
{
var whichEl;
whichEl = eval("submenu" + sid);
if (whichEl.style.display == "none")
{
eval("submenu" + sid + ".style.display=\" ...
- 2006-12-01 22:03
- 浏览 4418
- 评论(0)
接触Java也很长时间了,可是一直觉得自己的基础不是太好,最近买了一本
Java 2入门经典JDK5
我推荐这本书,个人感觉对TIJ要好一些,起码是大陆的人翻译的,比HOUJ翻译的好懂一些,懂起来起码知道是什么意思,不用再大脑翻译一遍(难道只有吴宗宪能说流利的大陆话吗?)。
今天看到对java的一些参数的具体介绍,索性研究了一下,其实也无所谓研究,就是翻译了一些java ,javac,jar 后面的参数的具体含义吧,希望对大家的一些学习有点帮助。一些具体的用法大家可以深入的研究一下。
首先来说javac的,很情感,javac,jar的有对应的中文版本,而java的就没有,不知道为什么,也希 ...
- 2006-11-08 10:24
- 浏览 5738
- 评论(0)
晚上才真正的理解了这个;
google 有了这个:
J2SE 5.0的三种内置注释类型
注解(annotation)是J2SE 5.0的新内容,它给我们提供了很好的编程支持,下面介绍一下其内置的三种注解类型:
1. @Override
@Override用在多态情况下,比如:
...
- 2006-11-02 21:34
- 浏览 2100
- 评论(0)
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 ...
- 2006-10-19 21:08
- 浏览 1575
- 评论(0)
个人感觉很是重要或经典,摘抄下来;
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分组成逻辑单元的一种方式,以分享一些共同设置).
...
- 2006-10-19 20:25
- 浏览 1716
- 评论(0)
小做个链接:
Start:
Package Configuration
Namespace Configuration
Include configuration
Action configuration
Result Configuration
Interceptor Configuration
Views
--------------------------------------------------------------------
referrence
- 2006-10-17 21:55
- 浏览 1442
- 评论(0)
webwork.properties 的属性值实在太多太烦人;
无奈了 ; 接着copy了 ;
Start:
文件说明
default.properties是Webwork的缺省配置文件,可以被classpath根目录下的 webwork.properties 文件覆盖
配置工厂
指定用来配置webwork的 Configuration.
用户可以扩展 com.opensymphony.webwork.config.Configuration 来创建自己的方式来获取配置参数以传给webwork
# webwork.configuration=com.opensymphony.webwo ...
- 2006-10-17 21:29
- 浏览 3218
- 评论(0)
$ grep MemTotal /proc/meminfo 检查内存空间
$ grep SwapTotal /proc/meminfo 检查交换空间
- 2006-10-17 21:16
- 浏览 1359
- 评论(0)