会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
asjzmxk
博客园
首页
新随笔
联系
订阅
管理
2023年4月15日
windows系统MySql压缩版安装
摘要: 一.安装 1. 网址:https://www.mysql.com/,打开网址 2. 选择下载目录 3. 下一步 4. 下一步 5. 下一步 6. 解压到想要安装目录下,我这里为,解压后 7. 配置环境变量参考java的环境变量配置 8. 进入文件新建一个data文件夹, 9. 在里面的bin目录下以
阅读全文
posted @ 2023-04-15 00:06 asjzmxk
阅读(38)
评论(0)
推荐(0)
2023年4月13日
git 更新代码错误 Your local changes to the following files would be overwritten by merge处理
摘要: 当git pull时提示 Your local changes to the following files would be overwritten by merge idea中撤销当前本地 本次提交
阅读全文
posted @ 2023-04-13 10:47 asjzmxk
阅读(72)
评论(0)
推荐(0)
2023年4月7日
Code: 43, e.displayText() = DB::Exception: Invalid types of arguments 2 and 3 of if (version 20.8.3.18 (official build))错误
摘要: Mysql当ifnull()和sum()联合使用时不会出现问题,如以下sql查询语句: select ifnull(sum(`sales_total`),0) sales_total, ifnull(sum(`order_count`),0) order_count, ifnull(sum(`avg
阅读全文
posted @ 2023-04-07 14:37 asjzmxk
阅读(630)
评论(0)
推荐(0)
公告