对于一个端口转发命令: ssh -N -o "ServerAliveInterval 30" -R 30006:localhost:30006 root@<remote-address> 这个命令的意思是将远程机器上的30006端口,映射到本地机器 localhost:30006的端口。这个命令在w ...
Given the root of a binary search tree with distinct values, modify it so that every node has a new value equal to the sum of the values of the origin ...
分类:
其他好文 时间:
2020-08-19 19:47:45
阅读次数:
64
1. war包方式。catalina.bat 开头设置远程端口set JPDA_ADDRESS=8080 2. cmd到bin目录 catalina.bat jpda start 3. idea 开启远程。远程端口是catalina.bat中设置的8080,项目端口为9045,注意区分。 debug ...
分类:
编程语言 时间:
2020-08-18 13:27:49
阅读次数:
73
Error running exam-web: Address localhost:1099 is already in use: 解决办法:在cmd中输入如下命令: netstat -aon | findstr 1099:找到被占用的pid taskkill -f -pid pid:终止 如图所示 ...
分类:
Web程序 时间:
2020-08-12 15:47:51
阅读次数:
76
title: woj1019 Curriculum Schedule 输入输出 date: 2020-03-19 10:43:00 categories: acm tags: [acm,woj] 水题,处理好输入输出就可以 1 描述 New semester has begun, a lot of ...
分类:
其他好文 时间:
2020-08-12 14:05:12
阅读次数:
48
一、DataBinding开启配置修改 升级到AS 4.0以后,出现如下的预警: DSL element 'android.dataBinding.enabled' is obsolete and has been replaced with 'android.buildFeatures.dataB ...
分类:
移动开发 时间:
2020-08-09 19:10:41
阅读次数:
147
vi /etc/hosts 两个节点都执行 #Public IP10.10.10.10 shdb110.10.10.20 shdb2#Virtual IP10.10.10.30 shdb1-vip10.10.10.40 shdb2-vip#Private IP192.168.7.10 shdb1-p ...
分类:
其他好文 时间:
2020-08-09 09:18:50
阅读次数:
74
有时候使用DockerHub这样的公共仓库可能不方便,用户可以创建一个本地仓库供私人使用。两种不同的搭建Docker私有仓库的方法,都必须要基于一个Docker服务器上,相比较而言,Harbor功能更强大些。之前详细写过Registry私有仓库的搭建方法,这里的Registry只是有一点配置不一样而已,若要搭建Registry私有仓库,最好结合:Docker镜像的创建与构建私有库,对比其不一样的地
分类:
其他好文 时间:
2020-08-04 16:44:42
阅读次数:
88
SELECT within SELECT Tutorial 5.Germany (population 80 million) has the largest population of the countries in Europe. Austria (population 8.5 million ...
分类:
数据库 时间:
2020-08-04 09:47:59
阅读次数:
90
原型效果: 代码实现: <el-table-column property="address" label="操作"> <template slot-scope="scope"> <el-button @click="setGrade(scope.row)" type="text" size="sm ...
分类:
其他好文 时间:
2020-08-03 23:13:56
阅读次数:
354