自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(5)
  • 问答 (1)
  • 收藏
  • 关注

原创 求助爬虫大佬

在一次心血来潮下,随便写了个脚本访问了下百度.

2023-03-25 21:23:53 550

原创 解决while scanning for the next token found character ‘@‘ that cannot start any token.

spring配置

2021-12-13 23:54:47 425

原创 linux防火墙命令

1:查看防火状态systemctl status firewalldservice iptables status2:暂时关闭防火墙systemctl stop firewalldservice iptables stop3:永久关闭防火墙systemctl disable firewalldchkconfig iptables off4:重启防火墙systemctl enable firewalldservice iptables restart5:永久关闭后重启chkcon

2021-12-06 02:59:51 409

原创 linux服务器同时开启密钥登录与密码登录

关于服务器密钥登录与密码登录的问题1.密钥登录使用密钥登录命令:ssh root@ServerIp -i PrivateKeyPemFilePathServerIp: ip地址PrivateKeyPemFilePath: 私钥路径2.开启密码登录编辑linux服务器中的 sshd_config 文件命令:vi /etc/ssh/sshd_config找到 PasswordAuthentication no把no改为yes使用 sudo service sshd restart 进行重新加

2021-08-07 02:05:47 4163

原创 linux安装jdk、redis、mysql、nginx

linux安装jdk、redis、mysql、nginx 一、jdk安装二、nginx安装三、redis安装四、mysql安装五、安装环境、所用工具

2021-06-10 12:37:34 600 1

空空如也

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

TA关注的人

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