摘要:
快捷启动mongodb的方式 在管理员模式下切换到D:\software\mongoDB\bin(安装位置的bin目录下) 输入该指令mongod.exe --logpath {D:\data}\log\mongodb.log --logappend --dbpath {D:\data} --dir 阅读全文
摘要:
在配置mongosh时出现的意外情况,由于在系统路径中有空格,导致系统中不断出现node:internal/modules/cjs/loader:959 throw err; ^的错误,后检查发现为系统环境变量中未加英文符号的单引号导致 官方文档 阅读全文
摘要:
安装文档 参考安装文档一路安装下去最后运行 PS C:\Users\chen\Desktop\tempflutter\my_app> flutter run -d chrome 出现该图片 意外情况 安装的时候出现了cmdline-tools component is missing的情况 此时可以 阅读全文
摘要:
记录 用mybatis-plus写后端代码时出现了如下的问题 org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): com.springboot.mapper.BooksMapper.sele 阅读全文
摘要:
内容 选择这些版本是考虑到版本的稳定性 spark2.4.5 Hadoop2.7.7 jdk1.8 scala与spark对应版本(不需要安装) 对于hadoop和spark的安装主要参考这两篇 https://blog.csdn.net/qq_37833810/article/details/88 阅读全文