上一页 1 ··· 5 6 7 8 9 10 下一页
摘要: 任务管理器结束进程javaw.exe 阅读全文
posted @ 2017-03-08 09:28 已老 阅读(556) 评论(0) 推荐(0)
摘要: select a.file_name,a.tablespace_name,to_char(b.creation_time,'yyyy-mm-dd') creation_time from dba_data_files a,v$datafile b where a.file_id=b.file# or 阅读全文
posted @ 2017-03-07 10:25 已老 阅读(4295) 评论(0) 推荐(0)
摘要: 重启.... 阅读全文
posted @ 2017-03-03 15:18 已老 阅读(1040) 评论(0) 推荐(0)
摘要: List rptResult = new ArrayList(); List tempResult = new ArrayList(); tempResult = //从数据库取出已order的数据集; rptResult = sortRPT(tempResult); @SuppressWarnin 阅读全文
posted @ 2017-03-03 14:26 已老 阅读(335) 评论(0) 推荐(0)
摘要: double b= 4.1625;java.math.BigDecimal d= new java.math.BigDecimal( b); 阅读全文
posted @ 2017-03-01 10:42 已老 阅读(2834) 评论(0) 推荐(0)
摘要: show processlist; kill *********** 阅读全文
posted @ 2017-03-01 10:10 已老 阅读(853) 评论(0) 推荐(0)
摘要: @Id @GeneratedValue(generator = "SEQ_COMREPORTHEAD") @SequenceGenerator(name = "SEQ_COMREPORTHEAD", sequenceName = "SEQ_COMREPORTHEAD") >>>>>>>>>>>>>> 阅读全文
posted @ 2017-02-27 17:08 已老 阅读(410) 评论(0) 推荐(0)
摘要: tomcat配置成jdk1.8 阅读全文
posted @ 2017-02-27 16:14 已老 阅读(565) 评论(0) 推荐(0)
摘要: Windows-Preferences-Java-Complicer-Errors/Warnings Deprecated and restricted API Forbidden references(access rules)>>>>>Warning就可以编译通过了 阅读全文
posted @ 2017-02-27 15:52 已老 阅读(534) 评论(0) 推荐(0)
摘要: -- Function structure for add_months-- DROP FUNCTION IF EXISTS `add_months`;DELIMITER ;;CREATE DEFINER=`root`@`%` FUNCTION `add_months`(in_string VARC 阅读全文
posted @ 2017-02-27 14:02 已老 阅读(474) 评论(0) 推荐(0)
上一页 1 ··· 5 6 7 8 9 10 下一页