- 博客(9)
- 资源 (10)
- 收藏
- 关注
翻译 redigo 用户指南
连接Connections Conn接口是访问Redis的主要接口,业务通过调用Dial,DialWithTimeout或者NewConn函数来创建连接。以后会增加共享或者其他类型连接的创建函数。当用完连接以后,应用必须调用连接Close函数。执行命令 Conn接口有一个通用函数(generic method)来执行Redis方法: Do(commandName string, args …i
2016-08-31 14:13:53 1633
原创 协程资料
http://www.cnblogs.com/laiy/p/coroutine.html http://gad.qq.com/article/detail/7162620 https://code.csdn.net/Tencent/libco/tree/master http://vexhub.com/archives/9.html http://www.lai18.com/content/
2016-08-31 14:11:28 297
原创 predis client class分析
Client-> construct construct -> options, connection, profile, getClientFor->getConnectionByIdconnection-> connections->create, getConnectionInitializerWrapper/initializer, connections->aggregate->Facto
2016-08-31 14:09:16 1036
原创 redis python客户端(redis-py)分析
源代码结构 class StrictRedis RESPONSE_CALLBACKS 构造/from_url/__init__ 回调 set_response_callback 响应解析parse_response 流水线 pipeline 事务transaction 锁lock 订阅发布pubsub 执行命令execute_command
2016-06-13 11:55:56 1057
翻译 Why not implement deep copy in default copy constructor?
Why not implement deep copy in default copy constructor? All people keep remind us of the case when using default copy constructor and default assign operator, be careful since they're shadow copy. However,
2016-06-05 18:51:06 416
转载 欢迎使用CSDN-markdown编辑器
欢迎使用Markdown编辑器写博客本Markdown编辑器使用StackEdit修改而来,用它写博客,将会带来全新的体验哦: Markdown和扩展Markdown简洁的语法 代码块高亮 图片链接和图片上传 LaTex数学公式 UML序列图和流程图 离线写博客 导入导出Markdown文件 丰富的快捷键 快捷键 加粗 Ctrl + B 斜体 Ctrl + I 引用 Ctrl
2016-05-17 14:53:03 297
原创 写过文章的几个站点
记录一下以前写过文章的站点,不准备搬运过来了,就让他们待在原地吧。 百度空间:http://hi.baidu.com/lulyon 2007年到2012年。写的最多,主要是本科搞ACM时做的一些题目,以及一些不靠谱的项目。 CSDN:http://blog.csdn.net/lulyon 没有写过东西,只是上传过一些资源,其中就包括上述不靠谱项目的文档。 SAE pgcoder
2013-03-22 15:41:10 600
NVIDIA CUDA C Programming Best Practices Guide Version 2.3
2010-06-06
The CUDA Compiler Driver NVCC Version 2.3
2010-06-06
软盘-C程序常用算法.rar
2008-11-03
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人