摘要: 1.启动内存: catalina.sh的前面(第二行) set JAVA_OPTS=-server -Xms512m -Xmx1024m -XX:MaxNewSize=512m -XX:MaxPermSize=256m 2.字符集 server.xml配置端口后: URIEncoding="UTF- 阅读全文
posted @ 2019-11-27 16:36 julian_chang 阅读(228) 评论(0) 推荐(0)
摘要: 1.下载 https://jenkins.io/zh/download/ (下载可能会比较慢) 2.安装 可选择war包,放在tomcat下 3.配置 1)主目录配置 所以要在配置前把JENKINS_HOME配置好,否则构建的项目会放在默认的主目录中 vi /etc/profile JENKINS_ 阅读全文
posted @ 2019-11-27 09:44 julian_chang 阅读(728) 评论(0) 推荐(0)
摘要: 安装erlang 1.配置 wget https://packages.erlang-solutions.com/erlang-solutions-1.0-1.noarch.rpm rpm -Uvh erlang-solutions-1.0-1.noarch.rpm rpm --import htt 阅读全文
posted @ 2019-11-21 18:18 julian_chang 阅读(575) 评论(0) 推荐(0)
摘要: select <select name="pAvailable" class="form-control m-b" required> <option th:selected="*{pAvailable eq 'Y'}" value="Y">可用</option> <option th:select 阅读全文
posted @ 2019-11-21 17:41 julian_chang 阅读(393) 评论(0) 推荐(0)
摘要: import org.springframework.beans.BeansException; import org.springframework.context.ApplicationContext; import org.springframework.context.Application 阅读全文
posted @ 2019-11-20 13:01 julian_chang 阅读(1517) 评论(0) 推荐(0)
摘要: 之前看过JAVA 8的书,但由于时间长,平时没用所以忘的差不多了,大概记得格式。 常用代码 1.获得对象集合的某个属性倒序(最新)的一个对象 Optional<AppLog> appPLog = appLogList.stream().sorted(Comparator.comparing(AppL 阅读全文
posted @ 2019-11-20 12:50 julian_chang 阅读(220) 评论(0) 推荐(0)
摘要: 若依项目中的工具类,可以读取FTP输入流中的Excel表格 import java.io.File; import java.io.FileOutputStream; import java.io.IOException; import java.io.InputStream; import jav 阅读全文
posted @ 2019-11-20 12:42 julian_chang 阅读(7307) 评论(0) 推荐(0)
摘要: import org.apache.http.HttpEntity; import org.apache.http.HttpResponse; import org.apache.http.HttpStatus; import org.apache.http.client.methods.HttpP 阅读全文
posted @ 2019-11-18 17:43 julian_chang 阅读(112) 评论(0) 推荐(0)
摘要: 阿里云 CentOS 7.2 64位 一 安装xampp1.下载xampp,为kodexplorer安装php环境 wget "http://sourceforge.net/projects/xampp/files/XAMPP Linux/5.6.14/xampp-linux-x64-5.6.14- 阅读全文
posted @ 2019-11-15 10:50 julian_chang 阅读(501) 评论(0) 推荐(0)
摘要: 转自:https://blog.csdn.net/dong945221578/article/details/71429735 PS:看来同是做IPTV项目的 package com.example.servlet; import org.apache.axis.transport.http.Axi 阅读全文
posted @ 2019-11-13 17:33 julian_chang 阅读(513) 评论(0) 推荐(0)