runliuv

runliuv@cnblogs

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

2016年6月16日

摘要: /// /// get utc+8 当时时间 /// /// public static DateTime GUTCA8() { string id = "China Standard Time"; DateTime rst = TryZoneTime(Dat... 阅读全文
posted @ 2016-06-16 17:58 runliuv 阅读(365) 评论(0) 推荐(0)

2016年6月14日

摘要: http://www.dayandeng.com/ 诈骗网站 http://www.dayandeng.com/userfiles/media/2018/awzosv16.html 骗取你的京东账号密码。 阅读全文
posted @ 2016-06-14 17:19 runliuv 阅读(246) 评论(0) 推荐(0)

2016年6月1日

摘要: 异常消息:This implementation is not part of the Windows Platform FIPS validated cryptographic algorithms.异常信息: at System.Security.Cryptography.MD5CryptoSe 阅读全文
posted @ 2016-06-01 16:41 runliuv 阅读(1943) 评论(0) 推荐(0)

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 阅读(483) 评论(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 阅读(416) 评论(0) 推荐(0)

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

2016年1月18日

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

2016年1月5日

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

上一页 1 ··· 59 60 61 62 63 64 65 66 67 ··· 78 下一页