selenium调用headerless 1. 基础环境: 我使用的环境: python:3.5.4 python的selenium库: 3.141.0 chrome浏览器: 71.0.3578.98 chromedriver下载地址: http://chromedriver.storage.goo ...
分类:
编程语言 时间:
2019-01-19 11:21:08
阅读次数:
446
Computer Systems A Programmer's Perspective -Bryant O'Hallaron Chapter 1. A Tour of Computer Systems 1.8 Systems Communicate With Other Systems Using ...
分类:
其他好文 时间:
2019-01-18 13:32:56
阅读次数:
151
一、Windows 上安装 MySQL 1、Windows 上安装 MySQL 相对来说会较为简单,地那就链接 https://cdn.mysql.com//Downloads/MySQL-8.0/mysql-8.0.11-winx64.zip 下载 zip 包。最新版本可以在 MySQL 下载中下 ...
分类:
数据库 时间:
2019-01-16 22:50:41
阅读次数:
205
Spring Boot(十八):使用Spring Boot集成FastDFS 环境:Spring Boot最新版本1.5.9、jdk使用1.8、tomcat8.0 功能:使用Spring Boot将文件上传到分布式文件系统FastDFS中。 一、pom包配置 加入了fastdfs-client-ja ...
分类:
编程语言 时间:
2019-01-15 14:35:23
阅读次数:
175
前言 后端常用数据库做数据存储,譬如MySql、MongoDB,缓存技术存储数据,如Redis、Memcached; 前端存储数据目前常用的是Cookie、Storage、IndexedDB Cookie HTTP Cookie(也叫Web Cookie或浏览器Cookie)是服务器发送到用户浏览器 ...
分类:
其他好文 时间:
2019-01-15 14:01:06
阅读次数:
188
快速批量创建nfspvforiin{3..6};docat<<EOF|kubectlapply-f-apiVersion:v1kind:PersistentVolumemetadata:name:pv00${i}spec:capacity:storage:100GiaccessModes:-ReadWriteManypersistentVolumeReclaimPolicy:Recyc
分类:
其他好文 时间:
2019-01-15 12:08:28
阅读次数:
482
1. MySQL 体系结构 如下图: Mysql是由SQL接口,解析器,优化器,缓存,存储引擎组成的(SQL Interface、 Parser、 Optimizer、Caches&Buffers、Pluggable Storage Engines) Connectors指的是不同语言中与SQL的交 ...
分类:
数据库 时间:
2019-01-14 18:55:34
阅读次数:
190
https://www.cnblogs.com/liu-shuai/p/6098218.html 简介: 生成器表达式并不真正的创建数字列表,而是返回一个生成器对象,此对象在每次计算出一个条目后,把这个条目"产生"(yield)出来。生成器表达式使用了"惰性计算"或称作"延时求值"的机制。 序列过长 ...
分类:
编程语言 时间:
2019-01-14 14:51:51
阅读次数:
208
https://blog.csdn.net/qq_37759106/article/details/82981023 有2个提示: 这篇博客nginx开放的80端口, 首先要打开防火墙80的端口; 测试的时候发现报错,23000端口连接不上, 打开23000端口。 ...
分类:
其他好文 时间:
2019-01-14 14:42:53
阅读次数:
184
输入以下指令后再尝试安装 python3环境下输入: sudo apt-get install python3 python-dev python3-dev build-essential libssl-dev libffi-dev libxml2-dev libxslt1-dev zlib1g-d ...
分类:
其他好文 时间:
2019-01-13 21:15:04
阅读次数:
275