Stay Hungry,Stay Foolish!

摘要: 什么是luaprofiler? http://luaprofiler.luaforge.net/manual.html LuaProfiler is a time profiler designed to help finding bottlenecks on your Lua program. If you use LuaProfiler into your program, it will ... 阅读全文
posted @ 2016-06-11 22:28 lightsong 阅读(3028) 评论(0) 推荐(0) 编辑
摘要: 背景描述 编程或者文档处理过程, 经常遇到需要将一个单词修改为另外一个单词的情况, 例如 命名为 shall 修改 为 should。 使用工具实现, 则比较方便,不容易出错, 解放双手。 需求规格 对于某个文件夹中的所有文本文件(txt), 将某个单词替换为目标单词。 实现思路 对于替换的单词映射, 在配置文件config.lua进行设置, 存储一个表,表中每一行 对应 src voc... 阅读全文
posted @ 2016-06-11 21:33 lightsong 阅读(2996) 评论(0) 推荐(0) 编辑
Life Is Short, We Need Ship To Travel