1、原题 2、代码 open IN, '<', 'File1.txt' or die 'The file does not exist!'; open OUT, '>', 'File2.txt' or die 'The file does not exist!'; while(<IN>) { cho ...
分类:
其他好文 时间:
2020-03-29 21:04:06
阅读次数:
58
https://www.youtube.com/watch?v=H yTZFi _eY You solar system is a ticking time bomb Generations were born, live, and die, not knowing that the sun wil ...
分类:
其他好文 时间:
2020-03-29 01:44:58
阅读次数:
85
1 An Integrated Industrial Ethernet Solution for the Implementation of Smart Factory 在本文中,我们的目标是为智能工厂提供一个网络解决方案。我们的动机是建立一个平面网络拓扑,同时满足不同参与者和层在带宽、可靠性、实时 ...
分类:
其他好文 时间:
2020-03-28 20:02:04
阅读次数:
174
既然要玩kube-prometheus, jsonnet,也附带着玩玩啦。。 https://jsonnet.org/learning/tutorial.html 我用的是Golang来玩的,不是C++版本的。 https://github.com/google/go-jsonnet example ...
分类:
Web程序 时间:
2020-03-19 21:35:45
阅读次数:
91
Luke老师抖音号:luke6688 # 现在时,一般用在什么情况下。 经常性,习惯性,客观事实 [主讲人]Luke胡露斌: i like oranges. [主讲人]Luke胡露斌: she lives with her parents. [主讲人]Luke胡露斌: The earth goes ...
分类:
其他好文 时间:
2020-03-14 21:49:00
阅读次数:
148
【渐变的使用】:linear-gradient() =默认从上往下渐变 div{ background-image:linear-gradient(red,yellow,green} =控制向右方向 div{ background-image:linear-gradient(to right, re ...
分类:
Web程序 时间:
2020-03-14 20:16:04
阅读次数:
78
注意: 1. 如果不是root账户,在运行上述脚本之前必须先运行 ,并输入超级管理员密码。 2. 上述脚本默认监听80和443 3. 版本自行修改 4. 脚本仅适用于Debian系列系统 ...
分类:
其他好文 时间:
2020-03-14 11:12:30
阅读次数:
252
Die Wahrheit ist die neuen Beinschellen. 真理 或许是新的脚镣 Das sicht aus wie die Kette. 亦像 缠绕人身的锁链 Kannst du gehen? 你还能继续前行么? Wie weit kannst du gehen? 你还能前行 ...
分类:
其他好文 时间:
2020-03-12 19:15:23
阅读次数:
60
/** *人民币转大写 * * @param $num 金额 */ function numTrmb($num) { $d = array("零", "壹", "贰", "叁", "肆", "伍", "陆", "柒", "捌", "玖"); $e = array('元', '拾', '佰', '仟' ...
分类:
其他好文 时间:
2020-03-12 14:11:52
阅读次数:
50
一般现在时和现在进行时 (1)一般现在时,表示通常性、规律性、习惯性的状态或者动作。主语是单数第三人称时,动词有单三的变化,主语是非第三人称单数时,动词为原形。 1. They often get up at 7:00. often是通常性的,动词要根据主语和时态进行变化,这个主语为复数,时态为一般 ...
分类:
其他好文 时间:
2020-03-11 18:11:32
阅读次数:
75