上一页 1 2 3 4 5 6 ··· 22 下一页
摘要: macOShttps://dl.google.com/chrome/mac/stable/GGRO/googlechrome.dmg 不跟随系统主题改变深色模式,在终端输入下面命令后重启Chromedefaults write com.google.Chrome NSRequiresAquaSyst 阅读全文
posted @ 2020-04-17 21:20 Bob-wei 阅读(2508) 评论(0) 推荐(0) 编辑
摘要: 在设置JSON中加入: "workbench.colorCustomizations": { "[Default Light+]": { "activityBar.activeBackground": "#ffffff", "activityBar.background": "#eeeeee", " 阅读全文
posted @ 2020-04-12 17:37 Bob-wei 阅读(2139) 评论(0) 推荐(0) 编辑
摘要: settings.json { "editor.columnSelection": false, "editor.fontFamily": "FiraCode-Retina, Menlo, Monaco, 'Courier New', monospace", "editor.fontLigature 阅读全文
posted @ 2020-03-12 05:35 Bob-wei 阅读(443) 评论(0) 推荐(0) 编辑
摘要: # C++ in VSCode ## Extensions - C/C++ - Microsoft - CMake - twxs - CMake Tools - Microsoft - Code Runner - Jun Han [_options_] ### Format Settings 1. 阅读全文
posted @ 2020-02-19 01:53 Bob-wei 阅读(533) 评论(0) 推荐(0) 编辑
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2019-11-13 01:22 Bob-wei 阅读(7) 评论(0) 推荐(0) 编辑
摘要: 常量和静态只读字段大写 私有字段前缀 _ 阅读全文
posted @ 2019-10-08 15:12 Bob-wei 阅读(1071) 评论(0) 推荐(0) 编辑
摘要: dotnet publish 命令,bash脚本如下(Windows安装git即可建议sh关联) publish.sh #!/usr/bin/env bash # one line command: # array=( win-x64 linux-x64 osx-x64 ); for i in "$ 阅读全文
posted @ 2019-05-25 10:06 Bob-wei 阅读(862) 评论(0) 推荐(0) 编辑
摘要: 优化vhd:https://docs.microsoft.com/en-us/powershell/module/hyper-v/optimize-vhd?view=win10-ps 1. 弹出vhdx卷 2. 在管理员的Powershell下运行: Optimize-VHD -Path c:\te 阅读全文
posted @ 2019-05-15 17:34 Bob-wei 阅读(2553) 评论(2) 推荐(1) 编辑
摘要: 保存为 csprojfilelist.sh,注意换行符使用LF,如果git-bash关联了sh文件,直接双击就可以得到csprojfilelist.txt文件。 阅读全文
posted @ 2019-03-18 10:38 Bob-wei 阅读(478) 评论(0) 推荐(0) 编辑
摘要: https://devdocs.io/ docker run --rm -d --name devdocs -p 9292:9292 devdocs/devdocs 阅读全文
posted @ 2019-03-04 22:34 Bob-wei 阅读(682) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 22 下一页