码迷,mamicode.com
首页 >  
搜索关键字:most water    ( 6947个结果
Java-API-POI-Excel:XSSFWorkbook Documentation
1、 org.apache.poi.xssf.usermodel Class XSSFWorkbook java.lang.Object org.apache.poi.ooxml.POIXMLDocumentPart org.apache.poi.ooxml.POIXMLDocument org.a ...
分类:编程语言   时间:2019-03-18 12:09:09    阅读次数:293
Leading and Trailing (数论)
Leading and Trailing https://vjudge.net/contest/288520#problem/E You are given two integers: n and k, your task is to find the most significant three ...
分类:其他好文   时间:2019-03-18 11:57:23    阅读次数:156
Java-API-POI-Excel:SXSSFWorkbook Documentation
1、 org.apache.poi.xssf.streaming Class SXSSFWorkbook java.lang.Object org.apache.poi.xssf.streaming.SXSSFWorkbook All Implemented Interfaces:java.io.C ...
分类:编程语言   时间:2019-03-18 11:47:52    阅读次数:240
A.Little Sub and Applese
Description ’Why are you always repeating what I say?’ says Applese, a friend of Little Sub. ’Because it is the most important quality of mankind.’ sa ...
分类:移动开发   时间:2019-03-18 01:41:36    阅读次数:164
配置相同VLAN之间能够相互通信
组网需求?HostA和HostC属于部门A,但是通过不同的设备接入公司网络;HostB和HostD属于部门B,也通过不同的设备接入公司网络。?为了通信的安全性,也为了避免广播报文泛滥,公司网络中使用VLAN技术来隔离部门间的二层流量。其中部门A使用VLAN100,部门B使用VLAN200。?现要求不管是否使用相同的设备接入公司网络,同一VLAN内的主机能够通,即HostA和HostC能够互通,Ho
分类:其他好文   时间:2019-03-17 23:14:32    阅读次数:224
配置隔离组使二层之间不能相互通信,但能与外层互通
一、配置隔离信息1、创建如下图的网络结构图,并配置IP地址:2、配置交换机隔离信息:3、查看交换机配置信息:4、验证配置隔离组二层之间不能相互通信,但能与外层互通结果:
分类:其他好文   时间:2019-03-17 23:02:42    阅读次数:223
两PC机在同一VLAN间的通信
vlan的配置思路:1.创建vlansw(config)#vlan12sw(config-vlan)#nameCAIWU2.配置端口模式sw(config)#interfacefas0/1sw(config-if)#noshutdownsw(config-if)#switchportaccessvlan123.配置端口属于的vlansw(config)#interfacefas0/1|fas0/2
分类:其他好文   时间:2019-03-17 21:28:44    阅读次数:150
P2986 [USACO10MAR]伟大的奶牛聚集(思维,dp)
题目描述 Bessie is planning the annual Great Cow Gathering for cows all across the country and, of course, she would like to choose the most convenient lo ...
分类:其他好文   时间:2019-03-17 19:46:23    阅读次数:190
Focal Loss for Dense Object Detection(RetinaNet)
Focal Loss for Dense Object Detection ICCV2017 RBG和Kaiming大神的新作。 论文目标 我们知道object detection的算法主要可以分为两大类:two stage detector和one stage detector。前者是指 ...
分类:Web程序   时间:2019-03-17 13:44:13    阅读次数:333
linux 的groupdel命令例子
groupdel命令---groupdel组名例:创建名称为g6的组,然后查看group文件中包含g6关键字的内容,删除g6组。
分类:系统相关   时间:2019-03-16 16:56:42    阅读次数:126
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!