一、枚举介绍 通常定义常量方法和枚举定义常量方法区别 第一、它不是类型安全的。 你必须确保是int,其次,你还要确保它的范围是0和1。 第二、不够直观。 很多时候你打印出来的时候,你只看到 1 和0 ,但其没有看到代码的人并不知道你的企图。 抛弃你所有旧的public static final常量 ...
分类:
编程语言 时间:
2017-03-12 23:11:43
阅读次数:
313
Description A musical melody is represented as a sequence of N (1<=N<=20000)notes that are integers in the range 1..88, each representing a key on the ...
分类:
其他好文 时间:
2017-03-04 11:03:06
阅读次数:
165
不是很神的一道题,一般。 先差分,最后答案需要+1。 一个right集的len即为该right集的最长相同后缀,考虑到不能重复,所以处理一下该right集的最大与最小的ri,最后答案ans=max(ans,min(r[i]-l[i],len[i])) poj的g++比较恶心,卡空间,卡时间。 用c+ ...
分类:
其他好文 时间:
2017-02-20 22:36:45
阅读次数:
220
prestashop添加语言-下载语言包 我们找到中文简体(Chinese-Simplified)一行,点击最后一栏的下载(Download)按钮,我们点击下载,可以下到一个以语言的 ISO为文件名,后缀为gzip的Prestashop语言包,我们这里下载的中文简体语言包对应的文件名为zh.gzip ...
分类:
编程语言 时间:
2017-02-20 13:50:11
阅读次数:
319
MSP 的七项原则 (Principles),来源于项目群管理成功的经验和失败的教训,是管理好一个项目群的必要条件。这些原则是在实践中检验过,适用于任何项目群并贯穿项目群管理的全过程,可以为项目群提供整体方向和项目保证。 MSP 的九个治理主题 (Governance Themes), 讲述的主要是 ...
分类:
其他好文 时间:
2017-02-20 12:51:15
阅读次数:
166
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>Cell Editing in DataGrid - jQuery EasyUI Demo</title> <link rel="stylesheet" type="text/cs ...
分类:
其他好文 时间:
2017-02-20 01:14:26
阅读次数:
219
转载自https://www.douban.com/group/topic/2359257/ 头:header 内容:content/container 尾:footer 导航:nav 侧栏:sidebar 栏目:column 页面外围控制整体布局宽度:wrapper 左右中:left right ...
分类:
其他好文 时间:
2017-02-16 11:44:38
阅读次数:
211
Time Limit: 1000MS Memory Limit: 30000K Total Submissions: 27889 Accepted: 9413 Description A musical melody is represented as a sequence of N (1<=N<= ...
分类:
其他好文 时间:
2017-02-07 23:47:01
阅读次数:
250
A musical melody is represented as a sequence of N (1 <= N <= 5000) notes that are integers in the range 1..88, each representing a key on the piano. ...
分类:
其他好文 时间:
2017-02-06 22:04:20
阅读次数:
310
一. 为了跑Wordpress, 装了Apache + PHP + MySQl 二. 看了下Wordpress参考文档, 了解了下主题目录结构 三. 在themes里面新建文件夹 themes->my 然后my里建了index.php和style.css 然后在index.php里测试了一下blog ...
分类:
其他好文 时间:
2017-01-15 00:21:39
阅读次数:
197