当开始用 var result=new RedisClient("127.0.0.1",6379,1"1111"); 这个helper ,后面有并发之后就一直提示超时问题。 后面改为连接池(集群的方式) /// <summary> /// 连接客户端管理 /// </summary> private ...
分类:
Web程序 时间:
2016-07-30 09:08:26
阅读次数:
452
CommonJsonModel .cs /// <summary> /// 万能JSON解析器 /// </summary> public class CommonJsonModel : CommonJsonModelAnalyze { private string rawjson; private ...
/// <summary> /// 从官方网站中抓取产品信息存放在本地数据库中 /// </summary> /// <returns></returns> public List<ProductMessage> GetlistProductMessage() { string html = Get ...
分类:
Web程序 时间:
2016-07-29 18:27:13
阅读次数:
258
Meeting time: 2016.July.19 1:00~2:00 Chairperson: Kirill Zaitsev, from Mirantis Meeting summary: 1.Backports Link: https://etherpad.openstack.org/p/mu ...
分类:
其他好文 时间:
2016-07-28 16:30:12
阅读次数:
250
Meeting time: 2016.July.26 1:00~2:00 Chairperson: Nikolay_St, from Mirantis Meeting summary: 1.Mascot mascot candidates: * muraena 海鳝 * orca 逆戟鲸 * win ...
分类:
其他好文 时间:
2016-07-28 16:22:22
阅读次数:
151
/// <summary> /// 根据IP获取省市 /// </summary> public void GetAddressByIp() { string ip = "115.193.217.249"; string PostUrl = "http://int.dpool.sina.com.cn ...
Meeting time: 2016.July.12 1:00~2:00 Chairperson: Kirill Zaitsev, from Mirantis Meeting summary: 1.Action Items Review about agent versions and tbh I' ...
分类:
其他好文 时间:
2016-07-28 15:13:58
阅读次数:
176
完整代码如下 namespace WindowsFormsApplication2 { partial class Form1 { /// <summary> /// 必需的设计器变量。 /// </summary> private System.ComponentModel.IContainer ...
分类:
其他好文 时间:
2016-07-24 13:20:37
阅读次数:
194
public class SerializeHelper<T> { /// <summary> /// 序列化 /// </summary> /// <param name="obj">要进行序列化的对象</param> /// <param name="fileName">保存路径</param> ...
分类:
其他好文 时间:
2016-07-23 18:00:04
阅读次数:
101
首先,你得知道布隆过滤器是用来干嘛的。 然后,有个直观的感觉: [1]http://billmill.org/bloomfilter-tutorial/ 然后看看讲解: [2]: http://pages.cs.wisc.edu/~cao/papers/summary-cache/node8.htm ...
分类:
其他好文 时间:
2016-07-23 13:19:34
阅读次数:
136