会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
chendaleiQQ
博客园
首页
新随笔
联系
订阅
管理
2024年5月6日
vue-i18n的9以上的版本中@被用作特殊字符处理,直接用会报错
摘要: vue3项目中使用vue-i18n的9以上的版本实现国际化,使用过程中出现报错: 国际化使用 "validation.regExp.name": "仅允许输入字母、数字与_.@字符"报如下错误 Message compilation error: Invalid linked format1 | 仅
阅读全文
posted @ 2024-05-06 10:09 chendaleiQ
阅读(760)
评论(0)
推荐(0)
2024年4月3日
go tools 安装失败
摘要: https://github.com/goproxy/goproxy.cn/blob/master/README.zh-CN.md
阅读全文
posted @ 2024-04-03 14:19 chendaleiQ
阅读(25)
评论(0)
推荐(0)
2024年3月20日
vue3+ts+eslint+prettier配置
摘要: https://juejin.cn/post/7118294114734440455
阅读全文
posted @ 2024-03-20 16:32 chendaleiQ
阅读(61)
评论(0)
推荐(0)
2024年1月5日
typora mac版激活
摘要: 前往 /Applications/Typora.app/Contents/Resources/TypeMark/page-dist/static/js文件夹 打开 LicenseIndex.180dd4c7.54395836.chunk.js文件 将 hasActivated="true"==e.h
阅读全文
posted @ 2024-01-05 15:58 chendaleiQ
阅读(185)
评论(0)
推荐(0)
2023年6月29日
ubuntu 18.04.1安装mysql8
摘要: ``` 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
阅读(53)
评论(0)
推荐(0)
2023年5月17日
nodejs将hex文件转bin文件
摘要: 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
阅读(114)
评论(0)
推荐(0)
2023年4月4日
mysql8.0修改root密码
摘要: 修改密码按大部分教程的操作结束,进行登录的时候还是会出现 ERROR 1045 (28000): Access denied for user ‘root’@‘localhost’ (using password: YES) 经过多次尝试,终于解决这个问题。以下是操作过程记录。关键为第二步。 1.
阅读全文
posted @ 2023-04-04 10:19 chendaleiQ
阅读(385)
评论(0)
推荐(0)
2022年12月9日
使用datagrip导入excel数据
摘要: 由于格式问题,datagrip无法导入xlsx格式的数据,所以需要将格式转换为csv格式,然后将需要导入的列名改为数据库对应的列名。
阅读全文
posted @ 2022-12-09 09:59 chendaleiQ
阅读(957)
评论(0)
推荐(0)
远程连接数据库失败
摘要: https://blog.csdn.net/gaojing2240/article/details/77336287/
阅读全文
posted @ 2022-12-09 09:55 chendaleiQ
阅读(33)
评论(0)
推荐(0)
2022年12月8日
ubuntu部署nodejs项目
摘要: 安装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:37 chendaleiQ
阅读(112)
评论(0)
推荐(0)
下一页
公告