logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

VMware虚拟机鼠标不见了

点击键盘右边的Ctrl

#虚拟机
String转JSONArray,遍历JSONArray,Array数组转换成JSON字符串

String转JSONArray,/*** String转JSONArray*/public static void test1(){String json = "[{\"name\":\"张三\",\"code\":\"123\"},{\"name\":\"李四\",

#json
Error: Plugin org.apache.maven.plugins:maven-clean-plugin:2.5 or one of its dependencies could not b

当运行 mvn clean, mvn install, mvn help:system时,会出现以下waring和error时,是因为下载plugin失败,这是网络问题。检查镜像配置是否正确,或者检查代理设置是否正确。并且检查的是修改仓库路劲后的repo目录下的setting.xml,不是修改mavne/conf/setting.xml。Warning: The POM for org.apa

#maven
Maven打包失败,报错:Failed to collect dependencies...

Failed to execute goal on ...: Could not resolve dependencies for project xxx.xxx.xxx.xx:jar:...: Failed to collect dependencies at ...:Failed to read artifact descriptor for ...:Could not find artifa

码云上使用git

一.登陆码云,注册账号二. 设置SSH-KEY生成公匙git命令: ssh-keygen -t rsa -C “注册码云账号时的邮箱号”cat ~/.ssh/id_rsa.pub复制git输出的内容粘贴到码云的SSH keys settings (具体操作如下)设置公匙登陆码云,点击头像—settings—SSH keys se

#git
attribute value must be constant

attribute value must be constant:属性值必须是常量dataType = Long Long不是常量,是类。解决方法:加双引号@ApiImplicitParam(name = "id",value = "用户ID",required = true,dataType = "Long")

笔记 -- 小项目

博客功能技术与IDE代码参考代码片段此项目运行的页面展示用到的注解解释清楚某些代码为什么需要不需要会有什么效果参考java实现json格式的状态码数据github把代码放到github上readme中添加对应的博客的网址博客中添加github的网址博客:功能技术与IDE代码参考代码片段此项目运行的页面展示用到的注解解释清楚某些代码为什么需要?不需要会有什么效果?参考:

转义字符 < > 等等

常用转义字符:

java中getClass()方法简介

getClass()返回此 Object 的运行时类。一、示例代码:public class Test {public static void main(String[] args) {Person p = new Person(1,"刘德华");System.out.println(p.getClass());S

Maximum upload size exceeded

springboot上传文件报错信息Maximum upload size exceeded; nested exception is java.lang.IllegalStateException:org.apache.tomcat.util.http.fileupload.FileUploadBase$FileSizeLimitExceededException:the reques...

    共 15 条
  • 1
  • 2
  • 请选择