- 浏览: 90201 次
最新评论
-
ngn9999:
天下文章一大抄
网页上的FLASH挡住层 -
avi2:
绿色软件直接可以用的
最好的java反编译器 -
无敌小蚂蚁:
http://java.decompiler.free.fr/ ...
最好的java反编译器 -
无敌小蚂蚁:
怎么用?好像不好使!!
最好的java反编译器 -
avi2:
你是不是make少库了?
RSYNC安装使用详解
文章列表
1、检查当前的分区情况: [root@localhost]#free -m2、增加交换分区文件及大小,如果要增加2G大小的交换分区,则命令写法如下,其中的 count 等于想要的块大小。
一步一学Linux与Windows 共享文件Samba (v0.2b)
作者:北南南北,正在增加中... ... 需要您的参与;来自:LinuxSir.Org简介:本文只是讲一讲我们最常用的Linux与Windows共享文件,主要是为新手指一指路。如何建立最简单的Samba服务器,并讲述遇到问题应该从何处寻找解决方案;正在更新之中,希望您的参加 ... ... 谢谢;
目录
0.1 查看文件内容和编辑文件的工具;0.2 关于文件和目录相关;03 用户和用户组相关;04 进程管理;
0、架设Samba 服务器的前提;
FINGERS CROSSED 意为十指交叉以求好运
http://www.iconpng.com/icon/3336
http://www.iconpng.com/icon/16928
转自这个文章
http://code.google.com/p/gwt-ext/issues/detail?id=406
Added a new Interface that implementors should implement the onClick event. This
event does pass the necessary information to the Tool.
The new interface is ToolHandler and the signature of the onclick event is:
public void onClick(Even ...
I recently had a requirement wherein two grids showing similar information needed synchronized scrolling i.e. if the left grid was scrolled down vertically, the right grid also needed to be scrolled down in the same proportion and vice-versa.
This feature comes in very handy when the user has to com ...
List list = Collections.synchronizedList(new ArrayList());
poi 控制单元格的string属性
- 博客分类:
- java
开发中碰到一个很怪的问题,设置单元格的属性是string了,显示如“0000123”也正确了,但是双击后又变成了数字,现在用这个方式解决了,但是没有搞清楚具体的原因,可能要接着继续研究一下,在此先记录一下
HSSFRichTextString richString = new HSSFRichTextString(textValue);
HSSFDataFormat df = workbook.createDataFormat();
HSSFCellStyle cs = cell.getCellStyle(); ...
ContractBo contractBo = new ContractBo();
Class clazz = contractBo.getClass();
Field[] fields=clazz.getDeclaredFields();
for(int j=0;j<fields.length;j++){
//System.out.println("name="+fields[j].getName());
...
java.lang.IllegalStateException: Form too large230702>200000
at org.mortbay.jetty.Request.extractParameters(Request.java:1404)
just set parameters to VM
-Dorg.mortbay.jetty.Request.maxFormContentSize=-1
from http://m-button.blogspot.com/2008/09/how-to-deploy-hudson-on-weblogic.html
Hudson is an excellent continuous integration engine !
But if you have already tried to use it on WebLogic, you may have encoutered the following error :
This error translated in English says :
"Your servlet ...
尽可能使用
getServletContext().getResourceAsStream("/WEB-INF/classes/xxxx");
来获取资源文件
或者专门的读取资源文件方法,如freemarker
Configuration cfg = new Configuration();
ClassTemplateLoader classTemplateLoader = new ClassTemplateLoader(getClass(), "/template");
cfg.setTemplateLoader(classTemplateL ...
在运行过程中出现
ClassNotFoundException: org.hibernate.hql.ast.HqlToken 错误weblogic异常退出。
原因:
Hibernate3.0 采用新的基于ANTLR的HQL/SQL查询翻译器,在Hibernate的配置文件中,hibernate.query.factory_class属性用来选择查询翻译器。
(1)选择Hibernate3.0的查询翻译器:
hibernate.query.factory_class= org.hibernate.hql.ast.ASTQueryTranslatorFactory
(2)选择Hibernate2. ...
一个是xhtmlrenderer
https://xhtmlrenderer.dev.java.net/
LGPL协议
另外一个是
http://www.allcolor.org/YaHPConverter/
LGPL协议
都是基于ITEXT的
_wls_cls_gen.jar Issue
from http://jaysensharma.wordpress.com/2009/12/28/_wls_cls_gen-jar-issue/
WebLogic 10 And WebLogic 10.3 creates a Jar file (_wls_cls_gen.jar)while deploying our Archieved Applications (WAR files). Which includes all the contains available inside the WEB-INF/classes directory ...
When I imported an existing Eclipse WTP project, I encountered the following error:
Java compiler level does not match the version of the installed
Java project facet. Unknown Faceted Project Problem (Java Version
Mismatch)
Found the solution here
,
which basically states that there is a sep ...