11 2016 档案

摘要:注意事项: 1:Lua 只支持数字类型,浮点类型的值,在转换成Redis 协议值得时候,小数点会被忽略(如果需要在Lua中使用浮点值,建议用字符串代替) 2:Lua 返回表中如果遇到nils(空),转换停止 Demo: 使用StackExchange.Redis LuaScript注意事项: 阅读全文
posted @ 2016-11-16 10:46 GrayGuo 阅读(1748) 评论(0) 推荐(0)
摘要:CLR保证原子操作的类型: Boolean,Char, (S)Byte, (U)Int16, (U)Int32, (U)IntPtr, Single, and reference types. 阅读全文
posted @ 2016-11-13 19:43 GrayGuo 阅读(129) 评论(0) 推荐(0)