-
有趣的Comet技术选择,论 Is node.js best for Comet?
首先要声明,我对Comet技术只了解皮毛,下面的评论如果有错误欢迎各位看官指出。本文相关博客地址:http:/…
-
One working solution – Lua wsapi with nginx in debian/ubuntu
You need to install luarocks, nginx before followin ste…
-
Lua cheat sheet
http://coffeeghost.net/images/lua_cheat_sheet.png 做一些简单…
-
lua用于web开发的服务器配置
有两种方式,一种是apache2.3以上会内置的lua module,大家可以下载apache httpd 2…
-
Lua协程实现Fibonacci算法
费波拉且数的算法如图所示: 所以a和b分别保存了前两次的结果,每次for循环调用generator都从yiel…
-
Lua Unicode (Wiki翻译)
http://lua-users.org/wiki/LuaUnicode 这里尝试着回答一下LuaFaq问题:…
-
static link luasocket into lua with VC2010 under windows
1, download lua source code from luabinary project (it …
-
【译文】比较Lua协程与Python生成器
Translate from: http://lua-users.org/wiki/LuaCoroutines…