If you miss the train I'm on You will know that I am gone You can hear the whistle blow a hundred miles A hundred miles a hundred miles A hundred mile ...
分类:
其他好文 时间:
2018-09-02 18:53:35
阅读次数:
201
2.1 控制台输出 2.1.1 输出整数 printf("I am %d \n",33); 2.1.2 用变量表示整数 2.1.3 指定显示宽度 %?d 和 %0?d (问号等于宽度值) 未完持续 ...
分类:
其他好文 时间:
2018-09-01 23:49:33
阅读次数:
141
1、OpenCV to detect how missing tooth in equipment Hello everyone. I am just starting with OpenCV and still a bit lost. Is OpenCV helpful to detect the... ...
分类:
其他好文 时间:
2018-09-01 12:10:32
阅读次数:
322
scala提供了一种特殊的定义单例的方法:object关键字 scala> object Shabi{ | val age = 0 | val name = "shabi" | def say = { | println("hello, I am a shabi") | } | }defined o ...
分类:
其他好文 时间:
2018-08-31 00:35:59
阅读次数:
173
Description Big Johnsson Trucks Inc. is a company specialized in manufacturing big trucks. Their latest model, the Godzilla V12, is so big that the am ...
分类:
其他好文 时间:
2018-08-29 21:29:27
阅读次数:
205
描述 Now I am leaving hust acm. In the past two and half years, I learned so many knowledge about Algorithm and Programming, and I met so many good frie ...
分类:
编程语言 时间:
2018-08-18 10:32:24
阅读次数:
195
Vocabulary focus 核心词汇 drugstore 药店; pill n. 药丸;弹丸,子弹;口服避孕药 medicine n. 药;医学;内科;巫术 hospital 医院 ambulance ['æmbj?l(?)ns] am bu lan ce 救护车 laundromat 自助洗 ...
分类:
其他好文 时间:
2018-08-18 00:44:32
阅读次数:
152
问题是这样的: DateTime.Now不经过ToString()转换,网站部署到测试服务器(国内)得到的时间格式是:2018/8/17 16:26:09,而部署到国外服务器得到的时间格式是:17/8/2018 4:43:15 PM,由于国外服务器得到的时间格式后面带有AM、PM,导致SQL执行错误 ...
分类:
其他好文 时间:
2018-08-17 17:48:15
阅读次数:
280
首先配置命令记录到syslog中: 在客户端的/etc/bashrc 下添加: logger -p local3.info \"`who am i` is login \" export PROMPT_COMMAND='{ msg=$(history 1 | { read x y; echo $y; ...
分类:
系统相关 时间:
2018-08-14 21:13:07
阅读次数:
381
1.val = 'i am a string'a= val[::-1]或:a = (list(val))a.reverse()print(''.join(a)) 2,a = []for i in range(101, 200): for b in range(2, i-1): if i % b == ...
分类:
其他好文 时间:
2018-08-14 21:04:29
阅读次数:
197