摘要:
HttpClient client = new HttpClient();var content = new FormUrlEncodedContent(new Dictionary<string, string>() { { "number", "09129457000" } });client. 阅读全文
2017年10月19日 #
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 阅读全文
摘要:
//if (value.weiboFlag != null) //{ // WeiBo weibo = (WeiBo)value.weiboFlag; // if ((weibo & WeiBo.qq) != 0) // { // } // if ((weibo & WeiBo.sina) != 0 阅读全文
2017年8月25日 #
摘要:
父进程名称: crond 进程名称: bash 进程路径: /usr/bin/bash 进程id: 20,517 命令行参数: /bin/sh /etc/cron.hourly/cron.sh 事件说明: XORDDoS木马入侵后,会在Linux的定时任务中植入恶意代码,定时启动后门程序,当发现该可 阅读全文
2017年8月14日 #
摘要:
转 http://blog.csdn.net/icewizardry/article/details/17265267 protected string RemoveIllegalCharacterForJson(string json) { StringBuilder stb = new Stri 阅读全文
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 阅读全文
2016年11月11日 #
摘要:
http://www.jensign.com/opensslkey/opensslkey.cs //********************************************************************************** // //OpenSSLKey// 阅读全文
2016年10月14日 #
摘要:
Foo((object)new object[]{ (object)"1", (object)"2" }));string[] strings = new string[] { "Test1", "Test2", "Test3" }; var myList = new List<KeyValuePa 阅读全文
2016年10月3日 #
摘要:
CacheClient.AddOrUpdate("COUNTER", 0, v => Convert.ToInt32(v) + 1); 阅读全文
2016年10月1日 #
摘要:
public static bool IsMobile() { Regex RegexMobile = new Regex(@"(iemobile|iphone|ipod|android|nokia|sonyericsson|blackberry|samsung|sec\-|windows ce|m 阅读全文