Install pymongo "document" install pymongo from the tar package download from website Usage Insert The three methods to insert data to collection, obv ...
分类:
其他好文 时间:
2019-01-19 13:23:02
阅读次数:
122
1、TCP Wrappers是一个工作在应用层的安全工具,它只能针对某些具体的应用或者服务起到一定的防护作用。比如说ssh、telnet、FTP等服务的请求,都会先受到TCP Wrappers的拦截。它能够根据来访主机的地址与本机的目标服务程序作出允许或拒绝的操作。 2、TCP Wrappers 服 ...
分类:
移动开发 时间:
2019-01-18 12:12:05
阅读次数:
240
本文部分照片和代码分析来自文末参考资料 java8中的concurrenthashmap的方法逻辑和注解有些问题,建议看最新的JDK版本 建议阅读 concurrenthashmap 源码前过一遍源码前面的注释,参考资料第二篇的博客有注释翻译 概述 java8 的 concurrenthashmap... ...
分类:
其他好文 时间:
2019-01-11 17:13:57
阅读次数:
176
Description Everyone knows of the secret agent double oh seven, the popular Bond (James Bond). A lesser known fact is that he actually did not perform ...
分类:
其他好文 时间:
2019-01-10 21:42:17
阅读次数:
127
E.Easy Problem Description: Zghh likes number, but he doesn't like writing problem description. So he will just give you a problem instead of telling ...
分类:
其他好文 时间:
2019-01-06 20:07:23
阅读次数:
219
Maven 有三种仓库 1、本地仓库(自己维护) 本地仓库的配置只需要修改 settings.xml 文件就可以 2、远程仓库(私服) 公司维护 3、中央仓库 maven团队维护 三种仓库的关系如下: 配置 aliyun 镜像: 由于默认国外中央仓库的下载速度慢,配置国内的中央仓库下载速度快。 修改 ...
分类:
其他好文 时间:
2019-01-06 18:23:55
阅读次数:
146
Theorem 20.4 The uniform topology on \(\mathbb{R}^J\) is finer than the product topology and coarser than the box topology; these three topologies are... ...
分类:
其他好文 时间:
2019-01-05 00:14:12
阅读次数:
120
Roman numerals are represented by seven different symbols: I, V, X, L, C, D and M. Symbol Value I 1 V 5 X 10 L 50 C 100 D 500 M 1000 For example, two ...
分类:
其他好文 时间:
2019-01-03 00:45:04
阅读次数:
234
Roman numerals are represented by seven different symbols: I, V, X, L, C, D and M. Symbol Value I 1 V 5 X 10 L 50 C 100 D 500 M 1000 For example, two ...
分类:
其他好文 时间:
2019-01-01 19:55:05
阅读次数:
243
/** * @param {ListNode} head * @return {void} Do not return anything, modify head in-place instead. */var reorderList = function (head) { if (head==nu ...
分类:
其他好文 时间:
2019-01-01 11:43:58
阅读次数:
197