搜索资源列表
-
0下载:
框架:struts2+spring2.5+hibernate3.2+jsp+jquery1.3+mysql5.0
主要功能:
* 网站新闻管理
* 用户注册,登录
* 商品信息管理
* 系统设置
* 管理员密码修改
* 管理员登录退出-Framework: struts2+ spring2.5+ hibernate3.2+ jsp+ jquery1.3+ mysql5.0 main functions:* Web site news management*
-
-
0下载:
这是一个医药管理系统的源码,它采用SSH2框架,即Struts2表现层+spring业务逻辑层+Hibernate持久层 实现,MySQL作为数据库层,JSP、ActionForm、Struts标签作为视图层,控制器层由Action、Struts-config.xml实现,持久层交给Hibernate API、Hibernate.cfg.xml完成,页面美工修饰由javascr ipt和jQuery实现-This is a medical management system source cod
-
-
0下载:
// Struts2 Action方法中:
// 将公钥的 modulus 和 exponent 传给页面。
// Hex -> apache commons-codec
RSAPublicKey publicKey = RSAUtils.getDefaultPublicKey()
ActionContext.getContext().put("modulus", new String(Hex.encodeHex(publicKey.get
-