Chinaunix首页 | 论坛 | 博客
  • 博客访问: 4423835
  • 博文数量: 1214
  • 博客积分: 13195
  • 博客等级: 上将
  • 技术积分: 9105
  • 用 户 组: 普通用户
  • 注册时间: 2007-01-19 14:41
个人简介

C++,python,热爱算法和机器学习

文章分类

全部博文(1214)

文章存档

2021年(13)

2020年(49)

2019年(14)

2018年(27)

2017年(69)

2016年(100)

2015年(106)

2014年(240)

2013年(5)

2012年(193)

2011年(155)

2010年(93)

2009年(62)

2008年(51)

2007年(37)

发布时间: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 .........【阅读全文】

阅读(1122) | 评论(0) | 转发(0)

发布时间:2016-05-20 12:39:21

原文地址: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 .........【阅读全文】

阅读(946) | 评论(0) | 转发(0)

发布时间:2016-05-20 12:06:44

原文地址:http://blog.xiaogaozi.org/2012/09/21/understanding-tornado-dot-gen/Tornado 通过 @asynchronous decorator 来实现异步请求,但使用的时候必须将 request handler 和 callback 分离开,tornado.gen 模块可以帮助我们在一个函数里完成这两个工作。下面是官方的一个例子:.........【阅读全文】

阅读(1381) | 评论(0) | 转发(0)

发布时间:2016-05-20 12:05:39

原文地址:http://www.zouyesheng.com/generator-for-async.html使用生成器展平异步回调结构邹业盛 2015-09-30 15:15 更新关于异步回调什么是生成器把生成器应用于异步回调后话1. 关于异步回调异步机制,从某个角度,可以看成是——使用非阻塞.........【阅读全文】

阅读(1031) | 评论(0) | 转发(0)
给主人留下些什么吧!~~

北大未名居士2013-03-08 10:16

回复  |  举报

北大未名居士2013-03-08 10:16

回复  |  举报

pureal2012-05-09 12:01

你好,看到一个帖子发现你看过APUE2英文版,我也刚好看到读写锁,写饿死的问题。所以想认识交流下,我没找到你的邮箱,我的是dwdang@126.com

回复  |  举报

大鬼不动2010-09-23 00:47

回复  |  举报

chinaunix网友2009-10-12 16:19

你好,你在Google Code上放的sg2fcitx的mainme.c源代码我下载编译会出现段错误。请问你的编译环境是什么?GCC版本是多少? 谢谢。

回复 |  删除 |  举报
留言热议
请登录后留言。

登录 注册