
程序人生随笔
ITYTI
这个作者很懒,什么都没留下…
展开
-
SCI、EI论文检索及论文的主要的获取方式
论文检索sci论文查找地方:http://apps.webofknowledge.com/UA_GeneralSearch_input.do?product=UA&search_mode=GeneralSearch&SID=P1cfptv3ttGUh2YIFOM&preferencesSaved= ei论文查找地方:http://www.engineeringvill...转载 2018-10-29 16:10:50 · 9496 阅读 · 1 评论 -
PyCharm快捷键
PyCharm默认快捷键1、编辑(Editing)Ctrl + Space 基本的代码完成(类、方法、属性)Ctrl + Alt + Space 快速导入任意类Ctrl + Shift + Enter 语句完成Ctrl + P 参数信息(在方法中调用参数)Ctrl + Q 快速查看文档F1 外部文档Shift + F1 外部文档,进入we...原创 2018-10-29 23:41:53 · 255 阅读 · 0 评论 -
Jupyter notebook修改默认启动目录
本文讲述windows下修改Jupyter notebook默认启动目录前提:已经安装jupyter notebook1.在cmd下使用命令jupyter notebook --generate-config来查看你的notebook配置文件在哪里jupyter notebook --generate-config2.根据自己的实际路径进入.jupyter目录3.提前创建...原创 2018-12-19 21:33:23 · 412 阅读 · 0 评论 -
pycharm设置背景变黑和字体大小
设置背景变黑file->setting->appearance&behavior->appearance->在theme处选择darcula设置字体大小还是看百度的比较清晰 http://jingyan.baidu.com/article/76a7e409de785efc3a6e1557.html 打开pycharm,点击file-&...转载 2018-12-11 19:47:52 · 3170 阅读 · 0 评论 -
Python使用国内豆瓣源安装第三方包
豆瓣源:https://pypi.doubanio.com/simple/例子: pip3 install -i https://pypi.doubanio.com/simple/ gensim easy_install -i https://pypi.doubanio.com/simple/ gensim python3 -m pi...原创 2019-02-21 18:05:39 · 2869 阅读 · 0 评论