搜索资源列表
poi-3.0-rc4-20070503
- JAVA操作Excel文件,采用POI,里面有POI的文件,运行的时候需要先创建e:\\\\foo.xls文件。没有密码,直接解压,需要更多信息:可以查看http://hi.baidu.com/lutao1984/blog/item/14458d50c9d09360853524f6.html页面-JAVA operation Excel documents, using POI, which has POI documents, running time required to create e
Foo
- effection of webpages programmed by JS.They are the best examples of
ExtractStringRefactoring
- This refactoring extracts a string from a file and replaces it by an Android resource ID such as R.string.foo.
Struts03OGNL
- OGNL表达式是(Object-Graph Navigation Language)是对象图形化导航语言。OGNL是一个开源的项目,struts2中默认使用OGNL表达式语言来显示数据。与serlvet中的el表达式的作用是一样的。OGNL表达式有下面以下特点: 支持对象方法调用,例如:objName.methodName(); 支持类静态的方法调用和值访问,表达式的格式为 @[类全名(包括包路经)] @[方法名 | 值名] 例如: @java.lang.String@format