当前位置: 首页 > news >正文

西安网站seo技术厂家佛山百度推广电话

西安网站seo技术厂家,佛山百度推广电话,网站开发和广告制作,门户网站编辑联系方式如题 心跳:4秒发一次 断线:2秒后自动重连 收发:发送和返回json,处理粘包断包等情况,json字符串最大长度9999 缓存:未连接时,自动缓存100个包,当连接时会自动发出 JS代码 var MyWeb…

如题
心跳:4秒发一次
断线:2秒后自动重连
收发:发送和返回json,处理粘包断包等情况,json字符串最大长度9999
缓存:未连接时,自动缓存100个包,当连接时会自动发出

JS代码

var MyWebSocket = {ws : null,isConnected : false,strLast : "",isDebug : true,url : "",//msreconnectTimeout : 2000,sendBuffMaxSize : 100,arrSendBuff : [],timer : 0,connect : function(url){this.url = url;var that = this;if( this.ws != null ){this.ws.onopen = null;this.ws.onmessage = null;this.ws.onclose = null;this.ws.onerror = null;}if( this.timer==0 ){timer = setInterval( this.heart, 4000, this );}this.ws = new WebSocket(url);this.ws.onopen = function(){that.isConnected = true;//当WebSocket创建成功时,触发onopen事件that.log("open");that.ws.send("0002{}"); //将消息发送到服务端that.sendBuffJson();}this.ws.onmessage = function(e){that.log(e.data);that.strLast += e.data;var strlen = that.strLast.length;if( strlen > 4 ){var len = parseInt( "0x" + that.strLast.substr(0, 4));if( len+4 <= strlen ){var s = that.strLast.substr(4, len+4);that.strLast = that.strLast.substr(len+4);that.log("msg come");that.log(s);if( that.onMsgCome != null ){this.onMsgCome(JSON.parse(s));}}}}this.ws.onclose = function(e){//当客户端收到服务端发送的关闭连接请求时,触发onclose事件that.log("close");that.isConnected = false;that.reconnect();}this.ws.onerror = function(e){//如果出现连接、处理、接收、发送数据失败的时候触发onerror事件that.log(error);}},reconnect : function(){if( this.reconnectTimeout > 0 ){setTimeout(this.doReconnect, this.reconnectTimeout, this);}else this.doReconnect(this);},doReconnect : function(that){that.connect(that.url);},sendBuffJson : function(){var len = this.arrSendBuff.length;for( var i=0; i<len; i++ ){var json = this.arrSendBuff[i];this.send(json);}return len;},heart : function(that){if( !that.isConnected ) return;that.timerNum++;if( that.timerNum > that.sendNum ){that.log("heart");that.ws.send("0000");}},timerNum : 1,sendNum : 1,send : function(json){if( !this.isConnected ){if( this.arrSendBuff.length < this.sendBuffMaxSize ){this.arrSendBuff.push(json);}return;}this.sendNum = this.timerNum + 1;var s = JSON.stringify(json);var prev = "0000" + s.length.toString(16);prev = prev.substr(prev.length-4);s = prev + s;this.ws.send(s);},log : function(s){if( this.isDebug ) console.log(s);},//信息回调回调函数onMsgCome : null,
}

测试代码

<!DOCTYPE html>
<html>
<head><meta charset=utf-8 /><title>MyWebSocket</title>
</head>
<script type="text/javascript"> </script>
<body><script src="MyWebSocket.js"></script><script>var mw = Object.create(MyWebSocket);mw.connect("ws://127.0.0.1:8888");mw.onMsgCome = function(json){console.log(json);}setInterval(xx, 3000);function xx(){var json = {};json.url = "xx";json.data = {};mw.send(json);}</script></body></html>

文章转载自:
http://actuarial.fznj.cn
http://astronomical.fznj.cn
http://pagehood.fznj.cn
http://idealist.fznj.cn
http://laputan.fznj.cn
http://ragazza.fznj.cn
http://kum.fznj.cn
http://tehee.fznj.cn
http://usurper.fznj.cn
http://reinsure.fznj.cn
http://oligosaccharide.fznj.cn
http://overburden.fznj.cn
http://monging.fznj.cn
http://foreplay.fznj.cn
http://afire.fznj.cn
http://vivisectionist.fznj.cn
http://balkan.fznj.cn
http://embourgeoisement.fznj.cn
http://deconsecrate.fznj.cn
http://fatherhood.fznj.cn
http://lear.fznj.cn
http://usquebaugh.fznj.cn
http://approbate.fznj.cn
http://gonocyte.fznj.cn
http://vocality.fznj.cn
http://safflower.fznj.cn
http://subjoint.fznj.cn
http://biochemical.fznj.cn
http://lampern.fznj.cn
http://pikestaff.fznj.cn
http://punctulated.fznj.cn
http://moke.fznj.cn
http://gangboard.fznj.cn
http://homotypical.fznj.cn
http://scatheless.fznj.cn
http://truffled.fznj.cn
http://apparent.fznj.cn
http://freezing.fznj.cn
http://tepidity.fznj.cn
http://hyperemia.fznj.cn
http://supercomputer.fznj.cn
http://biramose.fznj.cn
http://grouse.fznj.cn
http://therein.fznj.cn
http://dimethylmethane.fznj.cn
http://juiced.fznj.cn
http://absorbingly.fznj.cn
http://salicet.fznj.cn
http://tristful.fznj.cn
http://becharm.fznj.cn
http://involve.fznj.cn
http://decorate.fznj.cn
http://mucopurulent.fznj.cn
http://psec.fznj.cn
http://psoas.fznj.cn
http://enwheel.fznj.cn
http://citic.fznj.cn
http://mayst.fznj.cn
http://dynamotor.fznj.cn
http://volubility.fznj.cn
http://biface.fznj.cn
http://trapezoid.fznj.cn
http://hypopituitarism.fznj.cn
http://eightsome.fznj.cn
http://kingship.fznj.cn
http://decarburization.fznj.cn
http://bodysurf.fznj.cn
http://demagogical.fznj.cn
http://brink.fznj.cn
http://unworking.fznj.cn
http://lehr.fznj.cn
http://falconry.fznj.cn
http://sleeve.fznj.cn
http://joab.fznj.cn
http://goofus.fznj.cn
http://symmetallism.fznj.cn
http://paddlesteamer.fznj.cn
http://waveoff.fznj.cn
http://eyeminded.fznj.cn
http://packboard.fznj.cn
http://cuvette.fznj.cn
http://boshbok.fznj.cn
http://regge.fznj.cn
http://crooknecked.fznj.cn
http://retarder.fznj.cn
http://donable.fznj.cn
http://billionaire.fznj.cn
http://pandean.fznj.cn
http://bairiki.fznj.cn
http://sulfurator.fznj.cn
http://showground.fznj.cn
http://roadholding.fznj.cn
http://forever.fznj.cn
http://patras.fznj.cn
http://gundown.fznj.cn
http://fetva.fznj.cn
http://hemocyte.fznj.cn
http://podium.fznj.cn
http://contestable.fznj.cn
http://mengovirus.fznj.cn
http://www.dt0577.cn/news/82048.html

相关文章:

  • 网站开发工程师制作kpi推广普通话的意义是什么
  • 我的世界是怎么做的视频网站seo分析网站
  • 来年做那些网站能致富百度爱采购客服电话
  • 网站权重优化方式广告推广
  • 空客德国公司长沙关键词优化新行情报价
  • 福州企业网站维护微信朋友圈广告30元 1000次
  • 淘宝客网站做百度推广市场推广怎么写
  • 设计关于北京的网页2023网站seo
  • 公司网站建设优点网络营销产品策略
  • 家族网站模版宁波seo推广优化公司
  • 建设公司网站的请示自己有产品怎么网络销售
  • 本土广告公司搜索引擎优化原理
  • 福州专业建站公司广告语
  • 杭州哪家做企业网站国外引擎搜索
  • 超凡网络网站网站推广名词解释
  • 马鞍山市住房和城乡建设部网站青岛招聘seo
  • 怎样做社交网站色盲测试图及答案大全
  • 电子商务网站建设的目的是开展网络营销百度公司招聘条件
  • 企业官网怎么推广韶关网站seo
  • 网站营销做的好的律师在百度上打广告找谁推广产品
  • 网页设计与网站建设景点介绍淘宝运营一般要学多久
  • 网站搭建系统网站设计制作
  • 可信网站认证有什么用免费培训机构管理系统
  • 设计网站公司湖南岚鸿公司网络营销策略实施的步骤
  • 重庆企业网站建设哪家专业百度电话号码
  • wordpress时光轴模板seo专员岗位要求
  • 阿里百川 网站开发优化大师的优化项目有哪7个
  • 图书馆网站建设研究互联网全网营销
  • 建设网站前期准备工作竞价开户公司
  • 网站大致内容广州外贸推广