会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
I have a dream
博客园
首页
新随笔
联系
订阅
管理
2015年6月17日
javamail中使用一些问题的解决方案
摘要: http://www.blogjava.net/TrampEagle/archive/2006/05/26/48326.html
阅读全文
posted @ 2015-06-17 14:14 BigShui
阅读(95)
评论(0)
推荐(0)
2015年6月6日
mysql too many connection解决方法
摘要: http://jingyan.baidu.com/article/aa6a2c14d99f7b0d4c19c4d7.html
阅读全文
posted @ 2015-06-06 16:03 BigShui
阅读(342)
评论(0)
推荐(0)
2015年5月11日
hibernate的三种状态
摘要: 1:临时状态 new2: 持久化状态 save ,get,update3: 脱管状态 clear close, evict在操作了hibernate的方法如save()等后,并没有直接生成sql语句,去操作数据库,而是把这些更新存入Session中,只有Session缓存要被更新时,底层的sql...
阅读全文
posted @ 2015-05-11 19:02 BigShui
阅读(190)
评论(0)
推荐(0)
hibernate的几种主键
摘要: public class generator extends hibernateUtil { /* * increment机制是int 查找当前id的最大值加1,两次查询效率底点 * Hibernate: select max(id) from Person Hibernate: i...
阅读全文
posted @ 2015-05-11 18:57 BigShui
阅读(214)
评论(0)
推荐(0)
hibernate的crud操作
摘要: 1:hibernate操作的帮助类public class hibernateUtil { public static SessionFactory factory; static{ Configuration cfg = new Configuration(); cfg.configure()...
阅读全文
posted @ 2015-05-11 18:48 BigShui
阅读(211)
评论(0)
推荐(0)
2015年5月8日
ajax简单校验用户名是否存在
摘要: 1:注册表单get方式请求数据,不要传参数2:请求的 servlet对客户端提交的数据进行校验public class sevletDemo2 extends HttpServlet { private static final long serialVersionUID = 1L; p...
阅读全文
posted @ 2015-05-08 22:49 BigShui
阅读(271)
评论(0)
推荐(0)
json的简单使用
摘要: JSON(JavaScript Object Notation)一种简单的数据格式,比xml更轻巧。JSON是JavaScript原生格式,这意味着在JavaScript中处理JSON数据不需要任何特殊的API或工具包。 JSON的规则很简单:对象是一个无序的“‘名称/值’对”集合。一个对象以“{”...
阅读全文
posted @ 2015-05-08 22:45 BigShui
阅读(360)
评论(0)
推荐(0)
2015年4月13日
ajax读取服务器文本
摘要: ajax学习
阅读全文
posted @ 2015-04-13 11:13 BigShui
阅读(394)
评论(0)
推荐(0)
2015年4月12日
mysql分页
摘要:
阅读全文
posted @ 2015-04-12 18:40 BigShui
阅读(96)
评论(0)
推荐(0)
2015年4月4日
DOM4解析xml
摘要: import java.awt.List;import java.io.File;import java.io.FileOutputStream;import java.io.FileWriter;import java.util.Iterator;import org.dom4j.Document...
阅读全文
posted @ 2015-04-04 21:09 BigShui
阅读(201)
评论(0)
推荐(0)
下一页