摘要:
四级词汇 Word List 1 sincere 真诚的 mood 情绪 static 稳定的 senator 议员 hobby 兴趣 lad 小伙子 equip 装备 frown 蹙眉 fasten 紧抓 software 软件 stir 搅拌 distribution 分配 flexible 可
阅读全文
posted @ 2021-09-08 22:09
zhuangjie
阅读(734)
推荐(0)
posted @ 2021-09-08 17:12
zhuangjie
阅读(39)
推荐(0)
摘要:
后端接口代码: /** * 根据用户id修改用户信息 */ @PostMapping("/updateUser") public R updateUserById(@RequestBody User user) { log.info("*****************要更新的用户数据:"+user
阅读全文
posted @ 2021-08-30 13:45
zhuangjie
阅读(3175)
推荐(0)
摘要:
博主报的是: org.springframework.jdbc.CannotGetJdbcConnectionException: Failed to obtain JDBC Connection; nested exception is java.sql.SQLNonTransientConnec
阅读全文
posted @ 2021-08-29 12:16
zhuangjie
阅读(5397)
推荐(0)
摘要:
下载 JDK 下载地址:https://www.oracle.com/technetwork/java/javase/downloads/index-jsp-138363.html 点击下载按钮: 开始安装JDK: 可以设置为你想安装的路径。 环境变量配置 1. 打开 环境变量窗口 右键 This
阅读全文
posted @ 2021-08-22 11:30
zhuangjie
阅读(113)
推荐(0)
摘要:
Aug 03, 2021 1:05:08 AM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {}->unix://localhost:80 [WARNING] An attempt failed
阅读全文
posted @ 2021-08-03 16:19
zhuangjie
阅读(2633)
推荐(0)
摘要:
C:\Users\21192\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup 将程序快捷方式复制到此目录下,开机将自动执行
阅读全文
posted @ 2021-07-28 11:37
zhuangjie
阅读(226)
推荐(0)
摘要:
执行 sudo passwd root 设置密码 然后su
阅读全文
posted @ 2021-07-27 11:09
zhuangjie
阅读(74)
推荐(0)
摘要:
[root@MiWiFi-R4CM-srv 下载]# rpm -if google-chrome-stable_current_x86_64.rpm 警告:google-chrome-stable_current_x86_64.rpm: 头V4 DSA/SHA1 Signature, 密钥 ID 7
阅读全文
posted @ 2021-07-21 22:41
zhuangjie
阅读(672)
推荐(0)
摘要:
CentOS7/Linux永久开放某个指定的 端口号,如1935 1、开启防火墙 systemctl start firewalld2、开放指定端口 firewall-cmd --zone=public --add-port=1935/tcp --permanent 命令含义:--zone #作用域
阅读全文
posted @ 2021-07-10 13:56
zhuangjie
阅读(70)
推荐(0)