摘要: -- Create sequence create sequence WORKSHOP_IDminvalue 1maxvalue 99999999999999999999start with 1increment by 1nocache; create or replace trigger trig 阅读全文
posted @ 2016-06-24 15:53 wancient 阅读(131) 评论(0) 推荐(0) 编辑
摘要: String path=PROPERTYFILE.getAbsolutePath(); String p=PROPERTYFILE.getPath(); 阅读全文
posted @ 2016-03-30 10:17 wancient 阅读(855) 评论(0) 推荐(0) 编辑
摘要: String path = System.getProperty("user.dir"); 阅读全文
posted @ 2016-03-28 14:29 wancient 阅读(986) 评论(0) 推荐(0) 编辑
摘要: 2016-02-02 13:48:27 第一步,先配置环境 app 运行在 Android 2.1(API level 7) 或者以上时,activity 将包含 action bar。 切记,在 manifest 中正确地设置 app 支持的 API level: <manifest ... > 阅读全文
posted @ 2016-02-02 13:49 wancient 阅读(135) 评论(0) 推荐(0) 编辑
摘要: public static void Main() { Timer timer= new Timer(); timer.Interval = 100; timer.Elapsed += new ElapsedEventH... 阅读全文
posted @ 2015-07-08 14:34 wancient 阅读(121) 评论(0) 推荐(0) 编辑
摘要: 一.首先介绍xml代码如下: 广州 深圳 北京,上海,广州,深圳,珠海,东莞,青岛,连云港市 View Code二.读取文件: public class NewWebsiteHomeLogic ... 阅读全文
posted @ 2015-07-07 17:13 wancient 阅读(225) 评论(0) 推荐(0) 编辑
摘要: public ActionResult Index() { // Request.UserHostAddress(); string ip = Request.ServerVariables["REMOTE_ADDR"].ToString()... 阅读全文
posted @ 2015-07-07 17:01 wancient 阅读(259) 评论(0) 推荐(0) 编辑