摘要:
http://jsonpath.com/ 阅读全文
摘要:
public static void main(String[] args) throws ExecutionException, InterruptedException { ExecutorService executor = Executors.newFixedThreadPool(10); ExecutorCompletionService service... 阅读全文
摘要:
var keyStr = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/="; function test(){ var user = document.getElementById("tete").value; alert(user) ... 阅读全文
摘要:
if [ $# != 3 ];then echo 'option-1: start,stop or restart.' echo 'option-2: 请传入jar路径' echo 'option-3: log名称' exit; fi option=$1 jarname=$2 logName=$3 if [ $option = "start" ];then nohup java -X... 阅读全文
摘要:
https://gitee.com/aun/Timo/tree/master 阅读全文
摘要:
# sudo yum install -y yum-utils device-mapper-persistent-data lvm2 建立Stable仓库,Stable这个仓库总是需要的,即使你想从edge或者testing仓库安装更新。 # sudo yum-config-manager --ad 阅读全文
摘要:
public static String readToString(String fileName) { String encoding = "UTF-8"; File file = new File(fileName); Long filelength = file.length(); byte[] filecontent =... 阅读全文
摘要:
https://hnzzmsf.github.io/example/example_v4.html 阅读全文
摘要:
package com.loan.msg.config; import com.loan.msg.service.MessageReceiver; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; import org.... 阅读全文