摘要: http://blog.csdn.net/wolinxuebin/article/details/7845917摘要:updatebus_line_info_shisetfortype="1"wheresubstring_index("bus_line_info_shi.name,"(",1)ins... 阅读全文
posted @ 2015-12-01 16:19 zshblog 阅读(103) 评论(0) 推荐(0) 编辑
摘要: select upper(column_name) as column_name, data_type from all_tab_columns where table_name = 'APPR_EXCHANGE_INST' 阅读全文
posted @ 2015-12-01 11:44 zshblog 阅读(154) 评论(0) 推荐(0) 编辑
摘要: declare cnt number; begin ---查询要创建的表是否存在select count(1)into cntfrom colswhere table_name = upper('APPR_EXCHANGE_INST')and column_name = upper('feedbac... 阅读全文
posted @ 2015-11-29 22:35 zshblog 阅读(197) 评论(0) 推荐(0) 编辑
摘要: 去空方法:nvl(列名,默认值)select nvl(name,'ii') as studentname from student ;select nvl(age,99) as studentage from student;pl创建临时表空间:create temporary tablespace... 阅读全文
posted @ 2015-11-29 19:45 zshblog 阅读(367) 评论(0) 推荐(0) 编辑
摘要: DateFormat format = new SimpleDateFormat("yyyy-MM-dd"); Date date = format.parse("2015-10-2"); Timestamp timestamp = new Timestamp(date.getTime()); ... 阅读全文
posted @ 2015-11-27 10:35 zshblog 阅读(325) 评论(0) 推荐(0) 编辑
摘要: QUI框架 很丑jquery打印插件IE8:1.8的juery框架。 1.8.3都还支持IE8 1.9可能就不支持IE8 阅读全文
posted @ 2015-11-26 17:58 zshblog 阅读(119) 评论(0) 推荐(0) 编辑
摘要: http://segmentfault.com/q/1010000003049016webservice:两种方式:第一种通过wsdl生成相应的客户端 第二种:终端-》call-》invoke调用服务端 阅读全文
posted @ 2015-11-26 15:27 zshblog 阅读(133) 评论(0) 推荐(0) 编辑
摘要: http://blog.sina.com.cn/s/blog_6189bd4d0100fbb1.html定义2维数组写法4是2行3列,不是3行3列把行和列分清楚就行了,里面的花括号有多少对就是多少行,然后里面的就是列了把行和列分清楚就行了,里面的花括号有多少对就是多少行,然后里面的就是列了 阅读全文
posted @ 2015-11-25 22:45 zshblog 阅读(146) 评论(0) 推荐(0) 编辑
摘要: //审批基本信息 public static Map writeBasicToMap(Class gcprojcheckupClas,String fileDirPath,Map map) throws Exception{ Document doc = DocumentHelper.cr... 阅读全文
posted @ 2015-11-23 14:33 zshblog 阅读(1483) 评论(0) 推荐(0) 编辑
摘要: navicat premiumpl可以:192.168.2.190/orcl连接到远程数据库 阅读全文
posted @ 2015-11-22 21:46 zshblog 阅读(228) 评论(0) 推荐(0) 编辑