Fork me on GitHub
摘要: lua的库文件地址: http://luaforge.net/projects/lua官网 http://lua.org --[[ print string. multiple line comments. like {} in Tcl. ]]-- print ("hello") -- commen 阅读全文
posted @ 2015-12-23 18:54 Mr.YF 阅读(547) 评论(0) 推荐(0) 编辑
摘要: ==========================example for lua json=======================local cjson = require("cjson")local str = '["a", "b", "c"]'local j = cjson.decode... 阅读全文
posted @ 2015-12-23 18:49 Mr.YF 阅读(2223) 评论(0) 推荐(0) 编辑
摘要: Ajax是JQuery实现XMLHttpRequest的一种方式。增加HTML5按钮,含有点击事件:强制刷新增加JS Ajax调用:document.getElementById("reloadRuleBtn").onclick = function() { $.ajax({ type: "p... 阅读全文
posted @ 2015-12-23 18:36 Mr.YF 阅读(226) 评论(0) 推荐(0) 编辑
摘要: bootstrap使用modal-dialog实现弹对话框。一个对话框包含3部分:对话框头部modal-header对话框内容体modal-body对话框底部modal-footer如下html可以放入标签的任何位置,我习惯紧随标签之后。html代码片段: ... 阅读全文
posted @ 2015-12-23 18:21 Mr.YF 阅读(13517) 评论(0) 推荐(0) 编辑