C++,python,热爱算法和机器学习
全部博文(1214)
发布时间:2016-05-26 20:12:20
原文地址:http://shift-alt-ctrl.iteye.com/blog/1863790 Redis或许已经在很多企业开始推广并试水,本文也根据个人的实践,简单描述一下Redis在实际开发过程中的使用(部署与架构,稍后介绍),程序执行环境为java + jedis,关于spring下如何集成redis-api,稍后介绍吧。 前言.........【阅读全文】
发布时间:2016-05-26 20:00:46
原文地址:http://weipengfei.blog.51cto.com/1511707/1215042 redis的pipeline(管道)功能在命令行中没有,但redis是支持pipeline的,而且在各个语言版的client中都有相应的实现。 由于网络开销延迟,即算redis server端有很强的处理能力,也由于收到的client消息少,而造成吞吐量小。当.........【阅读全文】
发布时间:2016-05-24 14:15:59
原文地址:https://doomzhou.github.io/coder/2015/03/09/Python-Requests-socks-proxy.htmlIntro在数据抓取的时候经常要使用到HTTP for Humans 的Requests,由于经常做些要代理的 事情,顺便查找下使用Socks5的方法。Example 1pip install requesocks12345678910.........【阅读全文】
发布时间:2016-05-20 12:40:28
原文地址:https://lbolla.info/blog/2012/10/03/asynchronous-programming-with-tornadoAsynchronous programming can be tricky for beginners, therefore I think it’s useful to iron some basic concepts to avoid common pitfalls. For an explanation about generic asynchronous programming, I recommend you .........【阅读全文】
chinaunix网友2009-10-12 16:19
你好,你在Google Code上放的sg2fcitx的mainme.c源代码我下载编译会出现段错误。请问你的编译环境是什么?GCC版本是多少? 谢谢。