摘要:
Show Table of Contents What is STOMP? STOMP is a simple text-orientated messaging protocol. It defines an interoperable wire format so that any of the 阅读全文
摘要:
因为返回的是个对象 var selectSql1="select * from spc_word_mst where WORD_ID=? limit 0,1 "var selectSql2="select * from spc_baitai_mst where BAITAI_ID=? limit 0 阅读全文
摘要:
インストール npm install mysql コネクション var mysql = require('mysql'); var connection = mysql.createConnection({ host : 'localhost', user : 'me', password : 's 阅读全文