会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
wancient
博客园
首页
新随笔
联系
订阅
管理
2016年6月24日
oracle id 自增
摘要: -- Create sequence create sequence WORKSHOP_IDminvalue 1maxvalue 99999999999999999999start with 1increment by 1nocache; create or replace trigger trig
阅读全文
posted @ 2016-06-24 15:53 wancient
阅读(132)
评论(0)
推荐(0)
2016年3月30日
java 获取文件的全路径
摘要: String path=PROPERTYFILE.getAbsolutePath(); String p=PROPERTYFILE.getPath();
阅读全文
posted @ 2016-03-30 10:17 wancient
阅读(861)
评论(0)
推荐(0)
2016年3月28日
java web 获取当前项目路径
摘要: String path = System.getProperty("user.dir");
阅读全文
posted @ 2016-03-28 14:29 wancient
阅读(991)
评论(0)
推荐(0)
2016年2月2日
001.action bar 工具栏
摘要: 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
阅读(137)
评论(0)
推荐(0)
2015年7月8日
NET定时器
摘要: public static void Main() { Timer timer= new Timer(); timer.Interval = 100; timer.Elapsed += new ElapsedEventH...
阅读全文
posted @ 2015-07-08 14:34 wancient
阅读(122)
评论(0)
推荐(0)
2015年7月7日
ASP.NET读取XML文件
摘要: 一.首先介绍xml代码如下: 广州 深圳 北京,上海,广州,深圳,珠海,东莞,青岛,连云港市 View Code二.读取文件: public class NewWebsiteHomeLogic ...
阅读全文
posted @ 2015-07-07 17:13 wancient
阅读(228)
评论(0)
推荐(0)
ASP.NET获取网络IP地址
摘要: public ActionResult Index() { // Request.UserHostAddress(); string ip = Request.ServerVariables["REMOTE_ADDR"].ToString()...
阅读全文
posted @ 2015-07-07 17:01 wancient
阅读(263)
评论(0)
推荐(0)
公告
点击右上角即可分享