摘要:
grep match, and 4 charactors cat 1 | grep -o 'JVID=: [a-z]\{4,\}' all matches cat 1 | grep -o 'VID=: [A-z]*'
阅读全文
posted @ 2019-12-15 20:39
wblade
阅读(293)
推荐(0)
摘要:
1 package java9; 2 3 import java.io.IOException; 4 import java.nio.file.Files; 5 import java.nio.file.Paths; 6 import java.util.List; 7 import java.util.regex.Pattern; 8 9 public class TTT { 10 11 pub
阅读全文
posted @ 2019-08-24 11:51
wblade
阅读(132)
推荐(0)
摘要:
public String getPageSource() { StringBuffer sb = new StringBuffer(); try { // 构建一URL对象 URL url = new URL(pageUrl); // 使用openStream得到一输入流并由此构造一个Buf...
阅读全文
posted @ 2019-05-20 07:16
wblade
阅读(130)
推荐(0)
摘要:
package com.xjj; import java.util.HashMap; import java.util.List; import java.util.Map; import org.junit.Test; import com.fasterxml.jackson.core.JsonProcessingException; import com.xjj.web.control...
阅读全文
posted @ 2019-03-31 16:49
wblade
阅读(246)
推荐(0)
摘要:
package com.xjj; import java.util.List; import java.util.Map; import java.util.stream.Collectors; import org.apache.commons.beanutils.BeanUtils; import org.springframework.boot.test.web.client.Test...
阅读全文
posted @ 2019-03-31 16:43
wblade
阅读(317)
推荐(0)
摘要:
@Test public void webTest() throws JsonProcessingException { Map a = new HashMap(); a.put("userName", "ff"); a.put("password", "fff"); ObjectMapper b = new Obje...
阅读全文
posted @ 2019-03-30 07:38
wblade
阅读(159)
推荐(0)
摘要:
var ls = Arrays.asList("1","2"); System.out.println(ls);
阅读全文
posted @ 2018-05-05 13:25
wblade
阅读(182)
推荐(0)
摘要:
<!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Document</title> <style> #mess{text-align: left;margin-left:20px;} </style> </he
阅读全文
posted @ 2018-05-02 09:02
wblade
阅读(501)
推荐(0)
摘要:
var child_process = require('child_process'); var ws = require("nodejs-websocket"); console.log("initialing conn...") var server = ws.createServer(function(conn){ conn.on("text", function (s...
阅读全文
posted @ 2018-05-02 09:01
wblade
阅读(258)
推荐(0)
摘要:
<!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Document</title> <style> .kuang{text-align: center;margin-top:200px;} #mess{text
阅读全文
posted @ 2018-05-01 10:06
wblade
阅读(231)
推荐(0)