介绍WebSocket是HTML5开始提供的一种浏览器与服务器间进行全双工通讯的网络技术。在WebSocket
API中,浏览器和服务器只需要做一个握手的动作,然后,浏览器和服务器之间就形成了一条快速通道。两者之间就直接可以数据互相传送。Cocos2d-x引擎集成libwebsockets,并在li...
分类:
Web程序 时间:
2014-06-16 10:15:59
阅读次数:
270
方法1.go to the Product menu and find the Edit
Scheme menu there.While in Edit Scheme window, select the "Run" option on the
left hand side of the scree...
分类:
其他好文 时间:
2014-06-12 21:03:42
阅读次数:
317
Operating Cisco Routerconsider the hardware on
the ends of the serial link, in particular where the channel service unit/data
service unit (CSU/DSU) h...
分类:
其他好文 时间:
2014-06-12 19:10:26
阅读次数:
351
一直想要一个Flash 那种形状渐变效果,这两天苦思冥想了一番实现了,先看效果。
一开始是往把贴图alpha通道识别成路径,建模想办法拉顶点的方向去,想来想去不是个好办法,后来还是决定直接基于位图实现,尽量采用gpu可以处理的方式。
然后往这边思考后,脑子里就浮现出了ditance field 这个...
分类:
其他好文 时间:
2014-06-12 09:44:02
阅读次数:
249
今天写程序的时候调用到一个第三方的DLL文件,本机调试一切都正常,但是程序不是到服务器以后一直提示一个BUG:"基础连接已经关闭: 未能为SSL/TLS
安全通道建立信任关系"。后来把DLL文件进行反编译,发现是在获得请求的时候出错了。引用WebResponse response = WebRequ...
分类:
其他好文 时间:
2014-06-12 07:10:38
阅读次数:
249