02 2016 档案
摘要:原文链接:http://www.yiibai.com/redis/redis_quick_guide.html1.启动Redis redis-cli3.Redis的5种数据类型 :字符串,哈希,列表,集合,有序集合例子: 1)字符串redis
阅读全文
摘要:XMPP - Extensible Messaging and Presence Protocol 1. 中文版3920 http://wiki.jabbercn.org/RFC3920 2. 大部分客户端通过 TCP 连接直接连到服务器,并通过XMPP获得由服务器以及联合服务器所提供的全部功能。多
阅读全文
摘要:1. Lua -i main.lua -i 进入交互模式 -l 加载一个库 -e “lua code” 直接在命令行执行lua code 2. 注释 -- This is a line comment--[[ This block show how to block commenting some
阅读全文