健身数年,肚子依然肥

摘要: 1 bcdedit /enum {current} 2 msinfo32 阅读全文
posted @ 2018-08-25 11:50 guyuntech 阅读(280) 评论(0) 推荐(0) 编辑
摘要: 引用至 https://www.cnblogs.com/xuhui24/p/6234569.html 较大的工程文件中一般会调用动态库或者静态库,如果这些库文件是当前工程包含的项目,CMake会自动识别并添加Debug和Release编译时需要的库文件路径和文件名,可以使用命令: Target_Li 阅读全文
posted @ 2018-08-24 20:41 guyuntech 阅读(1276) 评论(0) 推荐(0) 编辑
摘要: git config --global core.autocrlf false git config --global core.safecrlf truegit config --global core.filemode false 阅读全文
posted @ 2018-05-26 17:31 guyuntech 阅读(1589) 评论(0) 推荐(0) 编辑
摘要: 1 import argparse 2 import os 3 import requests 4 5 6 HEADERS = { 7 'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 ' 8 '(KHTML, like Gecko) Chr... 阅读全文
posted @ 2018-03-19 22:37 guyuntech 阅读(1490) 评论(0) 推荐(0) 编辑
摘要: # Visual Studio Code 使用笔记 Ctrl+, 打开用户配置,文件夹默认字符集编码修改,可在files.encoding设置 Ctrl+` 在windows下打开cmd 或powershell, Ctrl+P 打开文件,可快速搜索文件 Ctrl+Shift+L 一次性找出文档中选中 阅读全文
posted @ 2018-03-19 14:19 guyuntech 阅读(393) 评论(0) 推荐(0) 编辑
摘要: bcdedit /set {current} description "Windows 10 x64" 阅读全文
posted @ 2018-03-15 22:15 guyuntech 阅读(462) 评论(0) 推荐(0) 编辑
摘要: VS快速代码模板"cw" + Tab + Tab - Console.WriteLine();"mbox" + Tab + Tab - Messagebox.Show();"prop”+ Tab + Tab -含有Get,Set访问器的属性块"propg”+ Tab + Tab -只读属性快"pro 阅读全文
posted @ 2018-03-15 22:13 guyuntech 阅读(218) 评论(0) 推荐(0) 编辑