码迷,mamicode.com
首页 >  
搜索关键字:about    ( 4393个结果
docker上配置nginx负载均衡
采用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
linux下安装gitlab
gitlab安装: 可以根据自己操作系统类型,根据以下链接进行对应的操作,https://about.gitlab.com/install/(gitlab不同服务器安装步骤) 以Centos为例,安装如下: 在CentOS系统上安装所需的依赖:ssh,防火墙,postfix(用于邮件通知) ,wge ...
分类:系统相关   时间:2019-03-25 10:24:27    阅读次数:227
Intorduction of Annotation ,about examples in Hello1.java
java ee 里的常用注解 .@Controller,@Service,@Repository,@Component,@RestController这几个注解用于实例化class对象。分别对应于控制层,业务实现层,数据接口层,普通任意层及rest风格的控制层。并无任何实际意义。这些实例化的的类称为 ...
分类:编程语言   时间:2019-03-19 21:23:06    阅读次数:193
AIO很好的文章
https://blog.cloudflare.com/io_submit-the-epoll-alternative-youve-never-heard-about/ ...
分类:其他好文   时间:2019-03-19 16:55:27    阅读次数:119
栈和队列_leetcode341
# """# 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
【OCP-12c】2019年CUUG OCP 071考试题库(77题)
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
Java String
部分整理自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
L291
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
3.4 面向对象分析(一)面向对象设计(初步)
一般原则 ? 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 162
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
4393条   上一页 1 ... 56 57 58 59 60 ... 440 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!