码迷,mamicode.com
首页 >  
搜索关键字:instead    ( 1076个结果
The Usage of Pymongo
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
CentOS 访问控制列表(tcp wrappers)
1、TCP Wrappers是一个工作在应用层的安全工具,它只能针对某些具体的应用或者服务起到一定的防护作用。比如说ssh、telnet、FTP等服务的请求,都会先受到TCP Wrappers的拦截。它能够根据来访主机的地址与本机的目标服务程序作出允许或拒绝的操作。 2、TCP Wrappers 服 ...
分类:移动开发   时间:2019-01-18 12:12:05    阅读次数:240
JDK12 concurrenthashmap源码阅读
本文部分照片和代码分析来自文末参考资料 java8中的concurrenthashmap的方法逻辑和注解有些问题,建议看最新的JDK版本 建议阅读 concurrenthashmap 源码前过一遍源码前面的注释,参考资料第二篇的博客有注释翻译 概述 java8 的 concurrenthashmap... ...
分类:其他好文   时间:2019-01-11 17:13:57    阅读次数:176
[COCI2006-2007#1] Bond
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
湖南大学第十四届ACM程序设计新生杯 E.Easy Problem
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 的仓库
Maven 有三种仓库 1、本地仓库(自己维护) 本地仓库的配置只需要修改 settings.xml 文件就可以 2、远程仓库(私服) 公司维护 3、中央仓库 maven团队维护 三种仓库的关系如下: 配置 aliyun 镜像: 由于默认国外中央仓库的下载速度慢,配置国内的中央仓库下载速度快。 修改 ...
分类:其他好文   时间:2019-01-06 18:23:55    阅读次数:146
James Munkres Topology: Theorem 20.4
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
[LeetCode]13. Roman to Integer罗马数字转整数
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
[LeetCode]12. Integer to Roman整数转罗马数字
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
143. Reorder List
/** * @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
1076条   上一页 1 ... 20 21 22 23 24 ... 108 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!