Staining wood is not just a job to make the wooden stuff look appealing but also a colorful and fun experience. Choosing the right colors and working ...
分类:
其他好文 时间:
2018-05-28 14:47:07
阅读次数:
170
Americans are accustomed to have decks in their houses. Decks add beauty and life to the exterior of a house. They symbolize the personality of the ho ...
分类:
其他好文 时间:
2018-05-28 14:45:28
阅读次数:
151
Spring Boot 多模块项目创建与配置 (一) 最近在负责的是一个比较复杂项目,模块很多,代码中的二级模块就有9个,部分二级模块下面还分了多个模块。代码中的多模块是用maven管理的,每个模块都使用spring boot框架。之前有零零散散学过一些maven多模块配置的知识,但没自己从头到尾创 ...
分类:
编程语言 时间:
2018-05-28 11:41:48
阅读次数:
186
1. TCP 之11种状态变迁 TCP 为一个连接定义了 11 种状态,并且 TCP 规则规定如何基于当前状态及在该状态下所接收的分节从一个状态转换到另一个状态。如,当某个应用进程在 CLOSED 状态下执行主动打开时,TCP 将发送一个 SYN,且新的状态是 SYN_SENT。如果这个 TCP 接 ...
分类:
其他好文 时间:
2018-05-26 22:17:11
阅读次数:
227
server.xml位于$TOMCAT_HOME/conf目录下,作为整个tomcat 服务器最核心的配置文件,server.xml的每一个元素都对应了tomcat中的一个组件,通过对xml中元素的配置,实现对tomcat中的各个组件和端口的配置。通常初学者可以直接使用默认配置即可,但当你本机由于各 ...
分类:
其他好文 时间:
2018-05-26 00:01:16
阅读次数:
272
命令用法 geth [选项] 命令 [命令选项] [参数…] 命令: account 管理账户attach 启动交互式JavaScript环境(连接到节点)bug 上报bug Issuesconsole 启动交互式JavaScript环境copydb 从文件夹创建本地链dump Dump(分析)一个 ...
分类:
其他好文 时间:
2018-05-25 11:11:36
阅读次数:
292
Give everyday the chance to become the most beautiful day of your life.把每天都过成你生命中最美好的一天。competence 能力Her thorough knowledge and competence are recogni ...
分类:
其他好文 时间:
2018-05-25 10:58:21
阅读次数:
173
1、what is the MAIN benefit of designing tests early in the life cycle? 2、What is risk-based testing? 3、What is the KEY difference between preventative ...
分类:
其他好文 时间:
2018-05-19 14:49:35
阅读次数:
158
将 Spring boot 项目打成可执行Jar包,及相关注意事项(main-class、缺少 xsd、重复打包依赖) ...
分类:
编程语言 时间:
2018-05-19 13:55:56
阅读次数:
258
1 # 类 2 class Role: 3 def __init__(self, name, character, weapon, skills=10, life_value=10000, money=30000, level=99): 4 # 构造函数,在实例化时做一些类的初始化工作 5 self... ...
分类:
其他好文 时间:
2018-05-19 11:06:52
阅读次数:
172