- 浏览: 500593 次
- 性别:
- 来自: 上海
-
最新评论
-
wangyudong:
非常详细的代码实例,试着写出了自己的API用Wisdom RE ...
Spring MVC风格的restful接口开发
文章列表
GNU的make使用手册
- 博客分类:
- 网址
http://gcc.gnu.org/onlinedocs/
gun makefile 中文手册
1.Linux下makefile教程
http://www.cnblogs.com/liyanwei/archive/2010/04/29/1723931.html
2.安装Ubuntu 教程
http://www.cnbeta.com/articles/157863.htm
The NTFS partition is in an unsafe state. Please resume and shutdownWindows fully (no hibe ...
原文:http://blog.csdn.net/kindazrael/article/details/7266314
[plain] view plaincopy
1.首先去 这里 http://download.java.net/openjdk/jdk7/ 下载OpenJDK7的源码zip包
自己动手编译Windows版的OpenJDK 7
- 博客分类:
- 网址
1.自己动手编译Windows版的OpenJDK 7
http://www.iteye.com/topic/1097344
http://zhenghaoju700.blog.163.com/blog/static/13585951820125272226815/
工程目录结构以及所需的jar包如下:
工具:poi-2.0-RC2-20040102.jar(注意:这里并没有使用本机自带的Excel2007制作模板)
现在很多工具都要版本对应才能使用,eg:在使用poi-2.0-RC2时 必须使用老版本的Excel新建xls文件,Excel2007
新建的Excel是".xlsx"结尾的,不能使用poi-2.0-RC2。
又比如:在使用itext1.3时,使用现在普遍存在的adobe acrobat7.0以上的版本制作的模板都不行,但使用itext2.0就可以解决中文无法显示(或乱码的问题)
如果你电脑上安装的是Exc ...
1.各种开源协议
http://www.open-open.com/bbs/view/1319816219625
HotSpot VM
- 博客分类:
- HotSpot VM
http://zhaow-381002134.iteye.com/blog/565682
2.hotspot vm
http://rednaxelafx.iteye.com/blog/1007251
org.apache.log4j.PropertyConfigurator
Allows the configuration of log4j from an external file.
允许使用外部文件来配置log4j
See doConfigure(String, LoggerRepository) for the expected format.
看 doConfigure(String, LoggerRepository)了解期望的格式
It is sometimes useful to see how log4j is reading configura ...
1.JNDI到底是什么?
http://blog.csdn.net/zhch152/article/details/7798625
1.Class类
2.ThreadLocal
http://www.iteye.com/topic/103804
1.log4j的默认加载过程
http://blog.csdn.net/yhmhappy2006/article/details/6541540
2.log4j简明教程
http://www.blogjava.net/kuxiaoku/archive/2007/01/19/94824.html
project显示svn上的工程信息
- 博客分类:
- eclipse
图标等等都不见了。检查插件都在,更新,提交等操作都能正常使用,唯独看不到状态了。
经过一番查找,找到问题解决办法。
打开 : windows ->preferences->General->Appearance->Lable Decorations 勾选其中的 SVN 项即可。
在DispatchAction的子类中定义多个Action,通过operation参数指定调用哪一个方法。如果operation是空字符串或是execute,那么就调用默认的方法unspecificed方法.
public class ProductAction extends DispatchAction{
/**
* 在Action类中有一个特殊的方法:execute。如果调用了这个方法,将会出现递归调用的情况
*1.如果访问的是execute方法,将name设置成null,访问默认的方法unspecified
*2.在没找到对应的方 ...
(1) derby的安装详解
http://nj-apple-tree.iteye.com/blog/1978354
相关连接:http://blog.csdn.net/remote_roamer/article/details/4830723
http://fyzjhh.blog.163.com/blog/static/16944422620134236813937/
(2) squrrel sql Client安装
下载:squrrel sql client下载下来是个jar包 :squirrel-sql-3.5.3-standa ...
Description Resource Path Location Type
The content of element type "struts-config" must match "(data-sources?,form-beans?,global-exceptions?,global-forwards?,action-mappings?,controller?,message-resources*,plug-in*)". struts-config.xml /struts1_102/WebContent/WEB-INF line 8 XML ...