Overview ChromeDriver and Selenium are tools for automated testing of Chromium based applications. The tests themselves can be written in a number of ...
分类:
编程语言 时间:
2020-01-21 00:21:31
阅读次数:
234
USING CURRENT LOGFILE has been deprecated
分类:
其他好文 时间:
2020-01-20 16:22:09
阅读次数:
96
原文链接:https://www.liaotaoo.cn/256.html git pull仓库的时候会弹出一个vim编辑器或者是自带的其他编辑器 对就像这种,意思就是让你进入编辑模式输入merage信息, 一开始没有点懵逼,what? git pull自带merage功能,建议每次push之前先p ...
分类:
系统相关 时间:
2020-01-20 16:16:57
阅读次数:
234
1 Kibana的显示配置 https://demo.elastic.co/app/kibana#/dashboard/welcome_dashboard 环境先处理干净 安装nginx和httpd-tools 2 使用压测工具产生日志 [root@node4 ~]# ab -n 100 -c 10 ...
分类:
Web程序 时间:
2020-01-19 15:20:03
阅读次数:
121
自己写的,少了异常处理。 #include <bits/stdc++.h> #include<math.h> #include <string> using namespace std; const int maxn = 100010; struct Node{//定义静态链表 int data; ...
分类:
其他好文 时间:
2020-01-19 09:19:21
阅读次数:
73
首先明白,重定向一定不会经过视图解析器,因为请求转发的页面是在地址栏直接访问的,是一个新的请求,如果经过视图解析器,拼接后的结果就是错误的,所以重定向一定不经过视图解析器。另外WEB-INF下的所有文件必须通过请求转发才能访问。 约定:在本项目存在/WEB_INF/pages/success.jsp ...
分类:
编程语言 时间:
2020-01-18 21:36:57
阅读次数:
110
training set: 用来训练模型 validation set : 用来做model selection test set : 用来评估所选出来的model的实际性能 我们知道,在做模型训练之前,我们必须选择所训练的模型的形式:线性模型(y = wx+b)或者非线性模型(SVM,decisi ...
分类:
其他好文 时间:
2020-01-18 10:49:16
阅读次数:
97
selenium.获取浏览器大小、设置浏览器位置、最大化浏览器 get_window_size() 获取浏览器大小 # 将窗口大小实例化 size_Dict = driver.get_window_size() # 打印浏览器的宽和高 print("当前浏览器的宽:", size_Dict['wid ...
分类:
编程语言 时间:
2020-01-18 10:34:57
阅读次数:
126
https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/6/html/deployment_guide/sec-using_yum_variables https://access.redhat.com/docum ...
分类:
其他好文 时间:
2020-01-17 13:53:11
阅读次数:
116
在线体验地址:hksite.cn/prjs/christmashat 源码地址:https://github.com/hk029/christmas-hat 写在开头 叮叮当,叮叮当,吊儿个郎当,一年一度的圣诞节到咯,我不由的回想起了前两年票圈被圣诞帽支配的恐惧。打开票圈全是各种@官方求帽子的: 票 ...
分类:
其他好文 时间:
2020-01-16 14:51:55
阅读次数:
87