摘要: 1 不要相信google 官方的开发文档 时间2018年5月 正确的路径是 当你好奇为什么texture的这个函数链接不上时,不要总是怀疑自己哪里配置错了。 已经被删除了,但是文档告诉你.......... 浪费生命。 阅读全文
posted @ 2018-05-02 20:30 fndefbwefsowpvqfx 阅读(391) 评论(0) 推荐(0)
摘要: ABISupported Instruction Set(s)Notes armeabi ARMV5TE and later Thumb-1 Deprecated in r16. Will be removed in r17. No hard float. armeabi-v7a armeabi T 阅读全文
posted @ 2018-04-28 15:15 fndefbwefsowpvqfx 阅读(337) 评论(0) 推荐(0)
摘要: 生成头文件 jdk 10中,javah 被移除了😔。 使用javac -h 输出路径 输入文件 替代。命令由4部分组成。 例如:javac -h foo in.java 生成in.java文件的头文件到foo文件夹下。 阅读全文
posted @ 2018-04-23 18:52 fndefbwefsowpvqfx 阅读(183) 评论(0) 推荐(0)
摘要: 修改快捷键 在Mac中设置Ctrl+C/V进行复制/粘贴 从Windows世界走入Mac世界,最让不习惯的是在Mac中“复制/粘贴”的快捷键是Command+C/V。 而且Command键与C/V键靠得太近,只能用大拇指与食指进行操作,也让人不习惯。 再加上远程桌面连接至Windows时,只能用Ct 阅读全文
posted @ 2018-04-23 11:58 fndefbwefsowpvqfx 阅读(287) 评论(0) 推荐(0)
摘要: 种类冗杂............................... List of build automation software https://en.wikipedia.org/wiki/List_of_build_automation_software Make-based GNU m 阅读全文
posted @ 2018-04-17 11:38 fndefbwefsowpvqfx 阅读(415) 评论(0) 推荐(0)
摘要: 在path变量后添加,对变量长度无限制,需要重启后生效 reg add "HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Environment" /v Path /t REG_SZ /d "%path%;c:\newpath;whatev 阅读全文
posted @ 2018-03-08 13:50 fndefbwefsowpvqfx 阅读(393) 评论(0) 推荐(0)
摘要: \begin{document}\emergencystretch = 3em\tableofcontents* \input{content/01.tex} \end{document} 防止长单词进入边缘 阅读全文
posted @ 2018-01-09 16:48 fndefbwefsowpvqfx 阅读(225) 评论(0) 推荐(0)
摘要: http://people.eecs.berkeley.edu/~rcs/research/interactive_latency.html 阅读全文
posted @ 2017-12-27 10:12 fndefbwefsowpvqfx 阅读(161) 评论(0) 推荐(0)
摘要: #include #include #include #include #include void ShowFPS() { ImGui::SetNextWindowSize(ImVec2(300, 30), ImGuiCond_Appearing); ImGui::SetNextWindowPos(ImVec2(0, 0), ImGuiCond_Appearing);... 阅读全文
posted @ 2017-12-17 13:48 fndefbwefsowpvqfx 阅读(340) 评论(0) 推荐(0)
摘要: code completion case sensitive completion : None Editor - File Types - lua 添加 *.txt font Consolas 18 Add or Remove Caret :Alt + Button1 Click Start New Line : Ctrl + Enter Start New Line B... 阅读全文
posted @ 2017-12-12 11:28 fndefbwefsowpvqfx 阅读(285) 评论(0) 推荐(0)
摘要: https://github.com/thekvs/cpp-serializers 阅读全文
posted @ 2017-11-03 18:57 fndefbwefsowpvqfx 阅读(150) 评论(0) 推荐(0)
摘要: #include <imgui.h> #include <imgui_impl_glfw_gl3.h> #include <cstdio> #include <cmath> #include <glad/glad.h> #include <GLFW/glfw3.h> static void erro 阅读全文
posted @ 2017-11-01 13:44 fndefbwefsowpvqfx 阅读(467) 评论(0) 推荐(0)
摘要: boost is not good enough, if there is an alternative, do not use boost. Too big and it's almost impossible to use just a single component of it, becau 阅读全文
posted @ 2017-10-23 19:29 fndefbwefsowpvqfx 阅读(300) 评论(0) 推荐(1)
摘要: https://en.wikipedia.org/wiki/DE-9IM 阅读全文
posted @ 2017-10-10 15:29 fndefbwefsowpvqfx 阅读(236) 评论(0) 推荐(0)
摘要: A A A A A A A A A A A A A A A A A A A A A A A A A A ... 阅读全文
posted @ 2017-10-06 21:24 fndefbwefsowpvqfx 阅读(155) 评论(0) 推荐(0)
摘要: EmmyLua 阅读全文
posted @ 2017-09-29 11:44 fndefbwefsowpvqfx 阅读(469) 评论(0) 推荐(0)
摘要: ``` _____ ______ ________ ________ ___ __ ________ ________ ___ __ ________ |\ _ \ _ \|\ __ \|\ __ \|\ \|\ \ |\ ___ \|\ __ \|\ \ |\ \|\ ___ \ \ \ \\\_ 阅读全文
posted @ 2017-09-27 22:09 fndefbwefsowpvqfx 阅读(487) 评论(0) 推荐(0)
摘要: https://github.com/PowerShell/PowerShell PowerShell for every system! PowerShell Core is a cross-platform (Windows, Linux, and macOS) automation and c 阅读全文
posted @ 2017-09-27 17:34 fndefbwefsowpvqfx 阅读(352) 评论(0) 推荐(0)
摘要: --layout x:\2017 --add Microsoft.VisualStudio.Component.Static.Analysis.Tools --add Microsoft.VisualStudio.Component.Roslyn.LanguageServices --add Mic 阅读全文
posted @ 2017-09-23 13:43 fndefbwefsowpvqfx 阅读(321) 评论(0) 推荐(0)
摘要: 离线安装vsix 阅读全文
posted @ 2017-09-23 09:29 fndefbwefsowpvqfx 阅读(428) 评论(0) 推荐(0)