码迷,mamicode.com
首页 >  
搜索关键字:other    ( 5856个结果
GDUFE ACM-1009
递推题目系列之三放苹果 递推题目系列之三放苹果 Time Limit: 2000/1000ms (Java/Others) Time Limit: 2000/1000ms (Java/Others) Problem Description: 把M个同样的苹果放在N个同样的盘子里,允许有的盘子空着不放 ...
分类:其他好文   时间:2017-01-25 23:06:05    阅读次数:276
POJ-3450 Corporate Identity (KMP+后缀数组)
Description Beside other services, ACM helps companies to clearly state their “corporate identity”, which includes company logo but also other signs, ...
分类:编程语言   时间:2017-01-24 18:48:22    阅读次数:238
UVA10269 Adventure of Super Mario(Floyd+DP)
UVA10269 Adventure of Super Mario(Floyd+DP) After rescuing the beautiful princess, Super Mario needs to find a way home -- with the princess of course ...
分类:其他好文   时间:2017-01-24 11:00:52    阅读次数:218
DocumentRoot \
w 有无\的区别。 https://httpd.apache.org/docs/2.4/vhosts/examples.html hosts httpd.conf ...
分类:其他好文   时间:2017-01-23 19:16:59    阅读次数:211
计算两个字符串最大公有子串
背景 对算法一直应用的比较少,最近看到一些典型的算法想练练手,想看看到底有多么让人讨厌。其实发现算法都有一定的套路,一般并不是临时凭空想出来的,大都建立在一些已经存在的经典算法知识以及数据结构上。换句话来说,如果某些玩法之前未接触过,那么让你在短时间内临时想出来还是有一定难度的。这有点类似项目经验, ...
分类:其他好文   时间:2017-01-23 15:18:49    阅读次数:250
Gruntfile.js文件配置项
GRUNT安装与配置 Posted on 2016-08-19 18:13 听风吹来的种子 阅读(47) 评论(0) 编辑 收藏 安装 CLI npm install -g grunt-cli//全局安装 npm init //初始化package.json npm init 命令会创建一个基本的p ...
分类:Web程序   时间:2017-01-23 15:17:34    阅读次数:298
IDEA新建MAVEN项目时速度缓慢
原因 IDEA根据maven archetype的本质,其实是执行mvn archetype:generate命令,该命令执行时,需要指定一个archetype-catalog.xml文件。 该命令的参数-DarchetypeCatalog,可选值为:remote,internal ,local等, ...
分类:其他好文   时间:2017-01-23 14:54:09    阅读次数:190
Exchange: How to get Mailbox size in Exchange Shell?
Get-MailboxStatistics cmdlet gives TotalItemSize which is the mailbox size. But the TotalItemSize doesn’t contain the mailbox size in numbers, it’s a ...
分类:系统相关   时间:2017-01-22 16:46:46    阅读次数:266
【python之路16】作业
下面两段代码的区别,第一种方法是建立一个新的字典,将处理后的字典赋值给新的字典,如果原字典和新字典都需要的情况下用这种方法,通常都是用这种做法的; 第二种方法是,在原来的字典的基础上进行修改。 ...
分类:编程语言   时间:2017-01-22 10:41:32    阅读次数:379
RDD之五:Key-Value型Transformation算子
Transformation处理的数据为Key-Value形式的算子大致可以分为:输入分区与输出分区一对一、聚集、连接操作。 输入分区与输出分区一对一 mapValues mapValues:针对(Key,Value)型数据中的Value进行Map操作,而不对Key进行处理。 方框代表RDD分区。a ...
分类:其他好文   时间:2017-01-20 21:57:32    阅读次数:323
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!