题目 BOI 2013Rostock, GermanyApril 8 – May 12, 2013 b i Day 2ENGtracksPage 1 of 2Tracks in the SnowThere is a rectangular meadow in a forest, having bee ...
分类:
其他好文 时间:
2018-02-03 00:39:36
阅读次数:
346
Linux命令大全 一、系统管理与设置; 二、用户和用户组管理; 三、磁盘管理; 四、文件和目录管理; 五、备份与压缩; 六、网络管理与相关应用; 七、vi/vim编辑器;八、Shell编程 一、系统管理与设置 1、信息显示命令 # man & info //帮助手册
分类:
系统相关 时间:
2018-02-02 18:28:13
阅读次数:
339
安装Redis 由于REDIS使用单线程处理请求,CPU的快慢最对REDIS的性能有较大影响,官方建议INTEL的CPU,其效率能比AMD高一倍左右。 下载Redis:wget http://download.redis.io/releases/redis-3.2.6.tar.gz 在安装Redis ...
分类:
其他好文 时间:
2018-02-02 17:08:01
阅读次数:
182
"NSLocationAlwaysUsageDescription" = "我们需要通过您的地理位置信息获取您所在城市的天气信息";"NSLocationUsageDescription" = "我们需要通过您的地理位置信息获取您所在城市的天气信息";"NSBluetoothPeripheralUs ...
分类:
其他好文 时间:
2018-01-31 14:36:33
阅读次数:
127
最近一个变态的项目,一个页面只含编辑器且有下载功能,大概含20个左右接口,要求数据完整显示(很多echarts图),弄个等待圈圈等它loading,启用jQuery的Deferred延迟对象,再多的接口也不怕了。(之前没有用过Deferred对象,姑且谈谈吧) $.ajax(),低于1.5.0版本的 ...
分类:
Web程序 时间:
2018-01-31 01:07:18
阅读次数:
269
In a given integer array nums, there is always exactly one largest element. Find whether the largest element in the array is at least twice as much as ...
分类:
其他好文 时间:
2018-01-31 01:04:52
阅读次数:
128
There are n houses in the village and some bidirectional roads connecting them. Every day peole always like to ask like this "How far is it if I want ...
分类:
编程语言 时间:
2018-01-26 22:50:46
阅读次数:
228
Given a binary search tree, write a function kthSmallest to find the kth smallest element in it. Note: You may assume k is always valid, 1 ≤ k ≤ BST's ...
分类:
其他好文 时间:
2018-01-24 22:11:50
阅读次数:
118
转自:https://www.cnblogs.com/cyttina/p/7588802.html#commentform 现象 这几天一直被一个问题困扰,每次springboot的tomcat启动之后, 然后过了一段时间看, 进程就突然自己关闭掉了。 然后日志是: ationConfigEmbed ...
分类:
编程语言 时间:
2018-01-24 20:03:39
阅读次数:
219
Knowledge is weightless, a treasure you can always carry easily. 知识没有重量,她是我们可以很容易携带的珍宝。 Knowledge is weightless, isn't it? No, honestly I don't think ...
分类:
其他好文 时间:
2018-01-23 01:01:41
阅读次数:
151