- 博客(206)
- 资源 (23)
- 收藏
- 关注
原创 GIT 初学者教程
教程链接Interactive Git TutorialsLearn Git Version Control using Interactive Browser-Based ScenariosInteractive Git TutorialsResources to learn GitLearn Git BranchingA Visual Git Reference图解 GitGit 教程
2021-01-04 11:26:43
540
原创 Beyond Compare 4
Beyond Compare 许可证过期时间 2015-04-10原文 http://blog.youkuaiyun.com/zmy3376365/article/details/44976897Beyond Compare 许可证过期 This license key has been revoked:一直在用Beyond Compare 4,突然不能用了This license key h...
2019-05-12 16:49:46
364
转载 Python 解析 XML 文件
Python 解析 XML 文件How do I parse XML in Python?Using Python Iterparse For Large XML FilesThe ElementTree iterparse FunctionPython - XML Processing
2019-04-30 18:08:38
595
转载 Why do some Vim mappings include CTRL_U after a colon?
Why do some Vim mappings include after a colon?That isn’t part of the syntax for the onoremap command, that is explaining what a particular mapping does. That mapping is:onoremap <silent> F :...
2019-04-19 00:11:58
264
转载 Unable to use key file "xxx" (OpenSSH SSH-2 private key)
Unable to use key file “xxx” (OpenSSH SSH-2 private key)When you try to use a private key to connect to a box using SSH2. You may get the following error “Unable to use key file “xxx” (OpenSSH SSH-2 ...
2019-04-19 00:07:33
3832
转载 diff 算法
Diff Algorithmhttp://wiki.c2.com/?DiffAlgorithmLongest common subsequencehttp://wordaligned.org/articles/longest-common-subsequenceAn O(ND) Difference Algorithm and Its Variationshttp://www.xmail...
2019-04-10 23:50:13
269
转载 Windows API Hooking
Windows API Hooking Tutorial (Example with DLL Injection)API Hooking and DLL Injection on Windows
2019-03-15 17:10:46
248
转载 Jekyll & AppVeyor
How to install Jekyll in the environment?https://help.appveyor.com/discussions/questions/19410-how-to-install-jekyll-in-the-environmentDeploying a Pretzel generated static site to Github Pages using...
2019-02-01 07:47:13
195
原创 jekyll.environment
在命令行上运行 jekyll build 或者 jekyll serve 时,可以指定 JEKYLL_ENV 变量:JEKYLL_ENV=production jekyll build在代码的 TAG 中,可以用 jekyll.environment 引用该变量。该变量用于区分不同环境,以执行相应的动作。该变量的默认值为 development 。参考:EnvironmentsJeky...
2019-01-31 23:21:04
358
原创 What does capture var do in jekyll?
https://stackoverflow.com/questions/30632101/what-does-capture-var-do-in-jekyllWhat does {% capture var %} do in Jekyll?Can I for example, in a .md file do:{% capture head %}I am the head{% endca...
2019-01-31 17:38:15
282
转载 Python 教程
Iterables vs. Iterators vs. Generatorshttps://nvie.com/posts/iterators-vs-generators/Python Generator – Python Generator Expressions (Best Lesson)https://data-flair.training/blogs/python-generator/...
2018-12-19 18:23:05
237
转载 bullet 物理引擎资料
bullet 官方网站https://pybullet.orggamekit-developers 开源的游戏引擎,由 bullet 创始人发起。https://github.com/gamekit-developersBullet教程: Hello World 实例https://blog.youkuaiyun.com/lxdfigo/article/details/8279783Bullet物...
2018-12-04 16:38:34
2079
转载 MD2 资料汇总
MD2 file format (Quake 2’s models)http://tfc.duke.free.fr/coding/md2-specs-en.htmlThe Quake II’s MD2 file formathttp://tfc.duke.free.fr/old/models/md2.htmQuake2: Modeling Studiohttp://www.quake2....
2018-11-18 20:27:57
453
转载 MD2 Viewer
MD2 Viewer官方网站:http://milkshape3d.com/md2v/index.htmlDownloadsMD2 Viewer 1.4md2viewer14.zip (408Kb, contains self-installing setup.exe, /w 3Dfx Mesa 3.0)md2viewer14_le.zip (45Kb, light edition)...
2018-11-18 19:58:38
215
转载 Control Spy 2.0
Control Spy 2.0Control Spy is a tool to help developers understand common controls, the application of styles to them, and their response to messages and notifications. With Control Spy, you can see ...
2018-11-18 11:27:57
559
转载 OpenGL Resources
搜集的优良OpenGL教程http://www.zwqxin.com/archives/opengl/tutorial-recommendation.htmlC++ Online Compilershttps://arne-mertz.de/2017/05/online-compilers/GitHub 研发链 travis-ci 和 codecov 介绍https://iyaozhen...
2018-10-26 19:04:36
175
转载 reStructuredText 、Sphinx 资料汇总
reStructuredText用 reStructuredText 写作:快速入门指南reStructuredText(rst)快速入门语法说明reStructuredText(.rst)语法规则快速入门在线 reStructuredText 编辑器reStructuredText Markup SpecificationA ReStructuredText PrimerQuick...
2018-10-03 23:05:17
745
转载 全局变量、类静态变量及函数局部静态变量的初始化顺序
What is the lifetime of class static variables in C++?First the list of possibilities.Namespace StaticClass StaticLocal StaticNamespace StaticThere are two initialization methods. static (int...
2018-10-01 21:48:27
1007
转载 Windows 取消文件类型与应用程序的关联
How to Remove File Type Associations in Windows 10
2018-09-10 14:43:49
3586
原创 Windows 批处理技巧合集
Windows 批处理技巧合集创建目录创建一个目录,仅当该目录不存在时:(避免目录存在时出错)if not exist <dir> mkdir <dir>在 cmake 中执行批处理if(WIN32) add_custom_command(TARGET <Your target> ...
2018-09-07 12:50:32
333
原创 Visual Studio 编译选项
link /nologo /lib :ERROR link /lib /nologo :OK/MAP is useless /MAPINFO:EXPORTS is oklink map: can not find mz_os.obj ?
2018-09-06 19:11:58
2797
原创 Vulkan Loader 何时加载 ICD 驱动文件
当在 Vulkan 应用程序中,执行 vkCreateInstance 的时间,会加载 ICD 驱动文件,其调用堆栈如下:vulkan-1.dll!loader_platform_open_library(const char * lib_path) Line 285 Cvulkan-1.dll!loader_scanned_icd_add(const loader_instance...
2018-08-29 16:44:46
1859
原创 离线构建 Vulkan-Loader
构建 Vulkan-Loader 需要 Vulkan-Headers 代码库。可以从如下地址下载:https://github.com/KhronosGroup/Vulkan-Headers https://github.com/KhronosGroup/Vulkan-Loader文档上说,直接在 Vulkan-Loader 目录下,执行如下命令即可构建。git clone gi...
2018-08-29 16:35:54
1392
原创 Vulkan Specification
https://www.khronos.org/registry/vulkan/specs/1.0/html/vkspec.html https://www.khronos.org/registry/vulkan/specs/1.0/pdf/vkspec.pdf https://www.khronos.org/registry/vulkan/specs/1.0/refguide/Vulkan-...
2018-08-25 22:35:06
586
转载 ACM 基础系列
qsort和sort的用法Map和Multimapscin和scanf在使用时的注意事项ACM新手之八大输入输出格式ACM+第5课+数据类型和精度ACM+第2课+评测机中各种状态ACM+第1课+正确处理输入输出参考skilive 上传的百度文档...
2018-08-25 21:32:02
263
转载 CMake 的 Tool chain file 不支持缓存的解决办法
Check CMake Cache Variable in Toolchain File https://stackoverflow.com/questions/28613394/check-cmake-cache-variable-in-toolchain-file
2018-08-13 11:27:14
376
原创 Visual Studio 项目过期的提示
当项目本身或项目的依赖项目,自上次构建之后,源文件发生变化时, Visual Studio 认为 项目过期 。此时,要运行项目时, Visual Studio 的默认行为是“提示构建”,提示如下:该默认行为可以在 “选项” -> “项目和解决方案” -> “构建和运行” 属性页中进行修改:...
2018-08-11 13:21:05
3584
1
转载 Python 中 int 与 byte 相互转换
代码示例:>>> bytes([97])b'a'>>> ord(b'a')97>>>参考:How to Convert Int to Bytes in Python 2 and Python 3How to Convert Bytes to Integers【Python札记】byte转integerconv...
2018-08-06 15:02:47
41752
1
原创 CMake 技巧合集
该属性为只读。TYPE The type of the target.This read-only property can be used to test the type of the given target. It will be one of STATIC_LIBRARY, MODULE_LIBRARY, SHARED_LIBRARY, OBJECT_LIBRARY, INTE...
2018-07-30 17:34:53
265
转载 pip download timeout 解决方法
使用镜像源更换国内的pypi源:如: pip install -i https://pypi.tuna.tsinghua.edu.cn/simple sphinx_rtd_themepip install -i https://pypi.tuna.tsinghua.edu.cn/simple --upgrade tensorflow-gpu更改超时时间也可以通过命令行选项...
2018-07-29 13:32:22
11000
原创 Windows下配置 sphinx+reStructuredText
首先安装 Python ,并将 pip 升级到最新。最后通过 pip 安装 sphinx 。安装 Python 3.7Python 3.7 的默认安装路径如下:C:\Users\username\AppData\Local\Programs\Python\Python37将以上路径添加到环境变量:SET PATH=C:\Users\username\AppData\...
2018-07-29 11:55:25
456
转载 CMake 的 Tool chain file 不支持缓存的解决办法
Check CMake Cache Variable in Toolchain File https://stackoverflow.com/questions/28613394/check-cmake-cache-variable-in-toolchain-file
2018-07-29 10:35:12
1151
转载 TEMP
python -m pip install –upgrade pippip install -U sphinxGit: which is the default configured remote for branch?git config branch..remote Sphinx 1.7.610.8 Git Internals - Environment Variable...
2018-07-28 22:23:23
251
原创 readthedocs 与 gitee 集成 webhooks
在 gitee 上托管 readthedocs 上文档的源代码。当源代码更新后,通过 webhooks 通知 readthedocs 重新构建文档,使文档始终保持更新。
2018-07-28 21:59:31
1122
原创 Visual Studio VC++ 命令行设置
Visual Studio 2017 DocumentationSet the Path and Environment Variables for Command-Line BuildsBuild C/C++ code on the command lineCL Environment VariablesLINK Environment VariablesVisual S...
2018-07-25 23:14:26
592
原创 Visual Studio 2017 & Windows 10 SDK
Visual Studio 2017Download Visual Studio 2017 Web Installer / ISO (Community / Professional / Enterprise)Download Visual Studio 2017 Community ISO | Free DownloadHow to make an offline installer...
2018-07-25 22:19:14
5092
转载 CMake 中`相对路径`与`绝对路径`的相互转换
CMake 中把相对路径转换成绝对路径get_filename_component(<VAR> <FileName> <COMP> [BASE_DIR <BASE_DIR>] [CACHE])Set <VAR> to the abso...
2018-07-17 13:56:12
16925
转载 [Python]编码声明:是coding:utf-8还是coding=urf-8呢
我们知道在Python源码的头文件中要声明编码方式,如果你不只是会用到ascii码,很多人都写得都有点差别:#coding=utf-8#coding:utf-8#-*- coding:utf-8 -*-那么怎样写才是有效地呢,哪些优势无效的呢? 可以查看下http://www.python.org/dev/peps/pep-0263/的解释概要:这个PEP的目的是介...
2018-06-29 23:13:58
2770
CMake 3.6.2 (Windows 32位) 官方安装版
2016-10-06
CMake 3.6.2 (Windows 64位) 官方安装版
2016-10-06
putty 0.67
2016-08-28
Double Commander
2016-08-27
Bazaar 2.5.1 Stable (Windows)
2012-12-01
Oracle.Wait.Interface.A.Practical.Guide.to.Performance.Diagnostics.and.Tuning
2012-07-21
The Perforce Server (P4D) v2010.2
2011-09-25
webpy blog源代码
2010-09-28
Programming Challenges - The Programming Contest Training
2009-11-23
Debugging Applications for Microsoft .NET and Microsoft Windows
2007-09-25
Debugging Applications for Microsoft .NET and Microsoft Windows
2007-09-25
C++ Network Programming, Volume 1: Mastering Complexity with ACE and Patterns
2007-08-15
C++ Network Programming, Volume 2: Systematic Reuse with ACE and Frameworks
2007-08-15
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人