- 博客(9)
- 资源 (2)
- 收藏
- 关注
原创 常用设计模式汇总——思维导图与UML
思维导图抽象工厂(abstract factory)工厂方法(Factory Method)原型(Prototype)单例(sinleton)适配器(Adapter)桥接(Bridge)组合(Composite)装饰(Decorator)外观(Facade)享元(flyweight)代理(Proxy)责任链...
2019-12-11 10:51:50 193
原创 Centos7安装docker
官网文档:https://docs.docker.com/install/linux/docker-ce/centos/ sudo yum remove docker \ docker-client \ docker-client-latest \ docker-common \ ...
2019-11-12 11:30:44 275
原创 centos7下安装ELK stack及整合springboot+logback
下载ELKLinux命令备忘安装Elasticsearch创建非root用户更改配置允许远程访问配置系统服务修改最大打开文件数、最大进程数启动注意事项安装LogstashHello World创建软连接指定配置文件的Hello World配置TCP输入logback配置配置为系统服务配置elasticsearch输出安...
2019-11-11 16:01:54 356
原创 nginx-1.16.1静态文件服务器跨域设置
worker_processes 1;events { worker_connections 1024;}http { include mime.types; default_type application/octet-stream; sendfile on; keepalive_timeout 65; ...
2019-10-23 11:24:13 1027
原创 ubuntu安装配置nexus maven私服,以及maven pom.xml配置
1、下载nexuswget https://sonatype-download.global.ssl.fastly.net/repository/repositoryManager/3/nexus-3.18.1-01-unix.tar.gz或者前往官网下载最新的安装包https://www.sonatype.com/Professional Edition为收费版,OSS Ed...
2019-10-11 11:14:34 501
原创 Ubuntu安装nodejs10和cnpm
安装nodejs10:curl -sL https://deb.nodesource.com/setup_10.x | sudo bashsudo apt updatesudo apt -y install gcc g++ makesudo apt -y install nodejscurl -sL https://dl.yarnpkg.com/debian/pubkey.gpg ...
2019-08-27 11:18:38 765
原创 Ubuntu 16.04安装IPSEC服务
sudo apt-get updatesudo apt-get upgradesudo add-apt-repository ppa:nm-l2tp/network-manager-l2tpsudo apt-get updatesudo apt-get install network-manager-l2tp network-manager-l2tp-gnome
2019-08-27 09:24:19 1647
原创 Ubuntu通过SSH命令行安装TeamViewer看不到ID
安装好TeamViewer后使用 teamviewer --info-print id 查看ID时报错Try restarting the Teamviewer daemon,网上大多是说要在global.conf的末尾增加[int32] EulaAccepted = 1 [int32] EulaAcceptedRevision = 6。但我下载的teamviewer_14.0.14470_amd...
2018-12-13 11:26:44 4339
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人