Chanel brand is taking the high road, stylish simplicity, simple and comfortable, pure style. "Fashion passes, style remains" still the guiding force ...
分类:
其他好文 时间:
2014-07-22 00:27:37
阅读次数:
268
Description
During the Warring States Period of ancient China(476 BC to 221 BC), there were seven kingdoms in China -- they were Qi, Chu, Yan, Han, Zhao, Wei and Qin. Ying Zheng was the king of the...
分类:
其他好文 时间:
2014-07-21 23:27:49
阅读次数:
437
key:service_state[service]Stateofservice.0-running,1-paused,2-startpending,3-pausepending,4-continuepending,5-stoppending,6-stopped,7-unknown,255-nosuchservice
zabbix是一个基于WEB界面的提供分布式 系统监视以及网络监视功能的企业级的开源解决方案。 zabbix能监视各种网络参数,保证 服务器系统的安全运营;并提供灵活的通知机制以让 系统管理员快速定位/解决存在的各种问...
分类:
其他好文 时间:
2014-07-21 10:12:55
阅读次数:
318
find the safest road
Time Limit: 10000/5000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)
Total Submission(s): 6380 Accepted Submission(s): 2271
Problem Description
XX星球有很多城...
分类:
其他好文 时间:
2014-07-20 22:18:33
阅读次数:
232
#include #include #include using namespace std;int main(){ string s("Somewhere down the road"); istringstream iss(s); while (iss) ...
分类:
编程语言 时间:
2014-07-19 23:13:54
阅读次数:
248
在python中,所有和正则表达式相关的功能都包含在re模块中。$表示字符串的末尾,^表示字符串的开始,原始字符串:字符串添加前缀r,表示字符串中的所有字符都不转义。\b表示单词的边界必须在这里。s="100 BROAD"re.sub('ROAD$','RD',s)结果:'100 BRD're.su...
分类:
编程语言 时间:
2014-07-19 20:38:28
阅读次数:
233
由于Zabbix的中文翻译实在是太烂了(忍不住吐槽下),所以极不推荐使用中文语言界面。在2.2.4中,默认已经将中文语言屏蔽,基于部分用户有中文语言的需求,将中文语言更改的方法记录于此。更改语言即可切换到中文界面。
分类:
其他好文 时间:
2014-07-19 16:18:30
阅读次数:
204
1 package hhuarongdao;2 3 public class example {4 public static void main(String args[])5 {6 new Hua_Rong_Road();7 }8 } 1 package hhuarongdao...
分类:
编程语言 时间:
2014-07-19 09:18:35
阅读次数:
291
最短路问题。
Dijkstra,SPFA,Floyd 都可求。题意很明了,求最安全的路,乘起来就好了。
有个小优化就是SPFA 算过的起点就不再去算了。
还有判断一下终点,开始没判断,WA了一发。
#include
#include
#include
#include
#include
#include
#include
#include
#include
#inc...
分类:
其他好文 时间:
2014-07-19 02:45:06
阅读次数:
183