runliuv

runliuv@cnblogs

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::
上一页 1 ··· 56 57 58 59 60 61 62 63 64 ··· 76 下一页

2016年7月14日

摘要: --way 2,stream 转 byte[] : stream 转 byte[] ,这个方法也可以: -- 阅读全文
posted @ 2016-07-14 10:53 runliuv 阅读(572) 评论(0) 推荐(0)

2016年7月7日

摘要: 微信退款时遇到:基础连接已经关闭 连接被意外关闭。 服务器环境:WIN SERVER 2008 R2. WINDOWS服务承载的WCF服务,基于.NET FRAMEWORK 3.5. 第一笔交易的退款是正常的,第二笔交易的退款就提示这个错误。重新导入证书后正常。再做一笔退款时还是报错。反复如此。 同 阅读全文
posted @ 2016-07-07 18:08 runliuv 阅读(4445) 评论(0) 推荐(1)

2016年7月1日

摘要: 在创建仓库时选择 VisualStudio 即可。 阅读全文
posted @ 2016-07-01 12:01 runliuv 阅读(539) 评论(0) 推荐(0)

2016年6月29日

摘要: 如果只设置了 阅读全文
posted @ 2016-06-29 13:42 runliuv 阅读(220) 评论(0) 推荐(0)

摘要: https://system.data.sqlite.org/index.html/doc/trunk/www/downloads.wiki sqlite-netFx20-binary-bundle-Win32: 单一文件版本,使用System.Data.SQLite.dll即可。 sqlite-n 阅读全文
posted @ 2016-06-29 12:04 runliuv 阅读(238) 评论(0) 推荐(0)

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 阅读(358) 评论(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 阅读(240) 评论(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 阅读(1934) 评论(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 阅读(479) 评论(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 阅读(328) 评论(0) 推荐(0)

上一页 1 ··· 56 57 58 59 60 61 62 63 64 ··· 76 下一页