12 2017 档案

摘要:1. 程序下载 先在mysql的官网下载rpm包 2. 安装 rpm包安装是有次序的,server要最后装,要不然会报错。可以依次装 common libs devel client server 在安装过程中会遇到报: xxx_2.6.x86_64 conflicts with file from 阅读全文
posted @ 2017-12-29 13:48 超龄码农 阅读(2770) 评论(0) 推荐(0)
摘要:1. 安装git 2.安装TorToiseGit 3.开始使用 3.1 找个盘新建个文件夹,比如c盘下建一个gittest文件夹,在该文件夹上点击右键会看到 点击Git Clone 点击OK键 点击Close 3.2 获取更新的内容 进入gittest文件夹,在DSA上点击右键出现下图 选择Pull 阅读全文
posted @ 2017-12-27 12:09 超龄码农 阅读(899) 评论(0) 推荐(0)
摘要:线程thread,库threading 进程process,库Process 使用起来方法跟其他语言相似,也不需要下载其他的库,语言自带的库里就有 1.多线程的例子 1 #coding=utf-8 2 import threading 3 from time import sleep, ctime 阅读全文
posted @ 2017-12-21 18:17 超龄码农 阅读(127) 评论(0) 推荐(0)
摘要:1.最大化 1 # coding = utf-8 2 3 from selenium import webdriver 4 chromedriver = "C:\Program Files (x86)\Google\Chrome\Application\chromedriver" 5 browser 阅读全文
posted @ 2017-12-18 15:50 超龄码农 阅读(833) 评论(0) 推荐(0)
摘要:python装的是3.5,chrome浏览器版本是17年初的 1.chromedriver 在http://chromedriver.storage.googleapis.com/index.html?path=2.30/下载个chromedriver,解压后的exe粘贴到chrome安装路径下,一 阅读全文
posted @ 2017-12-18 14:51 超龄码农 阅读(204) 评论(0) 推荐(0)
摘要:一、安装 这个我也是照着别人写的做的,参考了 http://blog.csdn.net/IT_wanghe/article/details/53884229。 在官网下载不是麻烦,是没法下载,注册了账户后直接让用云,还是无法下载。然后就找个windows的下载路径。 http://dl.mongod 阅读全文
posted @ 2017-12-12 11:22 超龄码农 阅读(689) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2017-12-01 16:32 超龄码农 阅读(7) 评论(0) 推荐(0)