nxycdl
nxycdl
你好。我看了你的写的文档,写的非常详细,想咨询一个问题。我按照文档弄了一个socket程序, 发现client 发过来的一条消息,内容比较小的时候没有问题,内容大的时候被服务器进行分片接收了,如下代码的YYYY被打印了多次,将这些接收到的数据要合并在一起就是client的原始消息, 想咨询下你又没有什么办法能把分片的socket请求合并在一起,然后执行dosomething() 方法。 ```javascript const server = new net.createServer(); server.on('connection', (client) => { client.on('data', async (msg) => { //接收client发来的信息 const data = msg.toString('utf-8') console.log("YYYY") console.log(data ) console.log("xxxxx") dosomething();...
You have done a great work. Thank you! I have a question ; if a send some coin from a to b , if b address is wrong address how...
REPLACE INTO users(id, name, age) VALUES(123, '赵本山', 50), (134,'Mary',15); 这个replace能使用吗? 谢谢。
乱码
部分源码里面有乱码问题。例如 webpack.production.config.js
[root@localhost node_modules]# cd oracle [root@localhost oracle]# node-gyp conigure build gyp info it worked if it ends with ok gyp info using [email protected] gyp info using [email protected] | linux | ia32...