• Windows
  • Linux
  • 前端
  • 后端
  • 其他

Centos 时间校正

ntp # 查看当前时间 date # 安装ntp yum install ntp # 手动校正 ntpdate ntp.ntsc.ac.cn # 修改配置文件 vim /etc/ntp.con

阅读更多...

Windows server设置开机自动登陆

自动登陆 win + r 输入 netplwiz,取消勾选“要使用本计算机,用户必须输入用户名和密码”,点击“应用”,输入当前密码以验证身份,然后重启服务器。 官方文档: https://learn.

阅读更多...

MySQL8导入数据时,表字符集的 Collation 总是 utf8mb4_0900_ai_ci

https://www.modb.pro/db/377587 要导入的表只设置了字符集utf8mb4,没有设置校验规则,就会使用MySQL8默认的校验规则:utf8mb4_0900_ai_ci 检查校

阅读更多...

Windows 任务栏卡死转圈圈

可能的原因:资讯和兴趣 解决方式 Ctrl + Alt + Esc 打开任务管理器,在 进程 栏找到 资讯和兴趣,右键点击 结束任务,或者展开后找到 Search application,右键 结束任

阅读更多...

FingerprintJS 浏览器指纹识别

地址:https://github.com/fingerprintjs/fingerprintjs 在线测试:https://fingerprintjs.github.io/fingerprintjs

阅读更多...

Springboot 代码更新

参考 https://mp.weixin.qq.com/s/fG8MnzLDangO0Zkime6RMA 方法一 新代码先用其他端口启动,启动完毕后,更改 nginx 的转发地址,然后停止老代码。 方

阅读更多...

Docker 部署 MQTT

部署 docker pull emqx/emqx:5.8 docker run -d --name mqtt --privileged=true -p 1883:1883 -p 8883:8883

阅读更多...

Git 实用命令

参考 https://mp.weixin.qq.com/s/Ie0jjW6zmU_3i8geUKAvDQ git stash 作用:暂存还未 commit 的代码,当需要切换到其他分支,但是又不想匆忙

阅读更多...

给前端传入的请求体中值为的 null 的字段设置默认值

参考 https://www.jb51.net/program/285444al2.htm 自定义注解 @DefaultValue import javax.validation.Constraint

阅读更多...

CentOS 使用 PPTP 搭建 VPN 服务器

参考 https://blog.csdn.net/jake8168/article/details/129215044 https://blog.csdn.net/weixin_41432198/ar

阅读更多...

  • 上一页
  • 1
  • 2
  • 3
  • 4
  • ...
  • 17
  • 下一页
搜索

最新文章
  • PostgreSQL安装配置
  • MySQL 导入数据报错:ERROR 1118 (42000) at line 2992: Row size too large (>8126)
  • Ubuntu 修改 Docker 数据和镜像存储位置
  • SpringBoot项目添加Flyway后启动报错:SELECT command denied to user xxxx@172.18.0.4 for table user_variables_by_thread
  • WireGuard VPN 工具安装与配置
  • CentOS 编译安装 FFmpeg 并启用 lib264 库
  • 天翼网关 ZXHN F450 3.0获取超级管理员密码
  • Ubuntu 设置静态IP
  • Ubuntu 安装 GitLab,并配置 Certd 证书流水线
  • VMware 设置虚拟机开机自启动
热门标签
  • PostgreSQL
  • Flyway
  • WireGuard
  • lib264
  • FFmpeg
  • F450
  • 天翼网关
  • ZXHN F450
  • Certd
  • Windows server
豫公网安备 41010702003051号 |  豫ICP备2020036358号-2   gitee qq 邮件