摘要: 123 /*** 修改*/ function changeTextareaValue(obj) { $(obj).html(obj.value);} /** * 打印 */ function clickPrint(){ bdhtml = window.document.body.innerHTML; prnhtml = $('#container').html(); windo... 阅读全文
posted @ 2019-09-25 15:13 初冬莽莽 阅读(441) 评论(0) 推荐(0) 编辑
摘要: 1. 数据库版本:select * from v$version; 2. 版本对应: 阅读全文
posted @ 2019-09-25 14:27 初冬莽莽 阅读(485) 评论(0) 推荐(0) 编辑
摘要: @Test public void testSelectByExample() { ItemsExample itemsExample = new ItemsExample(); ItemsExample.Criteria criteria = itemsExample.createCriteria 阅读全文
posted @ 2016-04-22 15:29 初冬莽莽 阅读(692) 评论(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 初冬莽莽 阅读(730) 评论(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 初冬莽莽 阅读(172) 评论(0) 推荐(0) 编辑