首先,参考的 https://blog.csdn.net/wabil/article/details/78818249 的方式添加 tomcat 开机启动,这种方式不需要添加 setenv.sh 文件,轻量级,非常方便,具体方式如下: 1. 创建一个服务文件 2. 启动服务 执行这步的时候,始终报启 ...
分类:
编程语言 时间:
2018-12-25 13:17:02
阅读次数:
270
题目:https://www.lydsy.com/JudgeOnline/problem.php?id=4530 用LCT维护子树 size,就是实边和虚边分开维护; 看博客:https://blog.csdn.net/neither_nor/article/details/52979425 代码如 ...
分类:
其他好文 时间:
2018-12-18 22:34:59
阅读次数:
215
这里讲的矩阵有创建矩阵,矩阵加法,矩阵乘法,输出矩阵这些功能。 #include<iostream> using namespace std; template<class T> class matrix //矩阵节点 { public: matrix(int theRows = 0, int th ...
分类:
编程语言 时间:
2018-12-07 11:52:43
阅读次数:
213
Write a function to check whether an input string is a valid IPv4 address or IPv6 address or neither. IPv4 addresses are canonically represented in do ...
分类:
其他好文 时间:
2018-12-03 15:36:14
阅读次数:
160
Problem: You are trying to setup a mirroring on a Database called xxxDB(SQL server 2012). You are getting this error while trying to setup mirroring. ...
分类:
数据库 时间:
2018-12-02 12:25:11
阅读次数:
244
文章转自 https://blog.csdn.net/qq_26000415/article/details/78942494 前言新的一年到了,在这里先祝大家新年快乐.我们在上一篇spring boot 源码解析12-servlet容器的建立 中 分析 ServerProperties时,发现其类 ...
分类:
其他好文 时间:
2018-11-22 02:52:44
阅读次数:
1484
在实际工作中,会经常碰到所给的服务器硬盘容量太小,而实际的应用软件中却需要一个容量较大的分区进行数据存储等,除了通过硬件RAID卡来实现合并多硬盘外,其实我们也可以通过软件的方式来实现。 实验环境 虚拟机:CentOS 6.6 x64 硬盘1:/dev/sdb 硬盘2:/ ...
分类:
系统相关 时间:
2018-11-14 21:04:22
阅读次数:
260
A very clear article (in zh-cn) on the topic (as in the title) - http://www.hollischuang.com/archives/681 Key take-aways: 二阶段提交的算法思路可以概括为:参与者将操作成败通知协调 ...
分类:
其他好文 时间:
2018-09-24 11:17:45
阅读次数:
187
本文摘自复旦大学出版社《中学英语语法(高中第二版)》,作者魏孟勋 either指“两者中的任何一个”;neither指“两者中无一”,具有否定意义,在句中可以作主语、宾语,也可以后接of属格。例如:-Which drink do you prefer, seven-up or mineral wat ...
分类:
其他好文 时间:
2018-08-27 21:27:57
阅读次数:
162
Description Some positive integers can be represented by a sum of one or more consecutive prime numbers. How many such representations does a given po ...
分类:
其他好文 时间:
2018-08-05 00:37:08
阅读次数:
120