Monthly Archives: 4月 2023

python django搭建后台

## 说明 本项目使用python django_rest_framework … Continue reading

More Galleries | Leave a comment

安装mysql docker-compose.yml参考配置

my.cnf

More Galleries | Leave a comment

nginx配置参考

1、nginx.conf 2、vhost.conf vhost.conf的文件放 … Continue reading

More Galleries | Leave a comment

git 服务器搭建及配置

1、安装Git 创建git用户组和用户,用来运行git服务 2、创建证书登录 收 … Continue reading

More Galleries | Leave a comment

MySQL操作表命令

平时借助phpMyAdmin/Navicat/Sequel或者其他数据库管理工具 … Continue reading

More Galleries | Leave a comment

Java Long类型比较的问题

按常规的方法写了一个数据比较,在本地测试的时候是正常的,当放到测试环境时发现比较 … Continue reading

More Galleries | Leave a comment

vis-network实现动态数据

This gallery contains 1 photo.

效果如下: 1、首先安装vis 2、代码参考

More Galleries | Leave a comment

Docker 常用命令

docker命令 Dockerfile文件参考 docker network命令

More Galleries | Leave a comment

MySQL 主从库配置

1、在主库设置 2、查看主库状态,拿到bin-log和postion 3、在从库 … Continue reading

More Galleries | Leave a comment

scp 免密传输

This gallery contains 1 photo.

1、在需要免密的机器上生成rsa,如127.0.0.1 2、将id_rsa.pu … Continue reading

More Galleries | Leave a comment