今天又一次看到群里有人讨论这个问题,有人说是因为最开始国外程序员使用 for item in sth: pass item 表示变量,所以都沿用了i 我去Google查了查资料,发现并不是item的原因 在 Stack Overflow中看到一个回答: 意思为 i,j这种命名方式起源于数学,数学中的 ...
分类:
其他好文 时间:
2020-07-07 12:55:48
阅读次数:
93
该报告涵盖了我们从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
一、获取当前时间戳 方法1:通过time函数 1 time(); 方法2:通过$_SERVER中的REQUEST_TIME元素 1 $_SERVER['REQUEST_TIME']; 方法3:通过strtotime函数 1 strtotime('now')); 二、获取当前时间 通过date函数格式 ...
分类:
Web程序 时间:
2020-07-06 10:41:34
阅读次数:
76
制式对照表: 符号 语法 示例(2016-05-09 13:09:55:2350) 格式说明 y DateTime.Now.ToString() 2016/5/9 13:09:55 短日期 长时间 d DateTime.Now.ToString("d") 2016/5/9 短日期 D DateTim ...
Title ####I am logo!I don't care other that not relate logo~ Introduction Oh,Everyone~ It is warnning now,START! I write the blog for spare mould that ...
分类:
其他好文 时间:
2020-07-05 21:02:34
阅读次数:
79
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