posted @ 2019-10-29 10:14
10 2019 档案
摘要:public static String post(String url, Map<String, Object> paramMap) throws ClientProtocolException, IOException,Exception { HttpClient httpClient = Ht
阅读全文
摘要:package com.hxwy.erp.common.utils;import com.alibaba.fastjson.JSONObject;import org.springframework.util.StreamUtils;import org.apache.commons.httpcli
阅读全文
posted @ 2019-10-21 18:16
摘要:以防止下次找不到:https://help.aliyun.com/document_detail/98729.html?spm=a2c4g.11186623.2.16.31294c07JtWbat#concept-ntq-f1x-yfb
阅读全文
posted @ 2019-10-17 15:40
摘要:SSL证书配置参考此教程:https://yq.aliyun.com/articles/706986
阅读全文
posted @ 2019-10-17 15:21
摘要:错误概要: org.springframework.web.util.NestedServletException: Handler dispatch failed; nested exception is java.lang.NoClassDefFoundError: org/apache/vel
阅读全文
posted @ 2019-10-15 11:15
摘要:在linux主机上常用的rz--上传,sz 下载命令非常方便,下面记录下安装rz,sz命令的过程。 方式一: yum安装: 1.root 账号登陆后执行以下命令:yum install -y lrzsz,截图如下: 出现如下信息表示安装成功 进行测试如下: 输入上传命令,rz,弹出选择文件的命令框,
阅读全文
posted @ 2019-10-15 11:11