Mysql5.7在Windows安装
参考:https://www.cnblogs.com/xt12321/p/10845472.html 1.下载免安装包 2.配置 在根目录新建data文件夹和mysql.ini [mysql] # 设置mysql客户端默认字符集 default-character-set=utf8 [mysqld] #设置3306端口 port = 3306 # …
select command denied to user
错误信息的字面意思是:表“user”拒绝用户“root_ssm”@“localhost”的SELECT命令 ,很明显用户没有查看user表的权限,用管理员账号给他授权就行了
git代理异常
fatal: unable to access 'https://github.com.git/': OpenSSL SSL_read: Connection was reset, errno 10054 解决方案一 关闭ssl证书 git config --global http.sslVerify "false" fatal…
古诗词
参考: https://github.com/chinese-poetry/chinese-poetry
halo-未整理
Linux启动、停止宝塔 启动 /etc/init.d/bt start 停止 /etc/init.d/bt stop halo官方文档:https://docs.halo.run/install/linux 重新加载 systemd systemctl daemon-reload 运行服务 systemctl start halo 在系统启动时启…
Youtube视频下载的几种方式
环境 安装ffmpeg: 下载地址:https://ffmpeg.org/download.html 配置环境变量: 安装Python: 省略... youtube-dl https://ytdl-org.github.io/youtube-dl/index.html windows使用: 到下载的youtube-dl.exe目录 执行: yout…
v2ray配置
环境:centos-8-x86_64 安装脚本 bash <(curl -L https://raw.githubusercontent.com/v2fly/fhs-install-v2ray/master/install-release.sh) 常用命令 启动 sudo systemctl start v2ray 停止 sudo syste…