查IP: C:\Windows\System32\drivers\etc的'host'添加: 刷新DNS缓存: ipconfig /flushdns ...
分类:
其他好文 时间:
2020-07-06 19:59:51
阅读次数:
50
该报告涵盖了我们从2020年6月1日至2020年6月30日采取的动作 用户注销 因用户系统正在调试中,我们总共接到 21 个注销用户请求(通过邮件),其中 21 位用户的文件和数据已经注销。 反儿童色情 我们总共阻止了 3628 份涉及儿童色情的文件通过离线下载或分享的方式被添加到用户文件夹。我们主 ...
分类:
其他好文 时间:
2020-07-06 19:54:57
阅读次数:
62
java.util.List 分段 使用google的guava类库对List分段处理 List<Integer> intList = Lists.newArrayList(1, 2, 3, 4, 5, 6, 7, 8); List<List<Integer>> subSets = Lists.pa ...
分类:
编程语言 时间:
2020-07-06 18:02:38
阅读次数:
74
条件:1.第三方包github.com/tebeka/selenium,selenium自动化测试工具2.google驱动chromedriver.exe,要与本地浏览器的版本号对应,下载:http://npm.taobao.org/mirrors/chromedriver/流程:1.开启googl ...
分类:
其他好文 时间:
2020-07-06 17:53:43
阅读次数:
55
Class.forName("com.mysql.jdbc.Driver"); //加载jdbc驱动 con=DriverManager.getConnection(url,user,password); //建立连接 stmt=con.createStatement(); //创建语句执行者(st ...
分类:
数据库 时间:
2020-07-06 16:21:54
阅读次数:
64
http://www.testclass.net/selenium_python/mouse-event # class name里不能有空格,需要把空格替换成.悬停操作使用 from selenium.webdriver import ActionChains ActionChains(drive ...
分类:
其他好文 时间:
2020-07-06 15:57:25
阅读次数:
66
一、Xpath高级用法基础格式格式/轴方法::标签名[标签属性]实例//div/parent::span[@name=‘interName’]实例解释:定位span标签,span标签是div标签的父级,且span标签的name属性值为:interlNmae二、基础格式详解2.1层级路径格式讲解实例2.2标签位置以及标签属性讲解实例2.3xpath轴方法讲解实例2.4常用运算符三、实例演示常见场景:
分类:
Web程序 时间:
2020-07-06 14:34:24
阅读次数:
84
Description Name: Broken: Gallery Date release: 9 Aug 2019 IP:通过DHCP自动获取 最终目标获取root权限 Download (Size: 1.4 GB) Download: https://drive.google.com/open? ...
分类:
其他好文 时间:
2020-07-05 17:42:50
阅读次数:
69
Google的三篇论文,Google File System,MapReduce以及Big Table可以说是整个大数据领域的三驾马车,这里,我们简单介绍下这三驾马车基本都是干哈的,重点解读下Bigtable: A Distributed Storage System for Structured ...
分类:
其他好文 时间:
2020-07-05 17:38:34
阅读次数:
68
一.创建yum源文件 cd /etc/yum.repo.d/ touch google-chrome.repo 二.输入yum源信息 [google-chrome] name=google-chrome baseurl=http://dl.google.com/linux/chrome/rpm/st ...
分类:
其他好文 时间:
2020-07-05 10:38:04
阅读次数:
114