英文原文 by Samuel Ullman(塞缪尔.厄尔曼) Youth is not a time of life; it is a state of mind; it is not a matter of rosy cheeks, red lips and supple knees; it is ...
分类:
其他好文 时间:
2018-10-01 16:34:19
阅读次数:
195
我们在解析域名时经常会看到 TTL 这个字段,里面默认写的是 3600 。
另外,有时候我们PING某域名或IP的时候,会出现TTL= XXX 那么TTL到底是什么意思呢?
分类:
其他好文 时间:
2018-09-30 21:27:08
阅读次数:
138
https://www.gulpjs.com.cn/docs/getting-started/ ,这个是3.9.0版本 后面发现安装的版本是4.0.0,看下面这个: https://github.com/gulpjs/gulp/blob/master/docs/API.md 参考:https://b ...
分类:
Web程序 时间:
2018-09-30 18:17:03
阅读次数:
567
1.模块、包和相关语法 使用模块有什么好处? 模块分类 模块分为三种: 内置标准模块(又称标准库)执行help('modules')查看所有python自带模块列表 第三方开源模块,可通过pip install 模块名 联网安装 自定义模块 模块调用 import module from modul ...
分类:
其他好文 时间:
2018-09-28 14:44:40
阅读次数:
201
A new report warns that wetlands are disappearing three times faster than the world’s forests, with serious consequences for all life on earth.The Ram ...
分类:
移动开发 时间:
2018-09-28 10:57:13
阅读次数:
180
The high level of English is a standard for a top student. 1. Life is not successful, success is temporary; life is successful, not successful is temp ...
分类:
其他好文 时间:
2018-09-24 00:44:22
阅读次数:
186
安装java环境 不能使用centos自带的openjdk 必须使用源码安装 把下载的jdk-8u181-linux-x64.tar 解压到 /usr/src目录下 [root@hz-ds-itstool-199-137-5 weblogic]# rpm -qa | grep java javapa ...
分类:
Web程序 时间:
2018-09-22 12:29:56
阅读次数:
1016
文章来源:https://www.cnblogs.com/lifexy/p/8698104.html ...
分类:
编程语言 时间:
2018-09-19 12:51:01
阅读次数:
185
一、指名道姓法(不依赖继承,直接通过类调用方法和属性) 二、super()依赖继承 super找方法的顺序 ...
分类:
其他好文 时间:
2018-09-17 23:02:03
阅读次数:
187
题目如下: 解题思路:因为本题要求的是直接在输入的数组上面修改,而且细胞的生死转换是一瞬间的事情,所以需要引入两个中间状态,待死和待活。这两个中间状态用于在四条规则判断的时候是“活”和“死”,但是呈现在最终的结果是“死”和“活”。 代码如下: ...
分类:
其他好文 时间:
2018-09-17 19:36:09
阅读次数:
199