会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
chen94013
博客园
首页
新随笔
联系
订阅
管理
2023年5月8日
快捷启动mongodb的方式 window电脑
摘要: 快捷启动mongodb的方式 在管理员模式下切换到D:\software\mongoDB\bin(安装位置的bin目录下) 输入该指令mongod.exe --logpath {D:\data}\log\mongodb.log --logappend --dbpath {D:\data} --dir
阅读全文
posted @ 2023-05-08 20:55 chen94013
阅读(62)
评论(0)
推荐(0)
2023年1月18日
node:internal/modules/cjs/loader:959 throw err; ^解决方法
摘要: 在配置mongosh时出现的意外情况,由于在系统路径中有空格,导致系统中不断出现node:internal/modules/cjs/loader:959 throw err; ^的错误,后检查发现为系统环境变量中未加英文符号的单引号导致 官方文档
阅读全文
posted @ 2023-01-18 11:23 chen94013
阅读(3273)
评论(0)
推荐(0)
2022年12月21日
梦的开始-初始化flutter配置
摘要: 安装文档 参考安装文档一路安装下去最后运行 PS C:\Users\chen\Desktop\tempflutter\my_app> flutter run -d chrome 出现该图片 意外情况 安装的时候出现了cmdline-tools component is missing的情况 此时可以
阅读全文
posted @ 2022-12-21 00:19 chen94013
阅读(34)
评论(0)
推荐(0)
2022年12月10日
mybatis-plus中出现 org.apache.ibatis.binding.BindingException: Invalid bound statement (not found)的一种可能解决方式
摘要: 记录 用mybatis-plus写后端代码时出现了如下的问题 org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): com.springboot.mapper.BooksMapper.sele
阅读全文
posted @ 2022-12-10 01:11 chen94013
阅读(864)
评论(0)
推荐(0)
2022年12月4日
大数据学习想法
摘要: 靡不有初,鲜克有终
阅读全文
posted @ 2022-12-04 00:01 chen94013
阅读(21)
评论(0)
推荐(0)
2022年10月13日
spark+scala配置及一个初始化项目
摘要:
内容 选择这些版本是考虑到版本的稳定性 spark2.4.5 Hadoop2.7.7 jdk1.8 scala与spark对应版本(不需要安装) 对于hadoop和spark的安装主要参考这两篇 https://blog.csdn.net/qq_37833810/article/details/88
阅读全文
posted @ 2022-10-13 13:05 chen94013
阅读(184)
评论(0)
推荐(0)