_
  • 平台接口POST请求 C#调用示例 using System; using System.Linq; using System.Net.Http; using System.Text; using System.Threading.Tasks; ...
    • 1年前
  •   1.model类 :分类 public class Type { private Integer id; private Integer parentTypeId; private String typeName; .....get...
    • 1年前
  • 一、ireport最方便的下载地址,推荐各位 http://sourceforge.jp/projects/sfnet_ireport/releases/ 二、低版本的ireport发现打不开,可能是JDK版本不对,ireport是用纯java开...
    • 1年前
  • settings.xml常用配置 <?xml version="1.0" encoding="UTF-8"?> <settings xmlns="http://maven.apache.org/SETTINGS/1.0.0" x...
    • 1年前
  • JAVA_HOMEC:\Program Files\Java\jdk1.8.0_60 PATH%JAVA_HOME%\bin;%JAVA_HOME%\jre\bin; CLASSPATH .;%JAVA_HOME%\lib;%JAVA_HOME%...
    • 1年前
  • http://localhost:8080/项目路径/*.reset 如:我的项目设置的访问路径为 /iENM,所以刷新地址为 http://localhost:8080/iENM/*.reset  
    • 1年前