zwei1121

博客园 首页 新随笔 联系 订阅 管理
上一页 1 2 3 4 5 6 7 8 9 10 ··· 31 下一页

2017年10月19日 #

摘要: HttpClient client = new HttpClient();var content = new FormUrlEncodedContent(new Dictionary<string, string>() { { "number", "09129457000" } });client. 阅读全文
posted @ 2017-10-19 16:10 zwei 阅读(238) 评论(0) 推荐(0) 编辑

2017年8月28日 #

摘要: http://www.jb51.net/article/29890.htm http://blog.csdn.net/wlchn/article/details/50318653 http://blog.csdn.net/u013066244/article/details/51954198 htt 阅读全文
posted @ 2017-08-28 18:46 zwei 阅读(207) 评论(0) 推荐(0) 编辑

摘要: //if (value.weiboFlag != null) //{ // WeiBo weibo = (WeiBo)value.weiboFlag; // if ((weibo & WeiBo.qq) != 0) // { // } // if ((weibo & WeiBo.sina) != 0 阅读全文
posted @ 2017-08-28 18:36 zwei 阅读(107) 评论(0) 推荐(0) 编辑

2017年8月25日 #

摘要: 父进程名称: crond 进程名称: bash 进程路径: /usr/bin/bash 进程id: 20,517 命令行参数: /bin/sh /etc/cron.hourly/cron.sh 事件说明: XORDDoS木马入侵后,会在Linux的定时任务中植入恶意代码,定时启动后门程序,当发现该可 阅读全文
posted @ 2017-08-25 16:06 zwei 阅读(846) 评论(0) 推荐(0) 编辑

2017年8月14日 #

摘要: 转 http://blog.csdn.net/icewizardry/article/details/17265267 protected string RemoveIllegalCharacterForJson(string json) { StringBuilder stb = new Stri 阅读全文
posted @ 2017-08-14 16:51 zwei 阅读(920) 评论(0) 推荐(0) 编辑

2017年5月16日 #

摘要: sql server sql.Where("sku.BarCode like @0", "%" + search.BarCode.Trim() + "%"); like CONCAT('%',@{0},'%') SHOW PROFILE ALL FOR QUERY 12 replace into I 阅读全文
posted @ 2017-05-16 14:57 zwei 阅读(172) 评论(0) 推荐(0) 编辑

2016年11月11日 #

摘要: http://www.jensign.com/opensslkey/opensslkey.cs //********************************************************************************** // //OpenSSLKey// 阅读全文
posted @ 2016-11-11 18:28 zwei 阅读(555) 评论(0) 推荐(0) 编辑

2016年10月14日 #

摘要: Foo((object)new object[]{ (object)"1", (object)"2" }));string[] strings = new string[] { "Test1", "Test2", "Test3" }; var myList = new List<KeyValuePa 阅读全文
posted @ 2016-10-14 11:05 zwei 阅读(336) 评论(0) 推荐(0) 编辑

2016年10月3日 #

摘要: CacheClient.AddOrUpdate("COUNTER", 0, v => Convert.ToInt32(v) + 1); 阅读全文
posted @ 2016-10-03 14:40 zwei 阅读(172) 评论(0) 推荐(0) 编辑

2016年10月1日 #

摘要: public static bool IsMobile() { Regex RegexMobile = new Regex(@"(iemobile|iphone|ipod|android|nokia|sonyericsson|blackberry|samsung|sec\-|windows ce|m 阅读全文
posted @ 2016-10-01 09:49 zwei 阅读(322) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 7 8 9 10 ··· 31 下一页