Easter79 Easter79
3年前
springcloud eureka.instance
1.在springcloud中服务的 InstanceID默认值是:${spring.cloud.client.hostname}:${spring.application.name}:${spring.application.instance\_id:${server.port}},也就是:主机名:应用名:应用端口。如图1
Wesley13 Wesley13
3年前
java通过sina端口提取股票历史数据并存入MySQL
 1.提取股票代码代码见:http://www.oschina.net/code/snippet\_2688840\_55337(http://www.oschina.net/code/snippet_2688840_55337) 2抓取sina股票的json页面数据;代码见:http://www.oschina.net/code/snip
Easter79 Easter79
3年前
springcloud eureka注册中心 高可复用。
1:新建两个注册中心项目(名称都为:springcloudeureka,只是端口分别为8000、8001 )。两个注册中心相互注册对方。 !(https://img2018.cnblogs.com/blog/1160381/201903/1160381201903211929180411825674741.png)!(http
Easter79 Easter79
3年前
SpringBoot2.x配置Https
准备工作需要自签,或者权威机构颁发的证书一张springboot配置Https访问sslhttps访问的端口server.port8085证书,可以存放在resoucrs目录下server.ssl.keystoreclasspath:to
Stella981 Stella981
3年前
SecureCRT 用ssh key登录配置方法
服务器端配置 OS:Debian6.0.5 复制代码代码如下:aptgetinstallssh安装ssh服务编辑/etc/ssh/sshd\_config配置文件 复制代码代码如下:Port3322修改端口为3322(自定义) PermitRo
Stella981 Stella981
3年前
SpringBoot2.x配置Https
准备工作需要自签,或者权威机构颁发的证书一张springboot配置Https访问sslhttps访问的端口server.port8085证书,可以存放在resoucrs目录下server.ssl.keystoreclasspath:to
Stella981 Stella981
3年前
PHP操作Redis常用技巧总结
一、Redis连接与认证1234//连接参数:ip、端口、连接超时时间,连接成功返回true,否则返回false$ret$redisconnect('127.0.0.1',6379,30);//密码认证:成功返回true,否则返回false$ret$r
Stella981 Stella981
3年前
Linux服务器的弱口令检测及端口扫描
  一、弱口令检测——JohntheRipper  JohntheRipper工具可以帮助我们扫描出系统中密码安全性较低的用户,并将扫描后的结果显示出来。  1、安装JohntheRipper:  也可从官网直接下载:  www.openwall.com  \root@localhostmedia\tarzxfj
Wesley13 Wesley13
3年前
HTTP协议探究(序章)
1HTTP协议基于TCP协议(1)TCP三次握手连接HTTP客户端(Chrome浏览器):IP:192.168.1.47端口:59875MSS:1460HTTP服务器(Nginx服务器):IP:45.76.37.162
Wesley13 Wesley13
3年前
MySql远程访问及防火墙设置
1、MySql远程访问需要的操作:    1.1添加访问用户    1.2开放防火墙的端口号2、MySQL添加访问用户,增加权限:GRANTALLPRIVILEGES ON\.\TO'my\_test'@'%'IDENTIFIEDBY'my\_test';FLUSHPRIVILEGES;3、开放防