首先,我的大名叫做Transport Layer Security Protocol(传输层安全协议),是SSL的升级版。实际上我的左手和右手都是能用的,左手叫Record Layer(记录层),右手叫Handshake Layer(握手层).........
分类:
其他好文 时间:
2015-01-11 11:04:10
阅读次数:
452
New Document
div{
margin:20px;
}
Oscar Redemption
Here`s your chance to set the record straight:tell us what year the wrong film got nominated,and which film shouldhave received a n...
分类:
Web程序 时间:
2015-01-10 21:06:49
阅读次数:
135
对于Extjs来说,大客户端程序一直很难写,当你为大客户端程序添加更多的功能和顷目的时候,项目的体积往往迅速增长。这样的大客户端程序很难组织和维持 ,所以,Extjs4配备了一个新的应用程序体系结构,它能结构化你的代码,那就是Extjs4 MVC。
Extjs4 MVC有别于其他MVC架构,Extjs有他自己定义:
Model是一个Field以及他的Data的集合,Modes知道如何通过Stores来表示数据,以能用于网格和其他组件。模型的工作很像Extjs3的记录集(Record class),通常...
分类:
Web程序 时间:
2015-01-10 18:10:27
阅读次数:
356
题目:1、写一个程序,判断2008年是否是闰年。2、写一个程序,用于计算2008年10月1日是这一年的第几天?(2008年1月1日是这一年的第一天)3、(文件题)有一个“record.txt”的文件,内容如下:# name, age, scoretom, 12, 86Lee, 15, 99Lucy,...
分类:
编程语言 时间:
2015-01-09 14:12:10
阅读次数:
241
参考:http://askubuntu.com/questions/107726/how-to-create-animated-gif-images-of-a-screencast1、软件安装$ sudo apt-get install byzanz2、脚本下载1)byzanz-record-win...
分类:
系统相关 时间:
2015-01-07 23:33:07
阅读次数:
379
例:
select * from record where to_char(ActionTime,'mm')='12';
这个查询的执行计划将是全表查询,如果我们改变nls_date_format,
alert session set nls_date_formate=’MM’;
现在重新修改上面的查询:
select * from record where ActionTime='...
分类:
数据库 时间:
2015-01-07 09:20:39
阅读次数:
247
好久不写了,复习一下,被坑了好多次~~~ 1 type arr=record 2 l,r:longint; 3 lazy,val:int64; 4 end; 5 const maxn=200008; 6 var tree:array[0..maxn*4...
分类:
其他好文 时间:
2015-01-06 21:17:59
阅读次数:
135
//gcd
//以下是异步执行,如果是同步的话,会另外开辟一个栈,然会把队列都放里面,按照顺序执行,如果发生阻塞也与主线程无关
//后台执行
// dispatch_get_global_queue(0, 0);//第一个参数是优先级,第二个参数是系统保留参数
dispatch_async(dispatch_get_global_queue(0,
0), ^...
分类:
移动开发 时间:
2015-01-06 20:05:35
阅读次数:
227
Running out of disk space in the pg_xlog directory is a fairly common Postgres problem. This important directory holds the WAL (Write Ahead Log) files. (WAL files contain a record of all changes ma...
分类:
数据库 时间:
2015-01-06 18:20:49
阅读次数:
844
在硬盘中,硬盘的0柱面0磁头第一个1扇区称为主引导扇区,也叫主引导记录-MBR(main boot record),其中MBR是以下三个部分组成1、Bootloader,主引导程序---446个字节2、Dpt(Disk Partition table),硬盘分区表---64个字节3、扇区结尾标志(5...
分类:
系统相关 时间:
2015-01-06 17:36:05
阅读次数:
203