Instead, I was ivory-skinned, without even the excuse of blue eyes or red hair, despite the constant sunshine. 取而代之的是我是白皮肤,没有蓝眼睛或者红头发,尽管一直晒着太阳 I had a ...
分类:
其他好文 时间:
2016-08-06 15:52:03
阅读次数:
134
8.1. Class Declarations ...
分类:
其他好文 时间:
2016-08-05 19:41:41
阅读次数:
135
Eventually we made it to Charlie's. 最终我们到了查理斯的家。 He still lived in the small,two-bedroom house that he'd bought with my mother in the early days of th ...
分类:
其他好文 时间:
2016-08-03 10:31:30
阅读次数:
212
"You didn't need to do that, Dad. I was going to buy myself a car." 你不需要这样,父亲,我会自己买一辆车的 "I don't mind. I want you to be happy here." 我不介意的,我只想让你在这过的开心 ...
分类:
其他好文 时间:
2016-08-02 11:26:56
阅读次数:
186
"He's in a wheelchair now," Charlie continued when I didn't respond, 他现在在轮椅上了,没等我回答查理斯就继续说到, "so he can't drive anymore, and he offered to sell me his ...
分类:
其他好文 时间:
2016-08-01 19:06:00
阅读次数:
197
Java Provides a number of ways to hold objects: An array associates numerical indexes to objects. It holds objects of a known type so that you don't h ...
分类:
其他好文 时间:
2016-07-31 19:05:14
阅读次数:
205
http://www.linuxprobe.com/chapter-19.html yum install dhcp -ycp /etc/dhcp/dhcpd.conf /etc/dhcp/dhcpd.conf.bak cat >>/etc/dhcp/dhcpd.conf<<aallow booti ...
分类:
其他好文 时间:
2016-07-30 22:19:48
阅读次数:
113
目录: 1.1 编写一个简单的C++程序 1.2 Input/Output 的首次见面 1.3 关于评论(comments)的一句话 1.4 控制的流失 (Flow of Control) 1.5 介绍课程 1.6 Bookstore 程序 章节总结(Chapter Summary) 术语表(Def ...
分类:
其他好文 时间:
2016-07-30 14:54:58
阅读次数:
223
Chapter 10 其它客户端技术 1、客户端检测Client Detection 客户端检测是跨浏览器开发中用到一种处理兼容性问题的开发手段。常用的有三种方式,按照使用的优先级排列分别而是:能力检测>怪癖检测>用户代理检测。 1.1 能力检测(feature detection) 检测浏览器是否 ...
分类:
编程语言 时间:
2016-07-25 17:59:34
阅读次数:
186
Chapter 9 文档对象模型 1、DOM树 DOM是HTML和XML文档提供的一系列API的集合。 DOM将HTML和XML文档描绘成一个由多层次节点构成的树结构,文档中所有的元素都是一个节点。 树结构的根节点(又称文档元素)有且只有一个。 HTML文档的根节点始终是<html>,XML文档则可 ...
分类:
编程语言 时间:
2016-07-25 16:15:13
阅读次数:
255