- 博客(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
1651
原创 协程资料
http://www.cnblogs.com/laiy/p/coroutine.html http://gad.qq.com/article/detail/7162620 https://code.youkuaiyun.com/Tencent/libco/tree/master http://vexhub.com/archives/9.html http://www.lai18.com/content/
2016-08-31 14:11:28
310
原创 predis client class分析
Client-> construct construct -> options, connection, profile, getClientFor->getConnectionByIdconnection-> connections->create, getConnectionInitializerWrapper/initializer, connections->aggregate->Facto
2016-08-31 14:09:16
1048
原创 redis python客户端(redis-py)分析
源代码结构class StrictRedisRESPONSE_CALLBACKS构造/from_url/__init__回调 set_response_callback响应解析parse_response流水线 pipeline事务transaction锁lock 订阅发布pubsub 执行命令execute_command
2016-06-13 11:55:56
1071
翻译 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
438
转载 欢迎使用优快云-markdown编辑器
欢迎使用Markdown编辑器写博客本Markdown编辑器使用StackEdit修改而来,用它写博客,将会带来全新的体验哦:Markdown和扩展Markdown简洁的语法代码块高亮图片链接和图片上传LaTex数学公式UML序列图和流程图离线写博客导入导出Markdown文件丰富的快捷键快捷键加粗 Ctrl + B 斜体 Ctrl + I 引用 Ctrl
2016-05-17 14:53:03
308
原创 写过文章的几个站点
记录一下以前写过文章的站点,不准备搬运过来了,就让他们待在原地吧。百度空间:http://hi.baidu.com/lulyon 2007年到2012年。写的最多,主要是本科搞ACM时做的一些题目,以及一些不靠谱的项目。优快云:http://blog.youkuaiyun.com/lulyon 没有写过东西,只是上传过一些资源,其中就包括上述不靠谱项目的文档。SAE pgcoder
2013-03-22 15:41:10
614
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关注的人