11 2019 档案

摘要:Step 1: Step 2: 阅读全文
posted @ 2019-11-27 16:10 bp9jISKIN 阅读(1564) 评论(0) 推荐(0)
摘要:atom-beautify 格式化代码 file-icons 美化左侧目录栏 highlight-selected 高亮当前选中的单词 minimap 在右侧显示代码缩略图 minimap-quick-highlight 选中的代码在 minimap(缩略图)中高亮显示 quick-hightlig 阅读全文
posted @ 2019-11-27 13:09 bp9jISKIN 阅读(302) 评论(0) 推荐(0)
摘要:目前使用的 VSCode 插件整理 Atom One Dark Theme 基于 Atom One Dark 的主题,非常赞。 Code Runner C/C++ Material Icon Theme 为左侧目录栏添加更显眼的图标 Python 一个用于 Python 的插件 Project Ma 阅读全文
posted @ 2019-11-27 12:59 bp9jISKIN 阅读(162) 评论(0) 推荐(0)
摘要:step 1 : win + R ,并输入 regedit step 2 : 到达目录 => 计算机\HKEY_CLASSES_ROOT\*\shell step 3 : 在 shell 目录新建文件(以新建 NotePad2-mod 为例) 3.1 双击 “(默认)”, 在“数值数据(V)”中填入 阅读全文
posted @ 2019-11-19 21:32 bp9jISKIN 阅读(1399) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2019-11-07 21:04 bp9jISKIN 阅读(118) 评论(0) 推荐(0)
摘要:ctrl + shif + D 阅读全文
posted @ 2019-11-04 09:21 bp9jISKIN 阅读(414) 评论(0) 推荐(0)
摘要:方案一: (1) ctrl + , -> settings (2)在搜索框中搜索 workbench.colorCustomizations (3) (4)在 settings.json 中添加如下代码 "workbench.colorCustomizations": { "editor.selec 阅读全文
posted @ 2019-11-03 22:28 bp9jISKIN 阅读(18845) 评论(1) 推荐(2)
摘要:在 ubuntu 中安装 python 库时,可能遇到 Could not install packages due to an EnvironmentError: [Errno 13] 的异常。 解决安装:在正常命令后加 --user 如: pip install packagename 阅读全文
posted @ 2019-11-03 20:36 bp9jISKIN 阅读(1379) 评论(0) 推荐(0)