假设已经安装完 maven eclipse也装了maven插件现在要运行springside4 demo1)下载 SpringSide4http://www.springside.org.cn/download.html2)运行CMD,进入springside\modules 目录运行:mvn in...
分类:
编程语言 时间:
2014-11-26 20:54:55
阅读次数:
164
1 //设置响应头 2 response.setCharacterEncoding("image/jpeg"); 3 int width=160; 4 int height=40; 5 BufferedImage im...
分类:
其他好文 时间:
2014-11-26 13:55:06
阅读次数:
192
1 //包装request,增强getParameter方法 2 class MyReq extends HttpServletRequestWrapper{ 3 private HttpServletRequest req; 4 public MyReq(...
分类:
其他好文 时间:
2014-11-25 18:06:26
阅读次数:
181
通过 Ajax可以直接访问后台的代码实现的步骤:一 ,添加 引用AjaxPro.2.dll 文件二 配置配置文件 三 注册AjaxPro在加载的时候加入下面的代码AjaxPro.Utility.RegisterTypeForAjax(typeof(Demo1));第四 在后台写要调用的方法[Ajax...
分类:
Web程序 时间:
2014-11-25 10:28:56
阅读次数:
160
nginx主页:http://nginx.org/ nginx for windows:http://nginx.org/en/docs/windows.html 学习nginx:http://wiki.nginx.org/GettingStarted 以下为location的demo,汇总常见配置以及它们的对比: demo1(匹配度...
分类:
其他好文 时间:
2014-11-24 20:59:37
阅读次数:
181
programDemo1;{Create Date: 2014-06-29Author: P.S.M1.接口Demo1}{$APPTYPE CONSOLE}usesSysUtils;{定义接口}typeITestInterface = interface{GUID通过CTRL+G自动产生}['{15...
分类:
其他好文 时间:
2014-11-24 18:38:29
阅读次数:
109
1、导包 2、Demo1 Workbook wb=new HSSFWorkbook();//创建工作空间 2 Sheet sh= wb.createSheet("工作表1");//创建工作表3 Row row= sh.createRow(3);//创建...
分类:
其他好文 时间:
2014-11-22 15:59:47
阅读次数:
224
1、导包 2、配置文件:名称必须为:c3p0-config.xml,且必须放在src根目录下 1 2 3 4 5 30000 6 7 30 8 9 1010 ...
分类:
其他好文 时间:
2014-11-21 14:13:20
阅读次数:
158
1:一个JBPM4.4+SSH2的完整例子 含jar包; 2:业务流,非审批流; 3:绑定表单
下载地址:http://download.csdn.net/detail/hanxuemin12345/8181149...
分类:
其他好文 时间:
2014-11-20 22:02:19
阅读次数:
188
1、导包2、准备配置文件 .properties(注:这里的参数名driverClassName、url、username等是不能改变的) 不能任意命名的原因是【你懂得】 3、Demo 1 public static DataSource ds;//变量 2 pu...
分类:
数据库 时间:
2014-11-20 21:48:44
阅读次数:
302