会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
2677989813@
博客园
首页
新随笔
联系
管理
订阅
上一页
1
···
13
14
15
16
17
18
19
20
21
下一页
2018年7月19日
python3 设置滚动条
摘要: #!python3#coding=utf-8from selenium import webdriverfrom selenium.webdriver.common.by import Byimport timedriver=webdriver.Chrome()driver.get('http://
阅读全文
posted @ 2018-07-19 19:17 yanhuidj
阅读(2633)
评论(0)
推荐(0)
编辑
2018年7月18日
selenium 定时任务
摘要:
阅读全文
posted @ 2018-07-18 18:38 yanhuidj
阅读(427)
评论(0)
推荐(0)
编辑
python3 mail
摘要: # !usr/bin/python3# -*-coding=UTF-8-*-import smtplib # python 对SMTP的支持,smtplib这个库负责发送邮件from email.mime.text import MIMEText # 发送邮件要填充的成员from email.hea
阅读全文
posted @ 2018-07-18 16:39 yanhuidj
阅读(188)
评论(0)
推荐(0)
编辑
python time 表示方式
摘要:
阅读全文
posted @ 2018-07-18 10:55 yanhuidj
阅读(77)
评论(0)
推荐(0)
编辑
2018年7月14日
wordpress +window 走起~
摘要: 一、安装XAMPP 1 百度搜索xampp后下载安装到D盘(安装时按默认勾选安装即可) 2 安装完后,点击Start来启动Apache和MySQL这两个服务 3 如果Apache服务不能启动,多数情况是80端口被pid为4的进程占用。 这时候,你有两种方法可以解决: 方法一,cmd运行net sto
阅读全文
posted @ 2018-07-14 13:51 yanhuidj
阅读(165)
评论(1)
推荐(0)
编辑
2018年7月13日
获取在线python 文档
摘要: window cmd :python -m pydoc -p 8888
阅读全文
posted @ 2018-07-13 19:20 yanhuidj
阅读(172)
评论(0)
推荐(0)
编辑
chrome 自动加载flash
摘要: class Login(unittest.TestCase): #初始 def setUp(self): chromeOpitons = Options() prefs = { # "profile.managed_default_content_settings.images":1, # "pro
阅读全文
posted @ 2018-07-13 16:30 yanhuidj
阅读(940)
评论(1)
推荐(0)
编辑
2018年7月12日
报错 hint: Updates were rejected because the remote contains work that you do 解决方法
摘要: 1. git pull origin master --allow-unrelated-histories 2.git pull origin master 3.git init 4.git remote add origin ssh://git@git.limikeji.com:10022/yan
阅读全文
posted @ 2018-07-12 18:51 yanhuidj
阅读(20690)
评论(0)
推荐(2)
编辑
删除gitlab 上的文件
摘要:
阅读全文
posted @ 2018-07-12 18:26 yanhuidj
阅读(1544)
评论(0)
推荐(0)
编辑
2018年7月11日
走起 ~私有gitlab
摘要: 1.创建gitlab 账号,创建一个项目名称 地址:http://git.limikeji.com 2.配置git环境 用git命令上传代码 3.配置gitlab ssh 4.使用git命令上传代码 git config --config user.name 'xxx' git config --c
阅读全文
posted @ 2018-07-11 12:01 yanhuidj
阅读(190)
评论(1)
推荐(0)
编辑
上一页
1
···
13
14
15
16
17
18
19
20
21
下一页
公告