04 2016 档案

摘要:@Test public void testSelectByExample() { ItemsExample itemsExample = new ItemsExample(); ItemsExample.Criteria criteria = itemsExample.createCriteria 阅读全文
posted @ 2016-04-22 15:29 初冬莽莽 阅读(712) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2016-04-18 12:42 初冬莽莽 阅读(1) 评论(0) 推荐(0)
摘要:1. hql: ...and accopt_time > ?" 2. query.setDate Query query = session.createQuery(hql); int i = 0; //给非日期字段赋值 for (i = 0; i < params.length-1; i++) { 阅读全文
posted @ 2016-04-10 16:58 初冬莽莽 阅读(748) 评论(0) 推荐(0)
摘要:1. 环境: oracle 11g x64 2. sqlplus 可以正常使用,PLSQLDeveloper登录出错如下: 2. 解决方法:参考http://www.linuxidc.com/Linux/2012-09/69678.htm 阅读全文
posted @ 2016-04-03 18:09 初冬莽莽 阅读(200) 评论(0) 推荐(0)