1.导入jar包,ssh的jar包一共是38个,此时还需要多加一个包,就是struts的注解插件jar。2.在web.xml文件中配置struts
filter 和spring 的listener。代码如下: contextConfigLocation classpath:application.....
分类:
其他好文 时间:
2014-05-20 02:14:05
阅读次数:
260
第一步:建立所有页面的基类PageBase.csusing System;using
System.Data;using System.Configuration;using System.Web;using
System.Web.Security;using System.Web.UI;using...
分类:
其他好文 时间:
2014-05-19 22:20:12
阅读次数:
368
方法:先实现BatchPreparedStatementSetter接口,然后再调用JdbcTemplate的batchUpdate(sql,setter)操作,参数sql是预编译语句
,setter是BatchPreparedStatementSetter的一个实例。或者使用内部匿名类方式。Bat...
分类:
数据库 时间:
2014-05-19 20:52:30
阅读次数:
532
1234567891011121314151617181920212223242526方法一://须添加对System.Web的引用
usingSystem.Web.Security; ... /// /// SHA1加密字符串 /// /// 源字符串 /// 加密后的字符串
publicst.....
分类:
Web程序 时间:
2014-05-16 03:00:06
阅读次数:
453
本文来自CSDN博客,转载请标明出处:http://blog.csdn.net/axu20/archive/2009/10/14/4668188.aspx1.基本配置:
第一个 第二个 第三个 第一个l 第二个l 第三个l value1 value2 value3...
分类:
编程语言 时间:
2014-05-15 22:18:24
阅读次数:
619
这个配置只能用来使用最基本的spring
bean的使用。只需要这些包(MAVEN的POM.XML文件): org.springframework spring-core 4.0.0.RELEASE
org.springframework spring-context 4.0.0.RELEASE.....
分类:
编程语言 时间:
2014-05-15 22:13:51
阅读次数:
355
题目链接:
http://acm.hdu.edu.cn/showproblem.php?pid=1850
Being a Good Boy in Spring Festival
Time Limit: 1000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)
Total Submission(...
分类:
编程语言 时间:
2014-05-15 20:04:04
阅读次数:
449
打开运行输入 regedit 打表注册表 删除
HKEY_CURRENT_USER\Software\Allround Automations
HKEY_CURRENT_USER\Software\Microsoft\Security
即可再用30天...
分类:
数据库 时间:
2014-05-15 19:45:18
阅读次数:
327
配置如下:
①web.xml配置
remote
org.springframework.web.servlet.DispatcherServlet
1
remote
/remotin...
分类:
编程语言 时间:
2014-05-15 18:32:21
阅读次数:
345
1 using System; 2 using System.Collections.Generic;
3 using System.Linq; 4 using System.Text; 5 using System.Threading.Tasks; 6
using System.Security....
分类:
其他好文 时间:
2014-05-15 17:20:45
阅读次数:
329