摘要: 题目如下: 原型:最大连续和问题 《算法竞赛入门经典》模版: 本题代码: 阅读全文
posted @ 2017-04-01 20:32 圆旭 阅读(193) 评论(0) 推荐(0) 编辑
摘要: 1, Download centos7 iso file: Centos7 ISO download: http://buildlogs.centos.org/rolling/7/isos/x86_64/CentOS-7-x86_64-Minimal-1511.iso 2, Install cent 阅读全文
posted @ 2017-04-01 20:04 圆旭 阅读(712) 评论(0) 推荐(0) 编辑
摘要: 1, Method of installing fence-agents on linux: 2, Method of installing kvm packages and creating VMs: And I created VMs manually with “virtual machine 阅读全文
posted @ 2017-04-01 19:51 圆旭 阅读(839) 评论(0) 推荐(0) 编辑
摘要: (1)目录 进入博客园: 在 “设置”->“页脚Html代码” 中增加以下代码: 设置好之后,对 章节标题设为 “标题3”,即可自动生成目录。 (2) CSS 格式 同时可以在: “设置” -> “页面定制CSS代码” 中增加以下代码,会美化目录及链接。 参考: http://www.cnblogs 阅读全文
posted @ 2017-04-01 18:29 圆旭 阅读(456) 评论(0) 推荐(0) 编辑
摘要: (1)题目描述: 时间限制:10000ms 单点时限:1000ms 内存限制:256MB 描述 给定一个数 x,设它十进制展从高位到低位上的数位依次是 a0, a1, ..., an - 1,定义交错和函数: f(x) = a0 - a1 + a2 - ... + ( - 1)n - 1an - 1 阅读全文
posted @ 2017-04-01 18:18 圆旭 阅读(757) 评论(0) 推荐(1) 编辑
摘要: (1)搜索: / (2)显示所有链接: f (3)跳到顶部、底部: gg, G (4) :bookmark ref: https://github.com/1995eaton/chromium-vim 阅读全文
posted @ 2017-04-01 17:14 圆旭 阅读(324) 评论(0) 推荐(0) 编辑