http://blog.sina.com.cn/s/articlelist_1742179267_0_1.html ...
本文介绍了除了Web和Node.js以外,JavaScript的10种工业运用,包括构建PC桌面应用,沟通硬件,构建原生应用,做游戏开发,插件开发,甚至涉略操作系统和多线程 ...
分类:
编程语言 时间:
2019-10-08 09:26:42
阅读次数:
121
COIS 12036 Human Computer Interaction (HCI)Project B (Term 2 – 2019)Total marks: 45 marksProject B: TaskThe overall task is divided into two project p ...
分类:
其他好文 时间:
2019-10-07 19:53:57
阅读次数:
99
>>OpenResty<< >>Lua教程<< >>反向代理百度百科<< >>X-WAF配置指南<< ...
分类:
其他好文 时间:
2019-10-06 00:00:53
阅读次数:
104
最近,迷上了用 cocos2d 做游戏开发。由于是新入门,很多东西从头开始学。 在使用 sprite 的 Rect 裁剪显示的时候,显示总是多一块。所以,要从图集中提取一张张图,这样就省了裁剪。 原图是这样的,一大张 png 图集,花钱买的素材,可是并没有提供 plist 文件。 如果,只有几张,就 ...
分类:
Web程序 时间:
2019-10-05 22:40:17
阅读次数:
129
导读:近期有一个业务部门的同学反馈说他负责的C工程在小概率情况下SpringMvc会返回415,通过输出的日志可以确定是SpringMvc找不到content-type这个头了,具体为什么找不到了呢?请听我娓娓道来。 关键词:http 415,SpringMvc,nginx,lua,wireshar ...
分类:
Web程序 时间:
2019-10-05 18:49:49
阅读次数:
148
例1 xlua.hotfix(CS.CS_test,'Fun_pamaras',function(self,num) print("lua带参数的方法",num) end) 例2 local util = require 'util'; util.hotfix_ex(CS.CS_test,'Fun1 ...
分类:
其他好文 时间:
2019-10-05 14:33:19
阅读次数:
84
照着文档(http://openresty.org/cn/getting-started.html)的提示写个openresty的helloworld,运行 nginx -p `pwd`/ -c conf/nginx.conf 时出现:…unknown directive "content_by_l ...
分类:
其他好文 时间:
2019-10-04 11:38:07
阅读次数:
452
HTTP_prot = { "/gateway/services", "/gateway/services", } --接口类型 HTTP_type = { "POST", "POST", } --参数 HTTP_body = { '{"phone": "19012000335"}', '{"pho ...
分类:
其他好文 时间:
2019-10-02 11:06:31
阅读次数:
205
原理:在脚本开始之前将准备好的数据添加至数组内,每次请求根据顺序调用 wrk.method = "GET" -- 循环列表 local queries = { -- API与参数 "/app/getConDetails?ConttId=38163230&Type=2", "/app/getContD ...
分类:
其他好文 时间:
2019-10-02 10:52:21
阅读次数:
392