
pycharm
zzh_my
努力 踏实 执着!!
展开
-
centos github pycharm--错误提示
Successfully created project 'RINEX' on GitHub, but initial commit failed: *** Please tell me who you are. Run git config --global user.email "you@example.com" git config --global user.name "Your Name原创 2016-11-06 22:17:15 · 1346 阅读 · 3 评论 -
Pycharm Error "fatal: Could not read from remote repository."
pycharm 配置github,出现错误:Push failed: Failed with error: fatal: Could not read from remote repository.根据查找:http://danielhnyk.cz/pycharm-error-fatal-could-not-read-remote-repository/I just转载 2016-11-20 17:20:36 · 4778 阅读 · 0 评论 -
利用python生成词云
# -*- coding: utf-8 -*-import matplotlib.pyplot as pltfrom wordcloud import WordCloudimport jiebaimport io# 读取文件,返回一个字符串,使用utf-8编码方式读取,该文档位于此python同以及目录下text_from_file_with_apath = io.open(r...原创 2018-08-14 23:04:11 · 1422 阅读 · 0 评论 -
PyCharm设置改变字体大小的快捷键
File->Settings在搜索框搜索increase点击Increase Font Size(增大字体)右键选择Add Mouse Shortcut然后按Ctrl并且鼠标滚轮往上滚。同理可以设置减小字体【设置减小字体时,在搜索框内输入decrease】...转载 2018-08-14 23:06:03 · 16920 阅读 · 0 评论 -
在pycharm中使用selenium
为在pycharm中使用selenium,需要按照以下步骤按照所需工具。1、安装pychon2、安装pycharm3、在pycharm中配置pychon解释器地址。4、在pycharm中添加selenium。5、下载安装Selenium web驱动器。例如我的Chrome浏览器版本是 68.0.3440.106(正式版本) (64 位),那么需要下载对应的ChromeDr...原创 2018-08-31 19:24:59 · 6852 阅读 · 0 评论