上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 25 下一页
摘要: 摘自:http://www.cnblogs.com/blog411032/p/5949670.html 在spring与hibernate整合时进行数据库检索,执行原生sql: 第二种: 1 2 3 4 5 6 7 8 9 10 11 public Student findStudentById(i 阅读全文
posted @ 2017-07-24 15:51 GaoAnLee 阅读(982) 评论(0) 推荐(0)
摘要: 摘自:http://www.cnblogs.com/jerrylz/p/5814460.html java mysql 数据类型对照 类型名称 显示长度 数据库类型 JAVA类型 JDBC类型索引(int) 描述 VARCHAR L+N VARCHAR java.lang.String 12 CHA 阅读全文
posted @ 2017-07-17 11:00 GaoAnLee 阅读(366) 评论(0) 推荐(0)
摘要: 摘自:http://blog.csdn.net/weinianjie1/article/details/6310770 MySQL(版本:5.1.50)的时间日期类型如下: datetime 8bytes xxxx-xx-xx xx:xx:xx 1000-01-01 00:00:00到9999-12 阅读全文
posted @ 2017-07-08 11:28 GaoAnLee 阅读(16133) 评论(0) 推荐(0)
摘要: 摘自:http://www.cnblogs.com/moss_tan_jun/archive/2011/11/26/2263988.html 游标是邪恶的! 在关系数据库中,我们对于查询的思考是面向集合的。而游标打破了这一规则,游标使得我们思考方式变为逐行进行.对于类C的开发人员来着,这样的思考方式 阅读全文
posted @ 2017-07-05 16:15 GaoAnLee 阅读(636) 评论(0) 推荐(0)
摘要: function getLocalTime(nS) { var date = new Date(nS); var Y = date.getFullYear() + '-'; var M = (date.getMonth()+1 < 10 ? '0'+(date.getMonth()+1) : dat 阅读全文
posted @ 2017-07-05 15:30 GaoAnLee 阅读(255) 评论(0) 推荐(0)
摘要: 摘自:http://www.cnblogs.com/tylerdonet/p/3520862.html jquery中的ajax方法参数总是记不住,这里记录一下。 1.url: 要求为String类型的参数,(默认为当前页地址)发送请求的地址。 2.type: 要求为String类型的参数,请求方式 阅读全文
posted @ 2017-07-05 15:29 GaoAnLee 阅读(166) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2017-07-01 15:06 GaoAnLee 阅读(3) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2017-07-01 14:55 GaoAnLee 阅读(4) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2017-07-01 14:46 GaoAnLee 阅读(1) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2017-07-01 14:43 GaoAnLee 阅读(1) 评论(0) 推荐(0)
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 25 下一页