会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
技术的深奥
博客园
首页
新随笔
新文章
联系
管理
订阅
上一页
1
2
3
2017年5月24日
前台获取后台保存的数据
摘要: 后台保存的数据 session.setAttribute("user", name); request.setAttribute("password", password); 前台显示 欢迎session:${sessionScope.user} request:${requestScope.pas
阅读全文
posted @ 2017-05-24 09:27 技术的深奥
阅读(365)
评论(0)
推荐(0)
2017年5月10日
BeanFactory not initialized or already closed - call 'refresh' before access
摘要: BeanFactory not initialized or already closed - call 'refresh' before 启动项目报这个错误,同时任务管理器也会出现两个javax,是因为利用注解的方式进行项目时有两个注解内容相同@Repository("baseDao")
阅读全文
posted @ 2017-05-10 23:19 技术的深奥
阅读(1572)
评论(0)
推荐(0)
2017年4月20日
利用jquery代替正则表达式在页面验证表单内容,且在表单input里面定义属性(data-options="prompt:'请输入用户名',required:true,validType:'name'")
摘要: 例如: <script type="text/javascript"> $.extend($.fn.validatebox.defaults.rules,{ name:{ validator:function(value,param){ var reg=/^[\u0391-\uFFE5]+$/; r
阅读全文
posted @ 2017-04-20 11:40 技术的深奥
阅读(3266)
评论(0)
推荐(0)
2017年4月15日
封装hibernate
摘要: private static SessionFactory sf; static{ Configuration cfg=new Configuration().configure(); ServiceRegistry sr=new ServiceRegistryBuilder() .applySet
阅读全文
posted @ 2017-04-15 11:52 技术的深奥
阅读(203)
评论(0)
推荐(0)
hibernate核心文件配置(位置固定src下面 名称hibernate.cfg.xml)
摘要: <?xml version='1.0' encoding='UTF-8'?><!DOCTYPE hibernate-configuration PUBLIC "-//Hibernate/Hibernate Configuration DTD 3.0//EN" "http://www.hibernat
阅读全文
posted @ 2017-04-15 11:51 技术的深奥
阅读(397)
评论(0)
推荐(0)
2017年3月2日
mysql数据库的启动
摘要: 1.启动cmd 按回车 2.net start mysql 回车
阅读全文
posted @ 2017-03-02 16:16 技术的深奥
阅读(112)
评论(0)
推荐(0)
上一页
1
2
3
公告