HTTP 简介HTTP协议是Hyper Text Transfer Protocol(超文本传输协议)的缩写,是用于从万维网(WWW:World Wide Web )服务器传输超文本到本地浏览器的传送协议。。HTTP是一个基于TCP/IP通信协议来传递数据(HTML 文件, 图片文件, 查询结果等)...
分类:
Web程序 时间:
2014-11-20 10:16:56
阅读次数:
468
在linux中使用cmake时,遇到了"file download hash mismatch",同时status显示"unsupported protocol"。google发现问题出在cmake,如同一位网友所言:Based on the error message "unsupported.....
分类:
其他好文 时间:
2014-11-19 23:39:32
阅读次数:
595
最近在读别人代码的时候发现一个的东西,名字叫protobuf, 感觉挺好用的,写在这里,留个记录。那么什么是protobuf 呢?假如您在网上搜索,应该会得到类似这样的文字介绍:Google Protocol Buffer( 简称 Protobuf) 是 Google 公司内部的混合语言数据标准,目...
分类:
其他好文 时间:
2014-11-19 00:16:26
阅读次数:
255
本文介绍XMPP协议原理及相关信息。 XMPP协议简介 XMPP(Extensible Messageing and Presence Protocol:可扩展消息与存在协议)是目前主流的四种IM(IM:instant messaging,即时消息)协议之一,其他三种分别为:即时信息和空间协议(I....
分类:
其他好文 时间:
2014-11-18 17:27:45
阅读次数:
251
Extensible Messaging and Presence Protocol (XMPP): Instant Messaging and Presence
ok,额瑞巴蒂,说好的阅读RFC6121开始了。希望在阅读此文之前,已经跟你的leader在时间上沟通好了。那么这篇文章在介绍RFC6121的同时,我会穿插一些自己当时总结到得阅读技巧分享给大家(不喜轻喷)。
在阅读每个协议...
分类:
其他好文 时间:
2014-11-18 13:30:51
阅读次数:
177
WEB安全概论 ——IPsec传输模式下ESP报文的装包与拆包过程一、IPsec (一)简介 互联网安全协定(英语:Internet Protocol Security,缩写为 IPsec),是透过对IP协议(互联网协议)的分组进行加密和认...
分类:
Web程序 时间:
2014-11-17 22:30:07
阅读次数:
668
大家好,我们是微软大中华区安全支持团队。微软于北京时间2014年11月12日发布了14个新的安全公告,其中4个为严重等级,8个为重要等级,共修复MicrosoftWindows、 Internet Explorer (IE)、Office、 .NET Framework, Internet Information Services(IIS)、Remote Desktop Protocol (RDP...
分类:
其他好文 时间:
2014-11-17 21:19:00
阅读次数:
405
继续验证使用索引时,cbclatch相关情况,使用solaris中的dtrace编写dtrace脚本morecbc.d
#!/usr/sbin/dtrace-s-n
char*memnr;
intlatchaddr;
dtrace:::BEGIN
{
i=1;
latchaddr=0;
}
pid$1::sskgslcas:entry
{
memnr=copyin(arg0,12);
latchaddr=arg0;
printf("[%2x%2x%2x%2x|%2..
分类:
其他好文 时间:
2014-11-17 19:41:57
阅读次数:
321
REST has made a lot of conveniences when it comes to implementing web services with the already available HTTP protocol at its disposal. By just firin...
分类:
编程语言 时间:
2014-11-17 19:08:14
阅读次数:
328
//步骤。。。。。。。。。/**①子视图 定义协议:@protocol*②在子视图接口文件中定义代理@property(weak,nonatomic) id delegate;*③在子视图的实现文件(比如click实践中添加:[self.delegate myHeaderDidSelectedHea...
分类:
移动开发 时间:
2014-11-17 17:25:14
阅读次数:
128