摘要: #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 阅读(567) 评论(0) 推荐(0)
摘要: 将f:\coderepository路径的999条log输出到文件中 svn log --xml --limit 999 > d:\svnlog.xml f:\coderepository 阅读全文
posted @ 2017-08-21 17:37 fndefbwefsowpvqfx 阅读(126) 评论(0) 推荐(0)
摘要: --启动终止调试 --终止 local complierwindow=acFindWindow("classname",nil) if complierwindow ~= 0 then acActivateWindow(complierwindow,gsx,gsy,0) acSendKeys("+{ 阅读全文
posted @ 2017-08-21 17:33 fndefbwefsowpvqfx 阅读(361) 评论(0) 推荐(0)
摘要: #include #include #include #include "controlid.h" #include "globallists.h" #include #include //---------------------------------------------------- //BS_PUSHBUTTON //--------------------------... 阅读全文
posted @ 2017-08-19 21:10 fndefbwefsowpvqfx 阅读(368) 评论(0) 推荐(0)
摘要: Ref:https://en.wikipedia.org/wiki/Polygon_mesh 阅读全文
posted @ 2017-07-27 13:09 fndefbwefsowpvqfx 阅读(178) 评论(0) 推荐(0)
摘要: https://github.com/fffaraz/awesome-cpp https://notabug.org/koz.ross/awesome-c 阅读全文
posted @ 2017-06-30 10:13 fndefbwefsowpvqfx 阅读(223) 评论(0) 推荐(0)
摘要: 旋转问题: Ctrl + A 选择 apply 的操作类型。 1. 设置位置 2. 设置scale 3. 将上面的修改 apply 4. 绕x轴 -90 ,apply 5. 绕x轴+90,保存,没有apply步骤 单位问题: 阅读全文
posted @ 2017-06-20 20:24 fndefbwefsowpvqfx 阅读(1630) 评论(0) 推荐(0)
摘要: C++中函数定义: C#中调用: 阅读全文
posted @ 2017-06-14 21:08 fndefbwefsowpvqfx 阅读(2891) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2017-06-09 19:05 fndefbwefsowpvqfx 阅读(1821) 评论(0) 推荐(0)
摘要: ref: https://msdn.microsoft.com/en-us/library/windows/desktop/ff684178(v=vs.85).aspx Graphics APIs can be divided into retained-mode APIs and immediat 阅读全文
posted @ 2017-06-07 10:00 fndefbwefsowpvqfx 阅读(447) 评论(0) 推荐(0)
摘要: \documentclass{article} \usepackage{tikz} \usetikzlibrary{trees} \begin{document} \begin{tikzpicture}[edge from parent fork right,grow=right,level distance=3cm,level 1/.style={sibling distance=4cm}... 阅读全文
posted @ 2017-05-16 13:12 fndefbwefsowpvqfx 阅读(670) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2017-05-15 15:19 fndefbwefsowpvqfx 阅读(411) 评论(0) 推荐(0)
摘要: https://github.com/SaschaWillems/Vulkan 阅读全文
posted @ 2017-05-15 14:55 fndefbwefsowpvqfx 阅读(143) 评论(0) 推荐(0)
摘要: Vulkan version This section provides data about the relative number of devices that support a particular version of Vulkan. Devices that lack Vulkan s 阅读全文
posted @ 2017-05-15 11:55 fndefbwefsowpvqfx 阅读(314) 评论(0) 推荐(0)
摘要: http://doc.qt.io/qt-5/cmake-manual.html Qt5DBus macros Macros available when Qt5DBus is found. MacroDescription qt5_add_dbus_interface(outfiles interf 阅读全文
posted @ 2017-05-15 11:17 fndefbwefsowpvqfx 阅读(576) 评论(0) 推荐(0)
摘要: fatal error LNK1112: module machine type 'x64' conflicts with target machine type 'X86' These are the things to check, in this order: Check your prope 阅读全文
posted @ 2017-05-15 11:07 fndefbwefsowpvqfx 阅读(725) 评论(0) 推荐(0)
摘要: Qt 5.5.0 cannot find OpenGL functions Ask Question up vote 4 down vote favorite 2 I have a Qt project that uses OpenGL and compiles fine with Qt 5.4.0 阅读全文
posted @ 2017-05-15 10:57 fndefbwefsowpvqfx 阅读(1783) 评论(0) 推荐(0)
摘要: OpenGL 4.1 Release date: July 26, 2010 OpenGL 4.3 Release date: August 6, 2012 Compute shaders leveraging GPU parallelism within the context of the gr 阅读全文
posted @ 2017-05-15 10:34 fndefbwefsowpvqfx 阅读(393) 评论(0) 推荐(0)
摘要: 1设置中文字体 2文件存储为utf-8 with BOM 阅读全文
posted @ 2017-05-12 19:13 fndefbwefsowpvqfx 阅读(197) 评论(0) 推荐(0)
摘要: fc-list :lang=zh-cn > x:\zn.txt 英文 中文 进入latex下的 \texlive\bin\win32 fc-list :lang=zh-cn >d:\cnfont.txt fc-list :lang=en >d:\enfont.txt fc-list :lang=zh 阅读全文
posted @ 2017-05-12 18:59 fndefbwefsowpvqfx 阅读(756) 评论(0) 推荐(0)