runliuv

runliuv@cnblogs

  博客园 :: 首页 :: 新随笔 :: 联系 :: 订阅 :: 管理 ::
上一页 1 ··· 60 61 62 63 64 65 66 67 68 ··· 79 下一页

2016年4月12日

摘要: string str = "1,11,121,131"; var arr = str.Split(','); List list = new List(); list.AddRange(arr); if(list.Contains("11")) { ... 阅读全文
posted @ 2016-04-12 14:03 runliuv 阅读(486) 评论(0) 推荐(0)

2016年2月29日

摘要: alter table tab_testadd col_test NOT NULL CONSTRAINT DFtab_test_col_test DEFAULT 1 引用:http://www.uzzf.com/news/2275.html 阅读全文
posted @ 2016-02-29 16:25 runliuv 阅读(329) 评论(0) 推荐(0)

2016年1月27日

摘要: C:\Documents and Settings\All Users\Application Data\Microsoft\Crypto\RSA\MachineKeys 用certutil -store My 可以查看证书对应的唯一容器名称来找到这个文件。 阅读全文
posted @ 2016-01-27 15:41 runliuv 阅读(418) 评论(0) 推荐(0)

摘要: 在backgroundWorker run之前show出了一个窗体_frm._frmpw = new FrmPleaseWait(); _frmpw.SetMsg("正在请求"); _frmpw.Show(); ... 阅读全文
posted @ 2016-01-27 14:25 runliuv 阅读(782) 评论(0) 推荐(0)

2016年1月18日

摘要: 窗体中用FORMS.TIMER,TICK不会走。改用TIMERS.TIMER 则正常。 阅读全文
posted @ 2016-01-18 11:36 runliuv 阅读(255) 评论(0) 推荐(0)

2016年1月12日

摘要: select * from syscolumns where id =(select id from sysobjects where name='存储过程名')select * from syscolumns where id =object_id('存储过程名') and name='@参数名'... 阅读全文
posted @ 2016-01-12 10:26 runliuv 阅读(404) 评论(0) 推荐(0)

2016年1月5日

摘要: 安装了VS2013 ,然后打开,遇到空白窗口,等了10几秒无果。我先是修复了VS2013,然后再打开VS2013,则显示登录微软账号的窗口。修复完2013时正好18:08,可能是下班了可以上网,才正常。安装时是17:00-17:30,当时是不能上网的。 阅读全文
posted @ 2016-01-05 18:16 runliuv 阅读(714) 评论(0) 推荐(0)

摘要: 这个项目是VS2013开发的,我用2012打开想调试,但报这个错误。最后安装2013,然后调试则正常。 阅读全文
posted @ 2016-01-05 18:13 runliuv 阅读(3198) 评论(0) 推荐(0)

摘要: 与其跳过,不如金币升级引擎和车身。因为后边紧跟一场计时赛。 阅读全文
posted @ 2016-01-05 15:36 runliuv 阅读(288) 评论(0) 推荐(0)

2015年12月31日

摘要: ping 127.1 -n 20 大致延时20秒 阅读全文
posted @ 2015-12-31 14:54 runliuv 阅读(516) 评论(0) 推荐(0)

上一页 1 ··· 60 61 62 63 64 65 66 67 68 ··· 79 下一页