05 2014 档案

摘要:1 //Minute 2 const int _defaultTimeOut = 24 * 60; 3 4 /// 5 /// 执行命令行 6 /// 7 /// 程序集名称(或批处理文件) 8 ... 阅读全文
posted @ 2014-05-26 17:16 哈哈好玩 阅读(1730) 评论(0) 推荐(0) 编辑
摘要:1 SELECT A.* FROM TableA A CROSS JOIN (SELECT TRUNC(DBMS_RANDOM.VALUE(0, 999999999999999999999)) RANDOMNUM FROM DUAL) B ORDER BY B.RANDOMNUM 阅读全文
posted @ 2014-05-22 10:09 哈哈好玩 阅读(347) 评论(0) 推荐(0) 编辑
摘要:1 public class Console : IRun 2 { 3 public Console(){ 4 this.TimeOut = 3000; 5 } 6 public string Result 7 ... 阅读全文
posted @ 2014-05-16 11:41 哈哈好玩 阅读(2285) 评论(0) 推荐(0) 编辑
摘要:if (System.IO.Directory.Exists(System.IO.Path.GetDirectoryName(this.Asset.LocalPath)) && System.IO.Directory.GetFiles(System.IO.Path.GetDirectoryName(... 阅读全文
posted @ 2014-05-16 11:39 哈哈好玩 阅读(789) 评论(0) 推荐(0) 编辑
摘要:-- 主键设置:xx_id number(24) primary key 1 create sequence XX_seq --序列名称 2 increment by 1 -- 每次加几个 3 start with 1 -- 从1开始计数 4 nomaxvalue --N... 阅读全文
posted @ 2014-05-07 20:42 哈哈好玩 阅读(13458) 评论(0) 推荐(0) 编辑
摘要:msg = string.Empty; //string sendAddr, string destAddr, string smContent, int IsNeedreport, DateTime sendTime, int smType //Web服... 阅读全文
posted @ 2014-05-07 11:06 哈哈好玩 阅读(1119) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示