采用ubuntu系统,docker安装自行百度 1.安装tomcat 安装两个实例,端口分别为8088,8089 2.安装nginx 安装nginx,端口为8080。在测试的过程中,发现ubuntu上对80端口有限制,不能直接访问,所以映射为8080 3.修改nginx配置 3.1查看实例 3.2进 ...
分类:
其他好文 时间:
2019-03-26 19:54:02
阅读次数:
188
gitlab安装: 可以根据自己操作系统类型,根据以下链接进行对应的操作,https://about.gitlab.com/install/(gitlab不同服务器安装步骤) 以Centos为例,安装如下: 在CentOS系统上安装所需的依赖:ssh,防火墙,postfix(用于邮件通知) ,wge ...
分类:
系统相关 时间:
2019-03-25 10:24:27
阅读次数:
227
java ee 里的常用注解 .@Controller,@Service,@Repository,@Component,@RestController这几个注解用于实例化class对象。分别对应于控制层,业务实现层,数据接口层,普通任意层及rest风格的控制层。并无任何实际意义。这些实例化的的类称为 ...
分类:
编程语言 时间:
2019-03-19 21:23:06
阅读次数:
193
https://blog.cloudflare.com/io_submit-the-epoll-alternative-youve-never-heard-about/ ...
分类:
其他好文 时间:
2019-03-19 16:55:27
阅读次数:
119
# """# This is the interface that allows for creating nested lists.# You should not implement it, or speculate about its implementation# """# class Ne ...
分类:
其他好文 时间:
2019-03-19 10:33:23
阅读次数:
149
77、Which two statements are true about sequences created in a single instance database? (Choose two.) A. When the MAXVALUElimit for the sequence is re ...
分类:
其他好文 时间:
2019-03-18 10:21:12
阅读次数:
161
部分整理自Stack Overflow: Java String: Q: I have some question that I wonder about. I know that string are immutable in Java and therefore a new string obj ...
分类:
编程语言 时间:
2019-03-17 13:57:23
阅读次数:
135
If you are currently in the midst of planning a wedding, then I don't need to tell you how stressful it can be. Honestly, I thought about eloping prob ...
分类:
其他好文 时间:
2019-03-16 09:22:15
阅读次数:
140
一般原则 ? An object-oriented system is composed of objects sending messages to other objects ? The quality of the overall design depends on which object ...
分类:
其他好文 时间:
2019-03-15 14:35:57
阅读次数:
138
Final Project - Escape from CS 162In this final project, you'll implement a game that combines many of the things wetalked about in class this year. T ...
分类:
其他好文 时间:
2019-03-14 20:10:23
阅读次数:
131