会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
健身数年,肚子依然肥
肥咚咚的米虫
博客园
首页
新随笔
联系
订阅
管理
2018年8月25日
查看是否是uefi启动
摘要: 1 bcdedit /enum {current} 2 msinfo32
阅读全文
posted @ 2018-08-25 11:50 guyuntech
阅读(283)
评论(0)
推荐(0)
2018年8月24日
用CMake设置Visual Studio工程中第三方库
摘要: 引用至 https://www.cnblogs.com/xuhui24/p/6234569.html 较大的工程文件中一般会调用动态库或者静态库,如果这些库文件是当前工程包含的项目,CMake会自动识别并添加Debug和Release编译时需要的库文件路径和文件名,可以使用命令: Target_Li
阅读全文
posted @ 2018-08-24 20:41 guyuntech
阅读(1314)
评论(0)
推荐(0)
2018年5月26日
git 禁止换行符转换
摘要: git config --global core.autocrlf false git config --global core.safecrlf truegit config --global core.filemode false
阅读全文
posted @ 2018-05-26 17:31 guyuntech
阅读(1602)
评论(0)
推荐(0)
2018年3月19日
离线下载vs code 插件 python源码
摘要: 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
阅读(1575)
评论(0)
推荐(0)
Visual Studio Code 使用笔记
摘要: # Visual Studio Code 使用笔记 Ctrl+, 打开用户配置,文件夹默认字符集编码修改,可在files.encoding设置 Ctrl+` 在windows下打开cmd 或powershell, Ctrl+P 打开文件,可快速搜索文件 Ctrl+Shift+L 一次性找出文档中选中
阅读全文
posted @ 2018-03-19 14:19 guyuntech
阅读(404)
评论(0)
推荐(0)
2018年3月15日
Windows启动管理器
摘要: bcdedit /set {current} description "Windows 10 x64"
阅读全文
posted @ 2018-03-15 22:15 guyuntech
阅读(467)
评论(0)
推荐(0)
Visual Studio 快捷键
摘要: 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
阅读(240)
评论(0)
推荐(0)
公告