Anaconda
摘要:Anaconda下载 https://mirrors.tuna.tsinghua.edu.cn/anaconda/archive/ miniconda(python+conda) https://mirrors.tuna.tsinghua.edu.cn/anaconda/miniconda/ 安装C
阅读全文
posted @
2019-12-30 16:11
liehen2046
阅读(121)
推荐(0)
IDEA中使用IdeaVim
摘要:安装IdeaVimExtension 运行.打开用户目录,创建_ideavimrc文件,并写入:
阅读全文
posted @
2019-12-30 14:21
liehen2046
阅读(528)
推荐(0)
pycharm快捷键
摘要:常用快捷键 ctrl_alt_shift_t 快速抽取 alt+f1 快速选择类、方法、文件、字段 alt+j 快速选择下一个同时进行编辑 CTRL+{},跳转至括号 CTRL+ALT+V,定义变量 Ctrl+Alt+Shift+N:打开方法或字段 Ctrl+K:invoke the Commit
阅读全文
posted @
2019-07-09 22:49
liehen2046
阅读(143)
推荐(0)
pycharm配置
摘要:编码 margin 修改margin为110有助于减少line too long提示 关闭提示 列表请见:https://pep8.readthedocs.io/en/latest/intro.html configuration continuation line over indented fo
阅读全文
posted @
2019-07-09 22:47
liehen2046
阅读(370)
推荐(0)
IDEA中,将项目加入maven管理。
摘要:在项目上右键-》Add Framework Support Choose Maven 生成pom.xml 在<project>下配置国内仓库 eclipse-swt 配置poi .
阅读全文
posted @
2019-04-18 17:25
liehen2046
阅读(12629)
推荐(2)
IDEA配置
摘要:关于IDEA的配置 修改编码 配置可用插件 http://plugins.jetbrains.com/search AceJump: ctrl+;/ctrl+alt+;(word模式)/ctrl+shift+;(line模式)(向上,左,右,TAB,enter) CamelCase: alt+shi
阅读全文
posted @
2019-03-25 23:15
liehen2046
阅读(230)
推荐(0)