安装Cerbot sudo apt-get update sudo apt-get install software-properties-common sudo add-apt-repository ppa:certbot/certbot sudo apt-get update sudo apt- ...
分类:
Web程序 时间:
2020-01-13 18:19:38
阅读次数:
122
MySQL手工注入学习 SQLi labs 手工注入学习 以下是通过SLQi labs平台的部分简单例题的手工注入过程 Less 1:union联合查询注入 页面提示:Please input the ID as parameter with numeric value 我们首先构造id参数值: 确 ...
分类:
数据库 时间:
2020-01-13 18:01:16
阅读次数:
103
ros长期使用会遇到电脑无法开机的情况,最好定期清理ros日志 终端输入rosclean purge指令 显示如下信息:Purging ROS node logs.PLEASE BE CAREFUL TO VERIFY THE COMMAND BELOW!Okay to perform:rm -rf ...
分类:
其他好文 时间:
2020-01-13 10:52:46
阅读次数:
194
启动IDEA报错日志如下: Internal error. Please refer to http://jb.gg/ide/critical-startup-errorsjava.net.BindException: Address already in use: bind at java.bas ...
分类:
编程语言 时间:
2020-01-12 13:03:48
阅读次数:
485
Cardiff School of Computer Science and InformaticsCoursework Assessment Pro-formaModule Code: CMT307Module Title: Applied Machine LearningAssessment T ...
分类:
其他好文 时间:
2020-01-10 20:02:15
阅读次数:
60
Linux下shell通用脚本启动jar(微服务) vim app_jar.sh #!/bin/bash #source /etc/profile # Auth:Liucx # Please change these parameters according to your real env. # ...
分类:
编程语言 时间:
2020-01-10 12:18:11
阅读次数:
79
function checkPwd() { pwdCount=1 read -s -p "Please input the password: " thePwd clear while true; do if [ "${pwdCount}" -ge 3 ]; then ... ...
分类:
系统相关 时间:
2020-01-08 18:37:08
阅读次数:
81
打开xshell,提示评估已过期。对于这种问题,无需卸载当前版本 直接通过安装学生版就可以了,下载地址: https://www.netsarang.com/zh/free-for-home-school/ 填写信息,点击 “下载” 查看邮件收到的下载链接 Dear user, Thank you ...
分类:
系统相关 时间:
2020-01-06 19:28:59
阅读次数:
672
一、所有问题 Xshell 连接不上 报错类型:Could not connect to '192.168.122.1' (port 22): Connection failed.原因:IP地址未生成解决方法:重新生成ip地址 service network restart,在ifconfig -a ...
分类:
数据库 时间:
2020-01-05 17:15:27
阅读次数:
121
题目: 终端输入一个文件名,判断是否是设备文件。 答案: #!/bin/bash echo -e "please input a filename to judge it is or not a device file.\n\n" read -p "Input a filename: " filen ...
分类:
系统相关 时间:
2020-01-05 15:26:09
阅读次数:
92