本月博客排行
-
第1名
龙儿筝 -
第2名
lerf -
第3名
fantaxy025025 - johnsmith9th
- zysnba
- xiangjie88
年度博客排行
-
第1名
青否云后端云 -
第2名
宏天软件 -
第3名
gashero - wy_19921005
- vipbooks
- benladeng5225
- e_e
- wallimn
- javashop
- ranbuijj
- fantaxy025025
- jickcai
- zw7534313
- qepwqnp
- 解宜然
- ssydxa219
- zysnba
- sichunli_030
- sam123456gz
- 龙儿筝
- arpenker
- tanling8334
- kaizi1992
- gaojingsong
- xpenxpen
- jh108020
- wiseboyloves
- ganxueyun
- xyuma
- xiangjie88
- wangchen.ily
- Jameslyy
- luxurioust
- lemonhandsome
- jbosscn
- mengjichen
- zxq_2017
- lzyfn123
- nychen2000
- forestqqqq
- wjianwei666
- ajinn
- zhanjia
- Xeden
- hanbaohong
- java-007
- 喧嚣求静
- kingwell.leng
- mwhgJava
- lich0079
最新文章列表
kindeditor4.1.4 上传功能
最近在做一个项目,要用到kindeditor4.1.4的上传功能 ,但之前又没有用过,本人又是新手,所以搞得我焦头烂额,到处去提问,最后在我们论坛有人推荐我看一篇博客,最后终于解决了我的问题,那篇博客只是图片上传,我又加了一些进去,因本人是新手,所以写博客加深一下印象……废话不多说
说明一下,我用的是SSH2框架
在我没有在论坛提问之前,我就知道了是因为struts2已经把file上传封装了, ...
ssh2 jar包配置
ssh2 jar包配置
2009-07-13 17:17:05| 分类: eclipse | 标签: |字号大中小 订阅
本文中ssh指:struts2,srping2.5,hibernate3.2
struts2必须JAR包(6个): struts2-spring-plugin-2.0.11.2.jar xwork-2.0.5.jar struts2-core-2.0.11 ...
Struts2.3.4.1 + Spring3.1.2 + Hibernate4.1.6整合
1. Jar包
2. web.xml配置
3. struts.xml配置
4. hibernate.cfg.xml配置
5. applicationContext.xml配置
6. log4j.properties配置
7. Dao层
8. Service层
9. Action层
1. Jar包
1) Struts 2.3.4.1
下载地址:http://struts.apache.org/dow ...
学习小项目--学生信息管理系统用ssh2完善数据库用的是mysql
前些天做了个学生信息的管理系统 无非是些信息的增删改查 这次用了ssh2不用模拟数据库了
注意点:
1.jar包
2.applicationContext.xml struts.xml hibernate.cfg.xml mode中类和映射文件User.hbm.xml
3.配置稍稍有点不同
用hibernateTemplate配置了sessionFactory在dao中配置了h ...
OpenSessionInViewFilter失效问题
我在ssh2框架下使用OpenSessionInViewFilter过滤器,让spring控制session的开关。出现了使用lazy特性读取属性的时候报错说,no session or session was close.
经过反复的查找和测试发现问题,tomcat容器在加载过滤器的时候是按照数序加载的,他在写配置文件的时候先写的是struts2的过滤器配置,然后才是OpenSessionInVi ...
struts2 验证码----web界面生成几种常见的验证码
验证码是很多系统都需要的,下面是我写的几个常见的验证码的生成
主要生成几种不同类型的验证码
* 第一种:简单验证码,4位随机数字 :
* 第二种:英文字符加数字的验证码 :
* 第三种:像铁路订票系统一样的验证码,肆+?=21
下面是实现的验证码类,由于我这里是用的SSH2
package com.base.util;
import java.awt.Color;
...
SSH2 Troubleshooting
SSH2 TroubleShooting :
1. check rlogin parameter for remote user.
2. check the permission of correct public key
3. check .ssh2 folder permission ,it should be 755
4.remote IP address ,should be ...
甲:我用ssh2开发。乙:那你用过spring,hibernate吗?
如题:
甲:我用ssh2开发。
乙:那你用过spring,hibernate吗?
甲:(顿时懵了····)
这是本人上午在一家公司面试时碰到的,一个极品面试官.....我勒个去··开始还跟我讲了一大堆他们自己开发的框架用的什么技术的,还以为是很牛B的一个人···
------------------------------------------------- ...
Installing SSH2 Extension for PHP on CentOS 5
Installing the SSH2 PHP extension on CentOS is actually pretty simple. Although it isn’t available as a straight yum install, it boils down to a few short steps.
Firstly, we’re going to install the de ...