摘要:
导出-d 数据库名-u 用户名-p 密码-c 要导出的表名-o 要到出的文件地址及类型C:\Users\Administrator>mongoexport -d fh -u weimushi -p thankyoulord7 -c pictures -o d:\fh\fh.jsonconnecte... 阅读全文
摘要:
https://www.microsoft.com/zh-cn/software-download/windows10 阅读全文
摘要:
一定要以管理员身份打开命令窗口;d盘 创建一个mongodb文件夹,里面有个data文件夹,data里面有db文件夹和log文件夹mongodb文件夹里面还有个文件mongod.cfg 内容如下systemLog: destination: file path: d:\mongodb\d... 阅读全文
摘要:
阅读全文
摘要:
org.apache.jasper.JasperException: PWC6345: There is an error in invokingjavac. A full JDK (not just JRE) is required at org.apache.jasper.compiler.De... 阅读全文
摘要:
由于连接国外网站时网速特慢,为解决这个问题,os china 建立了一个maven 的私服。为了记忆,特将此记录。settings.xml 设置镜像方法步骤如下:1. mirrors 设置 1 2 6 7 nexus-osc 8 central ... 阅读全文
摘要:
mvn -v 查看maven版本 compile 编译test 测试package 打包clean 删除targetinstall 安装jar包到本地仓库中创建目录的两种方式:1.mvn archetype:generate 按照提示进行选择2.mvn archetype:generate ... 阅读全文