logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

测试项目中警告:Found multiple occurrences of org.json.JSONObject on the class path

这个问题有大神已解决我报的是警告消息,Found multiple occurrences of org.json.JSONObject on the class path:jar:file:/D:/apache-maven-3.6/testsoft/com/vaadin/external/google/android-json/0.0.20131108.vaadin1/android-...

vue中使用$http.post请求传参的错误

在使用$http请求后台,照常我们在后端 使用注解@PostMapper或者 @RequestMapping(value = “XXXX”,method = RequestMethod.POST)接受请求handleAdd(node) {this.$http.post("/item/category/addCategory",{node:node}).th...

今天的小总结关于git的https和ssh

今天练习了两种方式实现本地版本仓库连接远端的仓库(分支)区别:1、在https中可以快速的clone远程的仓库,而在ssh方式主要完成pull、push、fetch等操作2、主要是在使用https时对代码推送(pull)和获取(fetch)的时候会弹出需要输入用户和密码的对话框,可以通过修改C/用户.gitconfig的文件 改为helper = store 从而在C:\Document...

到底了