摘要:
io.on('connect', onConnect); function onConnect(socket){ // 只发给sender。 sending to the client socket.emit('hello', 'can you hear me?', 1, 2, 'abc'); // 发给所有人,除了sender。 sending to all clients ... 阅读全文
摘要:
编辑 lampp/etc/extral/httpd-xampp.conf 文件注释掉 连上mysql,修改mysql下root 用户的登入密码为123456,执行 UPDATE user SET password=PASSWORD('123456') WHERE user='root'; 修改xam 阅读全文