摘要: https://github.com/goproxy/goproxy.cn/blob/master/README.zh-CN.md 阅读全文
posted @ 2024-04-03 14:19 chendaleiQ 阅读(2) 评论(0) 推荐(0) 编辑
摘要: https://juejin.cn/post/7118294114734440455 阅读全文
posted @ 2024-03-20 16:32 chendaleiQ 阅读(11) 评论(0) 推荐(0) 编辑
摘要: 前往 /Applications/Typora.app/Contents/Resources/TypeMark/page-dist/static/js文件夹 打开 LicenseIndex.180dd4c7.54395836.chunk.js文件 将 hasActivated="true"==e.h 阅读全文
posted @ 2024-01-05 15:59 chendaleiQ 阅读(57) 评论(0) 推荐(0) 编辑
摘要: ``` sudo apt update sudo apt install mysql-server sudo systemctl status mysql sudo mysql ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_pa 阅读全文
posted @ 2023-06-29 21:05 chendaleiQ 阅读(26) 评论(0) 推荐(0) 编辑
摘要: const fs = require('fs'); fs.readFile('./SmartLockMain.hex', 'utf-8', (err, data) => { if (err) throw err; const lines = data.split('\n'); const outBu 阅读全文
posted @ 2023-05-17 15:50 chendaleiQ 阅读(39) 评论(0) 推荐(0) 编辑
摘要: 修改密码按大部分教程的操作结束,进行登录的时候还是会出现 ERROR 1045 (28000): Access denied for user ‘root’@‘localhost’ (using password: YES) 经过多次尝试,终于解决这个问题。以下是操作过程记录。关键为第二步。 1. 阅读全文
posted @ 2023-04-04 10:19 chendaleiQ 阅读(339) 评论(0) 推荐(0) 编辑
摘要: 由于格式问题,datagrip无法导入xlsx格式的数据,所以需要将格式转换为csv格式,然后将需要导入的列名改为数据库对应的列名。 阅读全文
posted @ 2022-12-09 09:59 chendaleiQ 阅读(524) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/gaojing2240/article/details/77336287/ 阅读全文
posted @ 2022-12-09 09:55 chendaleiQ 阅读(14) 评论(0) 推荐(0) 编辑
摘要: 安装nodejs apt update curl -sL https://deb.nodesource.com/setup_16.x | sudo bash - sudo apt -y install nodejs apt install mysql-server mysql -u root -p 阅读全文
posted @ 2022-12-08 11:38 chendaleiQ 阅读(85) 评论(0) 推荐(0) 编辑
摘要: https://kalacloud.com/blog/how-to-allow-remote-access-to-mysql/ 阅读全文
posted @ 2022-11-18 14:22 chendaleiQ 阅读(13) 评论(0) 推荐(0) 编辑