一、思路及部分代码 : 客户端 1.获取服务器的地址,端口号 //1.获取服务器的地址,端口号 InetAddress serverIP = InetAddress.getByName("127.0.0.1"); int port = 666; 2.创建一个Socket连接,参数为:地址和端口号 / ...
分类:
其他好文 时间:
2021-01-13 11:17:07
阅读次数:
0
1.怎么停止一个正在运行的springboot项目ps -ef | grep tomcatkill -9 进程id 杀掉进程2.查看本机某个端口是否监听:netstat -anlp | grep 88883.直接回到根目录 cd /4.tar -xvf dist.tar //解压 tar包解压到一个 ...
分类:
系统相关 时间:
2021-01-13 11:12:00
阅读次数:
0
edit config && add Port 2222 vi /etc/ssh/sshd_config 重启ssh服务 systemctl restart sshd.service 查看端口 sudo netstat -atlunp | grep sshd ...
分类:
系统相关 时间:
2021-01-13 10:51:14
阅读次数:
0
<el-menu :default-active="element.active" :router="element.router" > <el-menu-item style="margin-left: 150px;" index="/index">首页</el-menu-item> <el-me ...
分类:
其他好文 时间:
2021-01-13 10:42:09
阅读次数:
0
laravel邮件发送 使用邮件发送类Mail 文本 静态方法 raw() 富文本 静态方法 send() 注:使用邮件发送必须有邮件账号,需要开启smtp协议,现在主流服务器都支持,smtp默认端口号25,默认是关闭的,需要自行打开 以QQ邮箱为例 qq邮箱登录网址:https://mail.qq ...
分类:
其他好文 时间:
2021-01-13 10:31:03
阅读次数:
0
<build> <resources> <resource> <directory>src/main/java</directory> <includes> <include>**/*.properties</include> <include>**/*.xml</include> </includ ...
分类:
其他好文 时间:
2021-01-12 11:11:17
阅读次数:
0
前言 有开发过微信小程序的园友们应该都知道,微信小程序生产版本的前端对后端调用时,必须是用https+域名的方式调用(测试版本不受此限制),而且必须用默认端口不能手动指定端口,否则微信会给拦截下来无法调用。前段时间博主走了一遍这样的流程,特此记录下在此过程中遇到的坑,希望后面再有人遇到能躲避过去。 ...
分类:
微信 时间:
2021-01-12 11:03:03
阅读次数:
0
完全删除mysql https://www.cnblogs.com/winter-bamboo/p/10837949.html vue表单绑定及css部分https://www.jianshu.com/p/0ccad24f6f03 export default暴露接口用法https://www.cn ...
分类:
其他好文 时间:
2021-01-11 11:27:58
阅读次数:
0
首先打开夜神,找到:设置——>WLAN——>长按WiredSSID——>修改网络——>高级——>写宿主机的ip——>端口随意,但是要与burp上一致(当让别跟我杠,肯定是不用的端口随便一个。) 在burp上把ip和端口写的一致就行。 文字看不懂可以和图片上对应修改。这样就设置完了。接下来就添加证书。 ...
分类:
其他好文 时间:
2021-01-11 11:27:40
阅读次数:
0
note creator version : 4.13.1 敲黑板,一定要先配置好 Qt creator的default build directory , 再创建项目,最后再编译 敲黑板,一定要先配置好 Qt creator的default build directory , 再创建项目,最后再编 ...
分类:
其他好文 时间:
2021-01-11 11:24:06
阅读次数:
0