上一页 1 ··· 55 56 57 58 59 60 61 62 63 ··· 71 下一页
摘要: 3、全局配置:就是为了在于提交代码的时候,知道是哪个家伙提交的! git config --global user.name "chen1932490299" git config --global user.email "1932490299@qq.cocm" ssh-keygen -t rsa 阅读全文
posted @ 2019-05-08 23:17 不带R的墨菲特 阅读(432) 评论(1) 推荐(0)
摘要: googlechrome webdriver驱动下载 addrhttps://sites.google.com/a/chromium.org/chromedriver/downloads谷歌浏览器app下载https://www.chromedownloads.net/############### 阅读全文
posted @ 2019-05-08 23:15 不带R的墨菲特 阅读(242) 评论(0) 推荐(0)
摘要: C:\Program Files (x86)\Java\jdk1.8.0_65 //JAVA_HOME .;%JAVA_HOME%\lib\dt.jar;%JAVA_HOME%\lib\tools.jar; //classpath 的变量配置 %JAVA_HOME%\bin;%JAVA_HOME%\ 阅读全文
posted @ 2019-05-08 23:13 不带R的墨菲特 阅读(241) 评论(0) 推荐(0)
摘要: 3.7版本需要一个新的包libffi-devel,安装此包之后再次进行编译安装即可。 若在安装前移除了/usr/bin下python的文件链接依赖,此时yum无法正常使用,需要自己下载相关软件包安装,为节省读者时间,放上链接 #wget http://mirror.centos.org/centos 阅读全文
posted @ 2019-05-08 00:08 不带R的墨菲特 阅读(10827) 评论(0) 推荐(0)
摘要: #! /usr/bin/python # -*- coding: utf-8 -*- import os print os.environ['HOME'] print os.path.expandvars('$HOME') print os.path.expanduser('~') 阅读全文
posted @ 2019-05-07 23:39 不带R的墨菲特 阅读(3545) 评论(0) 推荐(0)
摘要: https://www.python.org/ftp/python 阅读全文
posted @ 2019-05-07 23:22 不带R的墨菲特 阅读(343) 评论(0) 推荐(0)
摘要: https://www.lfd.uci.edu/~gohlke/pythonlibs/#networkx 阅读全文
posted @ 2019-05-06 23:30 不带R的墨菲特 阅读(333) 评论(0) 推荐(0)
摘要: 解决: 阅读全文
posted @ 2019-05-03 01:31 不带R的墨菲特 阅读(9286) 评论(0) 推荐(1)
摘要: 解决方法: 开放linux 防火墙40127端口允许下载jnlp centos7 解决如下: [root@hostuser chrome]# firewall-cmd --zone=public --add-port=40127/tcp --permanentsuccess[root@hostuse 阅读全文
posted @ 2019-05-03 01:08 不带R的墨菲特 阅读(2431) 评论(0) 推荐(0)
摘要: 1.前提你的驱动和版本对应无问题时,依旧报未知错误无法启动chrome 解决方法加上两行: options.addArguments("no-sandbox");options.addArguments("--disable-gpu"); 其中“–no-sandbox”参数是让Chrome在root 阅读全文
posted @ 2019-05-03 00:15 不带R的墨菲特 阅读(1512) 评论(0) 推荐(0)
上一页 1 ··· 55 56 57 58 59 60 61 62 63 ··· 71 下一页