上一页 1 2 3 4 5 6 7 8 9 10 ··· 62 下一页
摘要: 答案就是链接:legacy_stdio_definitions.lib 这个lib即可 阅读全文
posted @ 2018-06-21 22:32 瓜蛋 阅读(2338) 评论(0) 推荐(1) 编辑
摘要: 造成原因: directx sdk 在安装10.0.30319 of the Visual C++ Redistributable的时候发现有一个新版本的 Microsoft Visual C++ 2010 Redistributable 已经存在 解决方案 去控制面板卸载下面两个程序再进行安装di 阅读全文
posted @ 2018-06-08 00:18 瓜蛋 阅读(1618) 评论(0) 推荐(0) 编辑
摘要: Resource is of unknown type. Resource is a buffer. Resource is a 1D texture. Resource is a 2D texture. Resource is a 3D texture. 阅读全文
posted @ 2018-06-06 10:14 瓜蛋 阅读(681) 评论(0) 推荐(0) 编辑
摘要: git diff --cached 阅读全文
posted @ 2018-05-30 15:44 瓜蛋 阅读(3944) 评论(0) 推荐(0) 编辑
摘要: git中的 交换文件应该是保持当前git的session的一种文件。 git中,如果出现这个有两种原因: 1.你开了两个git客户端对同一个git仓库进行了操作。如果是这样的话,退出一个。正常退出,不要强制终止 2.有可能上次的git被你强制结束,session被强制断开导致。 解决这个的方法: 按 阅读全文
posted @ 2018-05-30 15:38 瓜蛋 阅读(3011) 评论(0) 推荐(0) 编辑
摘要: Data Type ILP32 ILP64 LP64 LLP64char 8 8 8 8short 16 16 16 16int 32 64 32 32long 32 64 64 32long long 64 64 64 64pointer 32 64 64 64在网上查资料,还看到一个LP32(l 阅读全文
posted @ 2018-05-22 19:52 瓜蛋 阅读(742) 评论(0) 推荐(0) 编辑
摘要: std::vector<std::wstring> list = Client.xxxx(); 千万不要写成 auto list = Client.xxxx(); 阅读全文
posted @ 2018-05-20 18:29 瓜蛋 阅读(460) 评论(0) 推荐(0) 编辑
摘要: 本博客注有“转”字样的为转载文章,其余为本人原创文章,转载请务必注明出处或保存此段。c++/lua/windows逆向交流群:69148232 每一个lua api 函数结尾都给出了这样的说明例如: [-0, +1, –] 这是什么意思呢。 方括号里面有三个字段我们称为[-o, +p, x] 第一个 阅读全文
posted @ 2018-04-29 20:01 瓜蛋 阅读(1085) 评论(0) 推荐(0) 编辑
摘要: Does the equivalent to t[k] = v, where t is the value at the given index, v is the value at the top of the stack, and k is the value just below the to 阅读全文
posted @ 2018-04-29 19:43 瓜蛋 阅读(3106) 评论(1) 推荐(0) 编辑
摘要: 本文翻译自 LUA官方文档 When a function is called, the list of arguments is adjusted to the length of the list of parameters, unless the function is a vararg fu 阅读全文
posted @ 2018-04-26 20:39 瓜蛋 阅读(5937) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 62 下一页