摘要:
1.学习hibernate报如上错误,解决办法:Configuration cfg = new Configuration(); 改成如下形式 The server time zone value 'Öйú±ê׼ʱ¼ä' is unrecognized or represents more t 阅读全文
摘要:
// We need this to build our post string var querystring = require('querystring'); var http = require('http'); var fs = require('fs'); function PostCo 阅读全文
摘要:
做个记录 res.send() will send the HTTP response. Its syntax is, res.send([body]) The body parameter can be a Buffer object, a String, an object, or an Arr 阅读全文