自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(9)
  • 资源 (2)
  • 收藏
  • 关注

原创 常用设计模式汇总——思维导图与UML

思维导图抽象工厂(abstract factory)工厂方法(Factory Method)原型(Prototype)单例(sinleton)适配器(Adapter)桥接(Bridge)组合(Composite)装饰(Decorator)外观(Facade)享元(flyweight)代理(Proxy)责任链...

2019-12-11 10:51:50 179

原创 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 249

原创 centos7下安装ELK stack及整合springboot+logback

下载ELKLinux命令备忘安装Elasticsearch创建非root用户更改配置允许远程访问配置系统服务修改最大打开文件数、最大进程数启动注意事项安装LogstashHello World创建软连接指定配置文件的Hello World配置TCP输入logback配置配置为系统服务配置elasticsearch输出安...

2019-11-11 16:01:54 343

原创 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 1012

原创 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 480

原创 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 746

原创 Ubuntu 16.04安装IPSEC服务

sudo apt-get update​sudo apt-get upgradesudo add-apt-repository ppa:nm-l2tp/network-manager-l2tpsudo apt-get update​sudo apt-get install network-manager-l2tp network-manager-l2tp-gnome

2019-08-27 09:24:19 1633

原创 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 4309

转载 JTable中点击鼠标右键弹出菜单

https://blog.csdn.net/hiyohu/article/details/9446353

2018-08-01 10:48:53 1101

ESP8226程序烧录软件

ESP8226程序烧录软件,这个软件烧bin文件特别好用,但是不建议用来烧录AT固件

2018-03-22

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除