码迷,mamicode.com
首页 >  
搜索关键字:node.js socket send process    ( 30099个结果
socketio 新建连接需要设置参数
web端:socket.io.js 小程序端:weapp.socket.io.js const params = { query:‘’,//连接参数 path: '/socket.io', 'force new connection':true //新开一个websocket连接 } const w ...
分类:其他好文   时间:2021-06-25 16:30:53    阅读次数:0
java读取解析endnote文件
有些项目中会要求代码解析endnote文献资料获取一些标准的信息,例如XX在某著名期刊上发表了某篇文章,关于发表文章的这个事情的描述就会给坐着一个endnote文件来记录文章名称、作者、期刊名称、出版社等信息。 这些信息如果要记录在某个系统中,用户不愿意自己填写那些信息,他更愿意上传endnote文 ...
分类:编程语言   时间:2021-06-24 17:41:57    阅读次数:0
Transformer is a show
Interpret the Transformer model with a new perspective: seeing the Decoder process as performing a stage show, and the Decoder process just like the O... ...
分类:其他好文   时间:2021-06-23 17:09:37    阅读次数:0
Vue 中封装 websocket
// 创建 websocket.js 文件夹 let wsurl = 'ws://82.157.123.54:9010/ajaxchattest' let ws = null let weboscket_callback = null //获取 websocket 推送的数据 let websock ...
分类:Web程序   时间:2021-06-23 17:04:51    阅读次数:0
聊聊filezilla 3.7.2 事件处理机制
filezilla 3.7.2 处理事件依赖于一个自己封装的事件处理器。名字叫event_loop类。 这个类在libfillezilla工程种。作为filezilla的一个动态库。因为这个处理器对于filezilla十分重要。所以借此机会学习以下。 event_loop 头文件在 libfilez ...
分类:其他好文   时间:2021-06-23 16:26:25    阅读次数:0
fastreport打印空白行的方法
FastReport 3.X var PageLine: integer; //在現在頁列印到第幾行 PageMaxRow: integer=15; //設定每頁列數 procedure MasterData1OnBeforePrint(Sender: TfrxComponent); begin P ...
分类:其他好文   时间:2021-06-22 18:27:26    阅读次数:0
MYSQL Packets out of order. Expected 1 received 56. Packet size=3420216错误
报错信息: PHP Warning: Packets out of order. Expected 1 received 56. Packet size=3420216 in /data/bogiang/test/EC/swoole_process.php on line 62 Warning: P ...
分类:数据库   时间:2021-06-22 18:19:52    阅读次数:0
gevent BrokenPipeError[未解决]
linux 下ws.send() 报错BrokenPipeError ...
分类:其他好文   时间:2021-06-22 18:11:36    阅读次数:0
PHP 安全的电子邮件
PHP E-mail 注入 首先,请看上一节中的 PHP 代码: <html> <body> <?php if (isset($_REQUEST['email'])) //if "email" is filled out, send email { //send email $email = $_R ...
分类:Web程序   时间:2021-06-21 20:45:37    阅读次数:0
迅为iTOP-i.MX6ULL开发板-网络通信-套字节UDP
本章节使用的资料已经放到了开发板网盘资料中,路径为:“11_Linux 系统开发进阶\78_章节_网络通信-套字节 UDP 使用资料”。iTOP-IMX6ULL 实现基于 UDP 的 socket 编程。78.1 实验操作UDP 是用户数据报协议,它是一种无连接的传输层协议,提供面向事物的简单不可靠 ...
分类:其他好文   时间:2021-06-21 20:33:05    阅读次数:0
30099条   上一页 1 2 3 4 5 6 ... 3010 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!