摘要:
@Test public void webTest() throws JsonProcessingException { Map a = new HashMap(); a.put("userName", "ff"); a.put("password", "fff"); ObjectMapper b = new Obje... 阅读全文
摘要:
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... 阅读全文