随笔分类 - 杂项
摘要:Cocos2d-x 3.17.2 断点调试 采用的方案 是 VSCode + LuaPanda LuaPanda 配置方法 自动补全 采用的方案 是 EmmyLua + Cocos2dx Lua Api + IDEA Cocos2dx Lua Api 配置方法 目前我写代码的方案是 IDEA + E
阅读全文
摘要:EmmyLua Debug 需要下载 LuaForWindows ,搜全名到 Github 下载,安装后是 Lua5.1 带 LuaSocket 的版本,IDEA可以直接断点调试 LuaPanda 可以下载 Lua5.3版本,然后下载 LuaPanda 源码 然后将这两个文件夹放到 Lua 解压目录
阅读全文
摘要:#include <iostream>#include <stack>#include <vector>#include <queue>using namespace std;struct Grid{ int x; int y; int weight;};struct Record{ vector<
阅读全文
摘要:>> vl_compilenn警告: CL.EXE not found in PATH. Trying to guess out of mex setup. > In vl_compilenn>check_clpath (line 650) In vl_compilenn (line 426) 'c
阅读全文