码迷,mamicode.com
首页 >  
搜索关键字:cer    ( 1725个结果
Java NIO Selector
A Selector is a Java NIO component which can examine one or more NIO Channel's, and determine which channels are ready for e.g. reading or writing. Th ...
分类:编程语言   时间:2018-03-11 19:25:25    阅读次数:165
POJ3275:Ranking the Cows(Bitset加速floyd求闭包传递)
Each of Farmer John's N cows (1 ≤ N ≤ 1,000) produces milk at a different positive rate, and FJ would like to order his cows according to these rates ...
分类:其他好文   时间:2018-03-10 16:10:30    阅读次数:192
Rpgmakermv(4 )doc of TerraxLights
我只做简要翻译。 To activate the script in an area, do the following: 1. Put an event switch into the map. 2. In the 'Note' field (Next to the name) put the f ...
分类:其他好文   时间:2018-03-10 12:05:52    阅读次数:211
证书找不到SunCertPathBuilderException
sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target sun.security.provider.certpath ...
分类:其他好文   时间:2018-03-09 20:37:59    阅读次数:220
python 之队列
进程和线程模块下都有队列类。 JoinableQueue示例: ...
分类:编程语言   时间:2018-03-09 13:14:41    阅读次数:127
Kubernetes NetworkPolicy工作原理浅析
Kubernetes能够把集群中不同Node节点上的Pod连接起来,并且默认情况下,每个Pod之间是可以相互访问的。但在某些场景中,不同的Pod不应该互通,这个时候就需要进行访问控制。那么如何实现呢? <! more 简介   Kubernetes提供了NetworkPolicy ...
分类:Web程序   时间:2018-03-08 14:43:21    阅读次数:262
【HDU 1856】More is better (裸并查集+记录秩)
Description Mr Wang wants some boys to help him with a project. Because the project is rather complex, the more boys come, the better it will be. Of c ...
分类:其他好文   时间:2018-03-06 19:07:40    阅读次数:163
浅谈 Glide - BitmapPool 的存储时机 & 解答 ViewTarget 在同一View显示不同的图片时,总用同一个 Bitmap 引用的原因
作者:林冠宏 / 指尖下的幽灵 掘金:https://juejin.im/user/587f0dfe128fe100570ce2d8 博客:http://www.cnblogs.com/linguanh/ GitHub : https://github.com/af913337456/ 腾讯云专栏: ...
分类:移动开发   时间:2018-03-06 17:16:04    阅读次数:237
MapReduce程序——WordCount(Windows_Eclipse + Ubuntu14.04_Hadoop2.9.0)
本文主要参考《Hadoop应用开发技术详解(作者:刘刚)》 一、工作环境 Windows7: Eclipse + JDK1.8.0 Ubuntu14.04:Hadoop2.9.0 二、准备工作——导入JAR包 1. 建一个Hadoop专用的工作空间 2. 在工作空间的目录下建一个专门用来存放开发Ma ...
分类:Windows程序   时间:2018-03-06 12:48:04    阅读次数:347
MongoDB3.6分片复制集群
概念 mongos 数据库集群请求的入口,所有的请求都通过mongos进行协调,不需要在应用程序添加一个路由选择器,mongos自己就是一个请求分发中心,它负责把对应的数据请求请求转发到对应的shard服务器上。在生产环境通常有多mongos作为请求的入口,防止其中一个挂掉所有的mongodb请求都 ...
分类:数据库   时间:2018-03-05 23:39:28    阅读次数:215
1725条   上一页 1 ... 94 95 96 97 98 ... 173 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!