摘要: 修改快捷键 在Mac中设置Ctrl+C/V进行复制/粘贴 从Windows世界走入Mac世界,最让不习惯的是在Mac中“复制/粘贴”的快捷键是Command+C/V。 而且Command键与C/V键靠得太近,只能用大拇指与食指进行操作,也让人不习惯。 再加上远程桌面连接至Windows时,只能用Ct 阅读全文
posted @ 2018-04-23 11:58 fndefbwefsowpvqfx 阅读(251) 评论(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 阅读(368) 评论(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 阅读(369) 评论(0) 推荐(0) 编辑
摘要: \begin{document}\emergencystretch = 3em\tableofcontents* \input{content/01.tex} \end{document} 防止长单词进入边缘 阅读全文
posted @ 2018-01-09 16:48 fndefbwefsowpvqfx 阅读(209) 评论(0) 推荐(0) 编辑
摘要: http://people.eecs.berkeley.edu/~rcs/research/interactive_latency.html 阅读全文
posted @ 2017-12-27 10:12 fndefbwefsowpvqfx 阅读(144) 评论(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 阅读(320) 评论(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 阅读(252) 评论(0) 推荐(0) 编辑
摘要: https://github.com/thekvs/cpp-serializers 阅读全文
posted @ 2017-11-03 18:57 fndefbwefsowpvqfx 阅读(132) 评论(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 阅读(445) 评论(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 阅读(266) 评论(0) 推荐(0) 编辑
摘要: https://en.wikipedia.org/wiki/DE-9IM 阅读全文
posted @ 2017-10-10 15:29 fndefbwefsowpvqfx 阅读(214) 评论(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 阅读(134) 评论(0) 推荐(0) 编辑
摘要: EmmyLua 阅读全文
posted @ 2017-09-29 11:44 fndefbwefsowpvqfx 阅读(455) 评论(0) 推荐(0) 编辑
摘要: ``` _____ ______ ________ ________ ___ __ ________ ________ ___ __ ________ |\ _ \ _ \|\ __ \|\ __ \|\ \|\ \ |\ ___ \|\ __ \|\ \ |\ \|\ ___ \ \ \ \\\_ 阅读全文
posted @ 2017-09-27 22:09 fndefbwefsowpvqfx 阅读(457) 评论(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 阅读(320) 评论(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 阅读(287) 评论(0) 推荐(0) 编辑
摘要: 离线安装vsix 阅读全文
posted @ 2017-09-23 09:29 fndefbwefsowpvqfx 阅读(389) 评论(0) 推荐(0) 编辑
摘要: --排列窗口acGetAllWindows(0) local allwindows=sp_all_windows local ewinlist={} local count=1 for k,v in pairs(allwindows) do local name=acGetClassName(v,g 阅读全文
posted @ 2017-09-11 11:53 fndefbwefsowpvqfx 阅读(359) 评论(0) 推荐(0) 编辑
摘要: Chris Lomont 阅读全文
posted @ 2017-08-30 17:00 fndefbwefsowpvqfx 阅读(486) 评论(0) 推荐(0) 编辑
摘要: #C:: while(1) { Sleep, 10 Click GetKeyState, state, Shift if state = D break } #C:: MouseGetPos, mousex,mousey,windowhandle,controlhandle,2 WinGetTitl 阅读全文
posted @ 2017-08-22 10:49 fndefbwefsowpvqfx 阅读(551) 评论(0) 推荐(0) 编辑