- 博客(10)
- 资源 (6)
- 收藏
- 关注
转载 240多个jQuery_UI插件
文件上传(File upload) Ajax File Upload. jQUploader. Multiple File Upload plugin. jQueryFile Style. Styling an input type file. Progress Bar Plugin. 表单验证(Form Validation) jQuery Validation. Auto
2012-11-16 16:19:18
721
原创 struts2 version 2.3.4.1 xml validation
使用struts2.3.4.1 xml validation 老是报错,错误如下: ERROR com.opensymphony.xwork2.validator.AnnotationActionValidatorManager.error:38 - Caught exception while loading file org/apache/struts/edit/action/EditA
2012-11-09 13:47:29
1276
转载 windows运行命令全集
compmgmt.msc---计算机管理 net stop messenger-----停止信使服务 conf-----------启动netmeeting dvdplay--------DVD播放器 charmap--------启动字符映射表 diskmgmt.msc---磁盘管理实用程序 calc-------
2012-09-27 18:26:55
439
原创 struts2环境搭建
使用的版本struts-2.3.1.2 架构图: web.xml TestStruts2 struts2 org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter struts.action.extension action
2012-07-04 11:05:06
449
原创 修改.action后缀
1、web.xml struts2 org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter struts.action.extension action 2、struts.properties(/WEB-INF/classe
2012-07-04 10:58:31
520
原创 IE trim
IE是不支持trim方法的,解决方法就是自己重写一个 String.prototype.trim = function() { return (this.replace(/^\s*([\s\S]*\S+)\s*$|^\s*$/, '$1')); }
2012-06-15 09:31:34
398
转载 init()与init(ServletConfig config)
Servlet 中调用 getServletContext() 方法却抛出 java.lang.NullPointerException, public void init(ServletConfig config) throws ServletException { super.init(); // 漏了个参数,应该是 super.init(config); 对于GenericSer
2012-06-08 09:22:54
1659
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅