自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(205)
  • 资源 (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 379

转载 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 519

转载 RVO

Return Value OptimizationC++中的RVO和NRVO详解RVO与NRVO(区别于网上常见的RVO)

2019-04-25 17:34:20 811

转载 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 238

转载 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 3571

转载 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 241

转载 Windows API Hooking

Windows API Hooking Tutorial (Example with DLL Injection)API Hooking and DLL Injection on Windows

2019-03-15 17:10:46 207

转载 Visual Studio 2017 Performance Profiler

Beginners guide to CPU sampling

2019-02-20 11:23:07 699

转载 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 173

原创 jekyll.environment

在命令行上运行 jekyll build 或者 jekyll serve 时,可以指定 JEKYLL_ENV 变量:JEKYLL_ENV=production jekyll build在代码的 TAG 中,可以用 jekyll.environment 引用该变量。该变量用于区分不同环境,以执行相应的动作。该变量的默认值为 development 。参考:EnvironmentsJeky...

2019-01-31 23:21:04 311

原创 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 243

转载 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 207

转载 bullet 物理引擎资料

bullet 官方网站https://pybullet.orggamekit-developers 开源的游戏引擎,由 bullet 创始人发起。https://github.com/gamekit-developersBullet教程: Hello World 实例https://blog.csdn.net/lxdfigo/article/details/8279783Bullet物...

2018-12-04 16:38:34 1811

转载 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 414

转载 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 183

转载 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 504

转载 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 150

转载 reStructuredText 、Sphinx 资料汇总

reStructuredText用 reStructuredText 写作:快速入门指南reStructuredText(rst)快速入门语法说明reStructuredText(.rst)语法规则快速入门在线 reStructuredText 编辑器reStructuredText Markup SpecificationA ReStructuredText PrimerQuick...

2018-10-03 23:05:17 706

转载 全局变量、类静态变量及函数局部静态变量的初始化顺序

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 973

转载 Windows 取消文件类型与应用程序的关联

How to Remove File Type Associations in Windows 10

2018-09-10 14:43:49 3319

原创 Windows 批处理技巧合集

Windows 批处理技巧合集创建目录创建一个目录,仅当该目录不存在时:(避免目录存在时出错)if not exist &lt;dir&gt; mkdir &lt;dir&gt;在 cmake 中执行批处理if(WIN32) add_custom_command(TARGET &lt;Your target&gt; ...

2018-09-07 12:50:32 288

原创 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 2722

原创 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 1642

原创 离线构建 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 1195

原创 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 477

转载 ACM 基础系列

qsort和sort的用法Map和Multimapscin和scanf在使用时的注意事项ACM新手之八大输入输出格式ACM+第5课+数据类型和精度ACM+第2课+评测机中各种状态ACM+第1课+正确处理输入输出参考skilive 上传的百度文档...

2018-08-25 21:32:02 224

转载 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 342

原创 Visual Studio 项目过期的提示

当项目本身或项目的依赖项目,自上次构建之后,源文件发生变化时, Visual Studio 认为 项目过期 。此时,要运行项目时, Visual Studio 的默认行为是“提示构建”,提示如下:该默认行为可以在 “选项” -&gt; “项目和解决方案” -&gt; “构建和运行” 属性页中进行修改:...

2018-08-11 13:21:05 3334 1

转载 Python 中 int 与 byte 相互转换

代码示例:&gt;&gt;&gt; bytes([97])b'a'&gt;&gt;&gt; ord(b'a')97&gt;&gt;&gt;参考: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 41574 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 226

转载 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 10909

原创 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 419

转载 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 906

转载 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 222

原创 readthedocs 与 gitee 集成 webhooks

在 gitee 上托管 readthedocs 上文档的源代码。当源代码更新后,通过 webhooks 通知 readthedocs 重新构建文档,使文档始终保持更新。

2018-07-28 21:59:31 1038

原创 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 546

原创 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 5052

转载 CMake 中`相对路径`与`绝对路径`的相互转换

CMake 中把相对路径转换成绝对路径get_filename_component(&lt;VAR&gt; &lt;FileName&gt; &lt;COMP&gt; [BASE_DIR &lt;BASE_DIR&gt;] [CACHE])Set &lt;VAR&gt; to the abso...

2018-07-17 13:56:12 16351

转载 [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 2726

原创 Python Turtle 中的 setworldcoordinates 方法

turtle 中默认的模式为 standard ,其坐标原点在画布(canvas)中心,单位为象素(pixel)。这种从标系也许不是最符合需要求的,因此可以用 setworlcoordinates 自定义坐标系。setworldcoordinates(llx,lly,urx,ury) 表示屏幕左下角的 (x, y) 和屏幕右上角的 (x, y) 坐标。(文档上说是画布的左下角和右上角坐标,但实...

2018-06-29 23:03:35 6261

SmartGIT 20.2.5 官方解压版

SmartGIT 20.2.5 稳定版,解压即可使用。非商业使用永久免费。首次启动时,选择“非商业使用”即可。

2021-05-19

curl-7.54.0-win64-mingw.7z (curl for Windows 64 位稳定版)

Windows 64 位稳定版

2017-06-05

CMake 3.6.2 (Windows 32位) 官方安装版

跨平台构建工具 CMake 3.6.2。安装工具与 CMake 3.4 或更低版本不兼容。如果安装了 CMake 3.4 或更低版本,需要先卸载旧版,再安装该版本。

2016-10-06

CMake 3.6.2 (Windows 64位) 官方安装版

跨平台构建工具 CMake 3.6.2。安装工具与 CMake 3.4 或更低版本不兼容。如果安装了 CMake 3.4 或更低版本,需要先卸载旧版,再安装该版本。

2016-10-06

CMake 3.6.2 (Windows 32位) 官方绿色版

跨平台构建工具 CMake 3.6.2。解压直接使用。

2016-10-06

putty 0.67

PuTTY 工具集,包含 PuTTY 、 PSCP 、 PSFTP 、 Plink 、 Pageant 和 PuTTYgen 以及帮助文档。 PuTTY is a free implementation of SSH and Telnet for Windows and Unix platforms, along with an xterm terminal emulator. It is written and maintained primarily by Simon Tatham.

2016-08-28

Double Commander

Double Commander is a cross platform open source file manager with two panels side by side. It is inspired by Total Commander and features some new ideas.

2016-08-27

Bazaar 2.5.1 Stable (Windows)

http://wiki.bazaar.canonical.com/WindowsDownloads The Standalone Installer This is typically the best choice for most users and includes: •the core Bazaar distribution •help in Windows Help (chm) format • GUI clients - Bazaar Explorer, QBzr and optionally TortoiseBZR • numerous bundled plugins including BzrTools, bzr-svn, bzr-upload and bzr-xmloutput •bundled Python (Python 2.6 for bzr 2.2 and later, and Python 2.5 for older versions) interpreter with all the libraries you need. You can use most of the Bazaar plugins ( excluding bzr-gtk and Loggerhead) as long as they are installed in your Application Data/bazaar/2.0/plugins directory.

2012-12-01

Oracle.Wait.Interface.A.Practical.Guide.to.Performance.Diagnostics.and.Tuning

This book explains how to take full advantage of the revolutionary Oracle Wait Interface to quickly pinpoint--and solve--core problems and bottlenecks, and increase productivity exponentially.

2012-07-21

思维导图 Freeplane v1.1.3

Freeplane是一款开源的思维导图软件,从Freemind发展而来,对中文支持比较好。

2012-01-08

Python 3.2

Python 3.2 版本,可以与 cx_Freeze 4.2.3配合使用。

2011-12-10

The Perforce Server (P4D) v2010.2

Create. Develop. Version everything with Perforce. Only Perforce products have the Perforce Server - the fast version management platform that powers productive teamwork. Built from the ground up to be scalable and easy to manage, Perforce helps thousands of the world's leading organizations innovate and succeed. Free Desktop Trial: Supports two users and five workspaces, or unlimited users and up to 1,000 files.

2011-09-25

webpy blog源代码

webpy blog源代码 =============== blog.py 主程序模块 model.py 数据模块 templates/ base.html index.html view.html new.html edit.html static/ util.js Javascript工具模块 使用方法: ======== 在命令行下输入如下命令: python blog.py 127.0.0.1:2010 即可启动web服务,主机ip地址为:127.0.0.1,端口为:2010。 打开浏览器,在地址栏中输入:http://127.0.0.1:2010,即可浏览博客。 本程序仅供学习使用。

2010-09-28

Programming Challenges - The Programming Contest Training

Programming Challenges - The Programming Contest Training

2009-11-23

Debugging Applications for Microsoft .NET and Microsoft Windows

This resource describes techniques for debugging programs both during code writing and after an application is finished, as well as covers the Visual Studio .NET 2003 debugger and adds chapters on the FastTrace and smooth working set tools.

2007-09-25

Debugging Applications for Microsoft .NET and Microsoft Windows

This resource describes techniques for debugging programs both during code writing and after an application is finished, as well as covers the Visual Studio .NET 2003 debugger and adds chapters on the FastTrace and smooth working set tools.

2007-09-25

C++ Network Programming, Volume 1: Mastering Complexity with ACE and Patterns

C++ Network Programming, Volume 1: Mastering Complexity with ACE and Patterns <br>By Douglas C. Schmidt, Stephen D. Huston <br> <br>Publisher : Addison Wesley <br>Pub Date : December 10, 2001 <br>ISBN : 0-201-60464-7 <br>Pages : 336 <br>

2007-08-15

C++ Network Programming, Volume 2: Systematic Reuse with ACE and Frameworks

C++ Network Programming, Volume 2: Systematic Reuse with ACE and Frameworks <br>By Douglas C. Schmidt, Stephen D. Huston <br> <br>Publisher : Addison Wesley <br>Pub Date : October 29, 2002 <br>ISBN : 0-201-79525-6 <br>Pages : 384 <br>

2007-08-15

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除