今天在启动vertx框架的项目时,报“Couldn't get lock for %t/vertx.log”的错误。解决方案:1,找出vertx.log的目录。一般在(C:\Users\Admin\AppData\Local\Temp\)。如果找不到该目录,在后台打印(System.getPrope...
分类:
其他好文 时间:
2015-08-04 13:23:59
阅读次数:
169
Problem Description
A ring is compose of n circles as shown in diagram. Put natural number 1, 2, ..., n into each circle separately, and the sum of numbers in two adjacent circles should be a prime...
分类:
其他好文 时间:
2015-08-04 11:10:54
阅读次数:
104
DescriptionA ring is compose of n circles as shown in diagram. Put natural number 1, 2, ..., n into each circle separately, and the sum of numbers in ...
分类:
其他好文 时间:
2015-08-02 18:13:37
阅读次数:
124
Prime Ring ProblemProblem DescriptionA ring is compose of n circles as shown in diagram. Put natural number 1, 2, ..., n into each circl...
分类:
其他好文 时间:
2015-07-31 20:10:45
阅读次数:
186
Intuition: 2D DP. Basic idea: compose square at dp[i][j] from dp[i-1][j-1]. You need 2 facility 2D matrix: accumulated horizontal\vertical number of 1...
分类:
其他好文 时间:
2015-07-21 14:37:44
阅读次数:
79
Docker registry 工具现在已经很好的支持了 mirror 功能,使用它可以配置一个本地的 mirror 服务,将 pull 过的镜像 cache 在本地,这样其它主机再次 pull 的时候会极大提高响应速度。
使用 docker-compose 启动 registry mirror 服务
以 ubuntu 为例,首先要安装 docker 和 docker-compose。...
分类:
其他好文 时间:
2015-07-16 22:22:24
阅读次数:
134
Question 1: without division. We can simply compose left\right accumulated product arrays:typedef long long LL;class Solution {public: vector produ...
分类:
其他好文 时间:
2015-07-16 16:13:00
阅读次数:
327
1.定义Compose objects into tree structures to represent part-whole hierarchies.Composite lets clients treat individual objects and compositions of objec...
分类:
其他好文 时间:
2015-07-07 00:45:47
阅读次数:
127
2015-07-04(1) 安装Laravel框架 ① 安装前的准备工作使用Apache24 + PHP 5.6 + MySQL 开发环境完成PHP网站开发,所以Laravel的安装是建立在以上环境安装成功且能正常使用的前提下的。 ② 安装ComposerLaravel 框架使用 Compose.....
分类:
其他好文 时间:
2015-07-04 18:09:20
阅读次数:
186
组合模式:
将对象组合成树形结构来表示部分与整体的关系。组合模式让客户能将单个对象和组合对象统一对待。
Compose objects into tree structures to represent part-whole hierarchies. Composite lets clients treat individual objects and compositions of objec...
分类:
其他好文 时间:
2015-06-09 20:04:26
阅读次数:
136