All good things must come to an end. 好景无常。 Love is when the other person's happiness is more important than your own. 情是君喜胜于己欢。 From H. Jackson Brown ...
分类:
其他好文 时间:
2018-04-17 00:00:32
阅读次数:
215
6 1输出月份英文名 主要描述题目算法 第一步:定义指针数组 month[12] = {"January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "Novembe ...
分类:
其他好文 时间:
2018-04-15 18:02:49
阅读次数:
189
一、Crond 是什么?(概述) crontab 是一款linux系统中的定时任务软件用于实现无人值守或后台定期执行及循环执行任务的脚本程序,在企业中使用的非常广泛. 现在开始学习linux计划任务程序吧。 crontab的优势: 可以实现24小时或定期执行任务,非常高效实用,几乎是每个企业都会用到 ...
分类:
编程语言 时间:
2018-04-01 23:00:37
阅读次数:
257
代码演示 go package main import "fmt" import "time" func main() { i := 2 fmt.Print("write ", i, " as ") switch i { case 1: fmt.Println("one") case 2: fmt. ...
分类:
编程语言 时间:
2018-03-28 20:27:38
阅读次数:
153
Don't cry for what is lost. Smile for what still remains. 别为失去的哭泣,为还留在你身边的一切微笑吧。 I have been told that if crying for missing the sun, we may miss the ...
分类:
其他好文 时间:
2018-03-26 23:38:30
阅读次数:
202
song = ''' sunday's coming i wanna drive my carto your apartment with present like a starforecaster said the weather may be rainy hardbut i know the s... ...
分类:
其他好文 时间:
2018-03-26 12:34:08
阅读次数:
175
本次实验安装了DEV-C++、CODE、VS2017三种编程软件,了解了其编写、运行方法。并且运行了教材示例2-4、2-6。 一、实验结论 1.以下是编程练习(1)的源代码及运行结果截图: 分别输入2和6测试: 运行结果正确! 2.以下是编程练习(2)的源代码及运行结果截图: 输入365和54365 ...
分类:
其他好文 时间:
2018-03-14 18:46:21
阅读次数:
757
Embrace your life, for we only live once. 拥抱你的生活,因为我们只能活一次。 We just live once, so I would rather live my life in an active and positive way than live ...
分类:
其他好文 时间:
2018-02-20 21:00:26
阅读次数:
144
To remember is to disengage from the present. 铭记过去就是放弃当下。 To remember the past doesn't mean we would disengage from the present. For most of us, the p ...
分类:
其他好文 时间:
2018-02-13 22:14:26
阅读次数:
182
模板题,字典树最基本的操作 在看别人的板子的时候学到了一点小技巧 下面贴AC代码,顺便补一补字典树相关 Trie三兄弟——标准Trie、压缩Trie、后缀Trie 字符串模式匹配算法——BM、Horspool、Sunday、KMP、KR、AC算法一网打尽 ...
分类:
其他好文 时间:
2018-01-26 22:56:16
阅读次数:
175