05 2014 档案
摘要:1 //Minute 2 const int _defaultTimeOut = 24 * 60; 3 4 /// 5 /// 执行命令行 6 /// 7 /// 程序集名称(或批处理文件) 8 ...
阅读全文
摘要:1 SELECT A.* FROM TableA A CROSS JOIN (SELECT TRUNC(DBMS_RANDOM.VALUE(0, 999999999999999999999)) RANDOMNUM FROM DUAL) B ORDER BY B.RANDOMNUM
阅读全文
摘要:1 public class Console : IRun 2 { 3 public Console(){ 4 this.TimeOut = 3000; 5 } 6 public string Result 7 ...
阅读全文
摘要:if (System.IO.Directory.Exists(System.IO.Path.GetDirectoryName(this.Asset.LocalPath)) && System.IO.Directory.GetFiles(System.IO.Path.GetDirectoryName(...
阅读全文
摘要:-- 主键设置:xx_id number(24) primary key 1 create sequence XX_seq --序列名称 2 increment by 1 -- 每次加几个 3 start with 1 -- 从1开始计数 4 nomaxvalue --N...
阅读全文
摘要:msg = string.Empty; //string sendAddr, string destAddr, string smContent, int IsNeedreport, DateTime sendTime, int smType //Web服...
阅读全文