一、面向对象的三个基本要素:继承、封装、多态。二、五个基本原则:单一职责原则(Single-Resposibility Principle)开放封闭原则(Open-Closed principle)Liskov替换原则(Liskov-Substituion Principle)依赖倒置原则(Depe...
分类:
其他好文 时间:
2014-11-06 12:54:28
阅读次数:
163
Description
There are no days and nights on byte island, so the residents here can hardly determine the length of a single day. Fortunately, they have invented a clock with several pointers. They h...
分类:
其他好文 时间:
2014-11-06 00:50:44
阅读次数:
176
如果没有系统安装盘,可以采用下面的几种方法:首先,启动机器,启动时按住Apple和S键,以单用户模式(single user mode)进入系统。输入:mount -uv / 然后回车。接下来可以采用以下任何方式:1、如果你知道短用户名,输入:sh /etc/rc 回车输入:passwd 短用户名输...
分类:
系统相关 时间:
2014-11-05 23:02:54
阅读次数:
319
Single Threaded Execution 也称为 Critical Section 临界区:危险区域 或者Critical RegionSingle Threaded Execution 是把视点放在运行的线程上所取的名称而Critical Session 或Critical Region...
分类:
其他好文 时间:
2014-11-05 21:16:36
阅读次数:
238
if ?else形式 [nxuser@PSjamsBond-0-0-0?~]$?vi?testoperator.py
#!/bin/python
#operator?testing
number1=111
number2=222
if(number1>number2):
??print("num1>num2")
else:
??print("num2>num1"...
分类:
编程语言 时间:
2014-11-05 20:00:21
阅读次数:
266
Implementatoito convert a string to an integer.Hint:Carefully consider all possible input cases. If you want a challenge, please do not see below and ...
分类:
其他好文 时间:
2014-11-04 18:51:41
阅读次数:
227
Description
The official capital and the cultural capital of Berland are connected by a single road running through n regions. Each region has a unique climate, so the i-th (1?≤?i?≤?n) region
has...
分类:
其他好文 时间:
2014-11-04 17:33:03
阅读次数:
169
private void AddFileToDocumentLibrary(string documentLibraryUrl, string filename, byte[] file_bytes, string itemTitleText) { SPSecurity.Ru...
分类:
Web程序 时间:
2014-11-04 16:39:43
阅读次数:
156
突然心血来潮,想写点技术方面的东西,做了ios也有好几年了,就简单的写个ios开发的技术博客,希望有人能用得到。今天就先从创建一个Hellow World工程开始一:首先打开xcode然后单击Creat a new Xcode Project然后选择Single View Application,点...
分类:
移动开发 时间:
2014-11-04 16:38:54
阅读次数:
208
这一节的内容跟上一节的内容很像,甚至比上一节的内容更简单,因为只有一个checkbox。跟上一节相同的地方是,如果你不选择,那么$_POST里面就不会有这个checkbox的任何信息,连key都没有,所以我们要手动创建。即:(terms是checkbox的name值) if(!isset($_...
分类:
其他好文 时间:
2014-11-04 16:30:45
阅读次数:
207