摘要:
修改快捷键 在Mac中设置Ctrl+C/V进行复制/粘贴 从Windows世界走入Mac世界,最让不习惯的是在Mac中“复制/粘贴”的快捷键是Command+C/V。 而且Command键与C/V键靠得太近,只能用大拇指与食指进行操作,也让人不习惯。 再加上远程桌面连接至Windows时,只能用Ct 阅读全文
摘要:
种类冗杂............................... List of build automation software https://en.wikipedia.org/wiki/List_of_build_automation_software Make-based GNU m 阅读全文
摘要:
在path变量后添加,对变量长度无限制,需要重启后生效 reg add "HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Environment" /v Path /t REG_SZ /d "%path%;c:\newpath;whatev 阅读全文
摘要:
\begin{document}\emergencystretch = 3em\tableofcontents* \input{content/01.tex} \end{document} 防止长单词进入边缘 阅读全文
摘要:
http://people.eecs.berkeley.edu/~rcs/research/interactive_latency.html 阅读全文
摘要:
#include #include #include #include #include void ShowFPS() { ImGui::SetNextWindowSize(ImVec2(300, 30), ImGuiCond_Appearing); ImGui::SetNextWindowPos(ImVec2(0, 0), ImGuiCond_Appearing);... 阅读全文
摘要:
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... 阅读全文
摘要:
https://github.com/thekvs/cpp-serializers 阅读全文
摘要:
#include <imgui.h> #include <imgui_impl_glfw_gl3.h> #include <cstdio> #include <cmath> #include <glad/glad.h> #include <GLFW/glfw3.h> static void erro 阅读全文
摘要:
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 阅读全文
摘要:
https://en.wikipedia.org/wiki/DE-9IM 阅读全文
摘要:
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 ... 阅读全文
摘要:
EmmyLua 阅读全文
摘要:
``` _____ ______ ________ ________ ___ __ ________ ________ ___ __ ________ |\ _ \ _ \|\ __ \|\ __ \|\ \|\ \ |\ ___ \|\ __ \|\ \ |\ \|\ ___ \ \ \ \\\_ 阅读全文
摘要:
https://github.com/PowerShell/PowerShell PowerShell for every system! PowerShell Core is a cross-platform (Windows, Linux, and macOS) automation and c 阅读全文
摘要:
--layout x:\2017 --add Microsoft.VisualStudio.Component.Static.Analysis.Tools --add Microsoft.VisualStudio.Component.Roslyn.LanguageServices --add Mic 阅读全文
摘要:
离线安装vsix 阅读全文
摘要:
--排列窗口acGetAllWindows(0) local allwindows=sp_all_windows local ewinlist={} local count=1 for k,v in pairs(allwindows) do local name=acGetClassName(v,g 阅读全文
摘要:
Chris Lomont 阅读全文
摘要:
#C:: while(1) { Sleep, 10 Click GetKeyState, state, Shift if state = D break } #C:: MouseGetPos, mousex,mousey,windowhandle,controlhandle,2 WinGetTitl 阅读全文