https://www.bilibili.com/video/av50668972/?spm_id_from=333.788.videocard.3 two years ago, my life change forever. My wife Kelsey and I welcome our dau ...
分类:
其他好文 时间:
2019-10-06 09:23:24
阅读次数:
247
English preparation: falsify 伪造;篡改;歪曲;证明...虚假 the sexual behavior of a rare species of bugs. 一种稀有昆虫的性行为。 the number of scenarios 场景数量 consecutively 连续 ...
分类:
其他好文 时间:
2019-10-05 16:42:30
阅读次数:
87
python学习目录 计算机基础 计算机基础 python基础 python基础 函数 函数 内置函数匿名函数 迭代器生成器 文件处理&异常 文件处理 异常处理 模块 常用模块 面向对象 常用模块 网络编程 并发编程 ...
分类:
编程语言 时间:
2019-10-05 10:35:03
阅读次数:
95
Part 3: Top 50 ggplot2 Visualizations - The Master List, 结合进阶1、2内容构建图形 有效的图形是: 1 相关性图 散点图 最常用 带圈的散点图 展示结果时,在图中圈出特定的点有注意吸引注意力,使用ggalt包中的geom_encircle() ...
分类:
其他好文 时间:
2019-10-02 22:45:45
阅读次数:
237
Life is Strange 是一款剧情游戏。steam上第一章是免费的,也正是因为这个我才开始了解到这个游戏,玩完第一章后觉得还可以,就趁打折花了17块钱买了2-5章。应该是18年6月20号买的,买完就打了第二章,然后断断续续的打,现在能记起来的也就今年暑假在UCAS Summer School ...
分类:
其他好文 时间:
2019-10-01 09:56:46
阅读次数:
92
上述是实例化对象的一个过程。 类的定义和实例化: class Role(object): #定义一个类, class是定义类的语法,Role是类名,(object)是新式类的写法,必须这样写,以后再讲为什么 def __init__(self,name,role,weapon,life_value= ...
分类:
编程语言 时间:
2019-09-28 14:43:18
阅读次数:
116
I went to the woods because I wished to live deliberately, to front only the essential facts of life, and see if I could not learn what it had to teac... ...
分类:
其他好文 时间:
2019-09-28 11:01:52
阅读次数:
93
因为电脑重装的原因,我打开eclipse打算启动tomcat的时候启动失败了 Server Tomcat v7.0 Server at localhost failed to start. 严重: A child container failed during start java.util.con ...
分类:
系统相关 时间:
2019-09-25 19:57:32
阅读次数:
248
服务器上的nginx使用logrotate来分割日志,设置为每天分割。但是logrotate似乎没有工作,日志并没有分割。服务器是CentOS 6。为了找到原因,分析可能出错的地方。如果是logrotate未执行,可能是crond没有启动,因为logrotate被/etc/cron.daily/lo... ...
分类:
其他好文 时间:
2019-09-25 15:30:32
阅读次数:
110
生成随机数 rand.Seed 填入随机数种子,一样的种子产生一样的随机数 rand.Intn rand.Intn(n int)得到的随机数int i,0 ...
分类:
其他好文 时间:
2019-09-25 12:12:23
阅读次数:
89