码迷,mamicode.com
首页 >  
搜索关键字:hose    ( 390个结果
GoldenGate—AUTORESTART配置
AUTORESTART Valid For Manager Valid For Manager Description Use the AUTORESTART parameter to start one or more Extract and Replicat processes automati ...
分类:其他好文   时间:2018-12-14 13:04:17    阅读次数:193
选择排序,C语言实现
选择排序是不稳定排序,时间复杂度为O(n^2)。 选择排序类似插入排序,把数组分为两部分,一部分已经排好序,一部分未排序。 刚开始的时候所有的元素都未排序,已排序的部分为空。就好像你手里有十张牌,左手有零张,右手有10张。每次从右手的牌中取最小的一张插入到左手的牌末尾,右手的牌插完了,排序也完成了。 ...
分类:编程语言   时间:2018-12-08 15:39:02    阅读次数:207
17 Popular Java Frameworks in 2018
In 2018, Java is still the most popular programming language in the world. It comes with a vast ecosystem and more than 9 million Java developers worl ...
分类:编程语言   时间:2018-12-06 01:24:51    阅读次数:257
UI Framework-1: Aura
Aura (obsolete) This document is still good for a high level overview, with contact information, but many technical details are now obsolete; see the ...
分类:其他好文   时间:2018-12-05 20:52:12    阅读次数:129
shiro
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this ...
分类:其他好文   时间:2018-12-02 14:25:26    阅读次数:118
560. Subarray Sum Equals K - Medium
Given an array of integers and an integer k, you need to find the total number of continuous subarrays whose sum equals to k. Example 1: Note: 解法:hash ...
分类:其他好文   时间:2018-12-02 12:18:28    阅读次数:223
fastdfs搭建和使用
[toc] 前言 "参考网址" "错误处理" 安装 安装插件 tracker storage 如果 storage 单独安装的话,那上面安装的所有步骤都要在走一遍,只是到了编辑配置文件的时候,编辑的是 storage.conf 而已 用自带的 client 进行测试 想要查看结果必须安装nginx ...
分类:其他好文   时间:2018-11-24 21:04:57    阅读次数:232
htmlunit最具有参考意义项目
### HtmlUnit What? - 项目1 https://gitee.com/dgwcode/spiderTmallTradeInfo - 项目2 https://gitee.com/dgwcode/SimulationFang 这两个项目,是最新Htmlunit包下的新项目,很多东西在国内 ...
分类:Web程序   时间:2018-11-18 19:35:32    阅读次数:208
bzoj 2038: [2009国家集训队]小Z的袜子(hose) (莫队)
Description 作为一个生活散漫的人,小Z每天早上都要耗费很久从一堆五颜六色的袜子中找出一双来穿。终于有一天,小Z再也无法忍受这恼人的找袜子过程,于是他决定听天由命……具体来说,小Z把这N只袜子从1到N编号,然后从编号L到R(L 尽管小Z并不在意两只袜子是不是完整的一双,甚至不在意两只袜子是 ...
分类:其他好文   时间:2018-11-11 23:25:50    阅读次数:209
netty源码分析之服务端启动
ServerBootstrap与Bootstrap分别是netty中服务端与客户端的引导类,主要负责服务端与客户端初始化、配置及启动引导等工作,接下来我们就通过netty源码中的示例对ServerBootstrap与Bootstrap的源码进行一个简单的分析。首先我们知道这两个类都继承自AbstractBootstrap类
分类:Web程序   时间:2018-11-05 00:00:33    阅读次数:250
390条   上一页 1 ... 9 10 11 12 13 ... 39 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!