摘要: -- 主键设置: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 哈哈好玩 阅读(13480) 评论(0) 推荐(0)
摘要: msg = string.Empty; //string sendAddr, string destAddr, string smContent, int IsNeedreport, DateTime sendTime, int smType //Web服... 阅读全文
posted @ 2014-05-07 11:06 哈哈好玩 阅读(1125) 评论(0) 推荐(0)