摘要: atom - one dark的注释默认注释字体为斜体,显示中文的时候,很不好看。 解决方案一: File -> Stylesheet -> 弹出 style.less,在其中添加如下代码: atom-text-editor.editor .syntax--comment{ font-style: 阅读全文
posted @ 2019-04-21 15:19 bp9jISKIN 阅读(2264) 评论(0) 推荐(1) 编辑
摘要: 写模板的时候,出现 '__int64' has not been declared,加入 #include<iostream>后解决 阅读全文
posted @ 2019-04-21 11:36 bp9jISKIN 阅读(536) 评论(0) 推荐(0) 编辑
摘要: 方法一:F9 方法二:查看 -> 自定义 -> 库 阅读全文
posted @ 2019-03-16 09:12 bp9jISKIN 阅读(2102) 评论(0) 推荐(1) 编辑
摘要: 1.输出 bool 值 cout << boolalpha << 标识符 << endl; 阅读全文
posted @ 2019-03-02 21:21 bp9jISKIN 阅读(110) 评论(0) 推荐(0) 编辑
摘要: 1. 插入图片 1.1 【代码】状态下 %%html <img src="路径/图片名.png", width=400, height=400> 1.2 【标记】状态下 <img src="路径/图片名.png", width=400, height=400> 阅读全文
posted @ 2019-01-14 17:41 bp9jISKIN 阅读(210) 评论(0) 推荐(0) 编辑
摘要: 右键属性-->兼容性-->更改高DPI设置-->【勾选】替代高DPI缩放行为。 阅读全文
posted @ 2019-01-11 15:36 bp9jISKIN 阅读(233) 评论(0) 推荐(0) 编辑
摘要: 1. SyntaxError: unexpected EOF while parsing异常, 经检查发现,是由于在编程中,不小心删掉了左括号 ) 。 2. SyntaxError: EOL while scanning string literal 可能是逗号未成对出现 阅读全文
posted @ 2018-10-25 23:44 bp9jISKIN 阅读(420) 评论(0) 推荐(0) 编辑
摘要: 安装pyecharts时,出现'ModuleNotFoundError: No module named 'pyecharts_snapshot',试了几次都无法解决,突然想到,"pyecharts_snapshot"会不会也是一个第三方库,毕竟异常信息都写着"No module",抱着试试的心态, 阅读全文
posted @ 2018-10-04 22:04 bp9jISKIN 阅读(2272) 评论(0) 推荐(0) 编辑
摘要: Dev C++: 多行注释: ctrl + / Anaconda/Spyder: 多行注释:ctrl + 1 切换到编译器:Ctrl + Shift + E 切换到 Ipython:Strl + Shift + I Jupyter Notebook: 多行注释:ctrl + / H: 查看快捷键 E 阅读全文
posted @ 2018-10-04 21:19 bp9jISKIN 阅读(325) 评论(0) 推荐(0) 编辑
摘要: 1. 符号的自动补全。 安装好Anaconda后,打开spyder,键入代码时,发现有些符号,如双引号、双单引号等,无法自动补全。 解决方案:Tools-->Preferences-->Editor-->Advanced setting-->Automatic insertion of closin 阅读全文
posted @ 2018-10-02 09:36 bp9jISKIN 阅读(980) 评论(0) 推荐(0) 编辑