what happens when you type in a URL in browserIn an extremely rough and simplified sketch, assuming the simplest possible HTTP request, no proxies and...
分类:
其他好文 时间:
2014-07-22 22:47:34
阅读次数:
152
关于 onload的执行:alert('iframe4_loaded');alert("end.page1");alert('iframe2_loaded');alert('iframe3_loaded');alert('page1_loaded');alert('iframe1_loaded');...
分类:
编程语言 时间:
2014-07-22 22:46:12
阅读次数:
219
Type(x)Type(y)Resulttype(x)==type(y)x===yotherwise...falsenullundefinedtrueundefinednulltrueNumberStringx==toNumber(y)StringNumbertoNumber(x)==yBoolea...
分类:
Web程序 时间:
2014-07-22 22:40:15
阅读次数:
233
nodeName + nodeValue + nodeType? nodeName : 某个节点的名称。 元素节点的 nodeName 是标签名称 属性节点的 nodeName 是属性名称 文本节点的 nodeName 永远是 #text 文档节点的 nodeName 永远是 #document 注:...
分类:
Web程序 时间:
2014-07-22 22:38:15
阅读次数:
221
Java5: 1、泛型 Generics: 引用泛型之后,允许指定集合里元素的类型,免去了强制类型转换,并且能在编译时刻进行类型检查的好处。Parameterized Type作为参数和返回值,Generic是vararg、annotation、enumeration...
分类:
编程语言 时间:
2014-07-22 22:37:56
阅读次数:
294
一、对源码先上一个结构图: 源代码主要在org.apache.ibatis目录下,18个包,其中在应用中主要的包有:builder、session、cache、type、transaction、datasource、jdbc、mapping,提供支撑服务的包有annotation、...
分类:
其他好文 时间:
2014-07-22 22:37:53
阅读次数:
404
1.编辑network配置 vim /etc/sysconfig/network-scripts/ifcfg-eth0 DEVICE=eth0
HWADDR=00:0C:29:4E:B7:C9
TYPE=Ethernet
UUID=a3d55d06-78fe-4542-a44a-d95cb5667cd6
ONBOOT=no
NM_CONTROLLED=yes
BOOTPROTO=d...
分类:
其他好文 时间:
2014-07-22 00:13:33
阅读次数:
786
??
----查看缺省profile 中 密码相关的参数配置信息
SQL> SELECT profile,resource_type,resource_name,limit FROM dba_profiles WHERE resource_type='PASSWORD' AND profile='DEFAULT';
PROFILE RES...
分类:
数据库 时间:
2014-07-22 00:11:33
阅读次数:
299
1 创建型模式
单独对对象的创建进行研究,高效的创建对象就是创建型模式讨论的问题。创建型设计模式有6种:
简单工厂模式(simple factory);
工厂方法模式(factory method);
抽象工厂模式(abstract factory);
创建者模式(Builder);
原型模式(Prototype);
...
分类:
其他好文 时间:
2014-07-22 00:06:33
阅读次数:
232
instance method '*****' not found (return type defaults to 'id')...
分类:
其他好文 时间:
2014-07-21 23:27:44
阅读次数:
188