Tired of doing the same job? Get your hands on CLOUDF exam It is the nature of the human being that he/she will get tired of doing the same task over  ...
                            
                            
                                分类:
其他好文   时间:
2019-08-06 19:54:10   
                                阅读次数:
73
                             
                    
                        
                            
                            
                                    在appDelegate.cpp文件中添加 然后调用register_cjson(L); 如果有报错: lua_cjson.c:1328:13: Static declaration of ‘luaL_setfuncs’ follows non-static declaration 解决方案:去掉s ...
                            
                            
                                分类:
Web程序   时间:
2019-08-05 17:12:48   
                                阅读次数:
287
                             
                    
                        
                            
                            
                                OpenResty + Lua + Redis 实现 客户端ip防刷
                            
                            
                                分类:
其他好文   时间:
2019-08-05 00:01:44   
                                阅读次数:
170
                             
                    
                        
                            
                            
                                OpenResty之resty.limit.count 模块介绍
                            
                            
                                分类:
其他好文   时间:
2019-08-04 23:50:42   
                                阅读次数:
468
                             
                    
                        
                            
                            
                                table在前面作过介绍,它是一种关联数组,这种关联指的是可以设置各类类型的key来存储值。 1.table 间的数据传递 2.table的操作 ...
                            
                            
                                分类:
其他好文   时间:
2019-08-02 14:51:59   
                                阅读次数:
94
                             
                    
                        
                            
                            
                                最近在使用Slua, 这个玩意号称Fastest lua binding via static code generating, 然而在使用过程中发现效率低得吓人, 同样的功能如果用c++写会比这玩意快15倍, 虽然之前对在Unity里用lua会慢这事已经有心理准备了, 毕竟c#/c互调还是会有些消 ...
                            
                            
                                分类:
其他好文   时间:
2019-08-02 10:42:55   
                                阅读次数:
122
                             
                    
                        
                            
                            
                                    分布式锁的主要目的就是 在分布式系统中,多机部署并发场景下,保证一个方法在同一时间内只能被同一个线程执行。 下面是我用 .net core + csredis 简单实现的分布式锁。 用redis实现分布式锁,需要注意的几个问题: 1,获取锁时,一定要用 命令 “set key value ex 5  ...
                            
                            
                                分类:
其他好文   时间:
2019-08-02 00:05:33   
                                阅读次数:
108
                             
                    
                        
                            
                            
                                    导读:Python数据工具箱涵盖从数据源到数据可视化的完整流程中涉及到的常用库、函数和外部工具。其中既有Python内置函数和标准库,又有第三方库和工具。 这些库可用于文件读写、网络抓取和解析、数据连接、数清洗转换、数据计算和统计分析、图像和视频处理、音频处理、数据挖掘/机器学习/深度学习、数据可视 ...
                            
                            
                                分类:
编程语言   时间:
2019-08-02 00:01:50   
                                阅读次数:
128
                             
                    
                        
                            
                            
                                    xLua https://github.com/Tencent/xLua 文档 https://tencent.github.io/xLua/public/v1/guide/index.html using UnityEngine; using XLua; public class HelloWor ...
                            
                            
                                分类:
其他好文   时间:
2019-08-01 09:58:45   
                                阅读次数:
72
                             
                    
                        
                            
                            
                                MessageManager.lua local messageManager = {mEventTable = {},mEventUserData = {}} --注册事件function messageManager.Add(EventName,Func,UserData)	assert( Fu ...
                            
                            
                                分类:
其他好文   时间:
2019-07-31 18:39:33   
                                阅读次数:
78