INVITE Via: Max-Forwards: To:
From: Call-ID: CSeq: Contact: Content-Type:
Content-Length:
分类:
其他好文 时间:
2014-05-04 12:34:06
阅读次数:
292
一.算法的基本概念计算机解题的过程实际上是在实施某种算法,这种算法称为计算机算法。1.算法的基本特征:可行性,确定性,有穷性,拥有足够的情报。2.算法的基本要素:算法中对数据的运算和操作、算法的控制结构。3.算法设计的基本方法:列举法、归纳法、递推、递归、减半递推技术、回溯法。4.算法设计的要求:正...
分类:
其他好文 时间:
2014-05-04 11:17:10
阅读次数:
362
UIImagePickerController#pragma mark 从用户相册获取活动图片-
(void)pickImageFromAlbum{ imagePicker = [[UIImagePickerController alloc] init];
imagePicker.del...
分类:
其他好文 时间:
2014-05-04 10:41:38
阅读次数:
337
七层网络协议OSI参考模式
TCP、IP参考模式___________________________________ 应用层 表示层 应用层 会话层
___________________...
分类:
其他好文 时间:
2014-05-04 10:29:02
阅读次数:
240
reference
from:http://www.cs.bgu.ac.il/~spl051/Personal_material/Practical_sessions/Ps_12/ps12.htmlJava
server class with multiple client connections:...
分类:
其他好文 时间:
2014-05-04 10:15:23
阅读次数:
355
有时候我们需要知道mysql数据库中的一些情况,好在php提供了一些内置方法与函数,大家了解下了。代码如下:";}?>代码如下:";}?>代码如下:代码如下:代码如下:代码如下:代码如下:代码如下:";
//输出表头echo "列名类型长度标志";$result = mysql_query("SEL...
分类:
数据库 时间:
2014-05-03 22:04:22
阅读次数:
417
今天倒持了 几个小时!
愣是 没有明白 ,为什么我的JSP的第一行没有代码? 还是报错!
错误是:
Description
Resource Path
Location Type
Syntax error, insert ")" to complete Expression
left.jsp /qyrs/WebRoot/admin/iframe
line 1 Clie...
分类:
其他好文 时间:
2014-05-03 21:48:53
阅读次数:
572
Playback control of audio/video files and streams is managed as a state machine. The following diagram shows the life cycle and the states of a MediaPlayer object driven by the supported playback cont...
分类:
移动开发 时间:
2014-05-03 21:36:21
阅读次数:
568
介绍了JavaScript中创建对象的5种方式以及实现继承的5种方式,探讨了动态语言类型判定的鸭子判定法,讨论了JavaScript中的Object以及全局对象...
分类:
编程语言 时间:
2014-05-03 21:27:28
阅读次数:
349
//当属性和方法特别多时,编写起来不是很方便,可以通过json的格式来编写
//由于原型重写,而且没有通过Person.prototype来指定,此时的constructor不会再指向Person而是指向Object
//如果constructor真的比较重要,可以在json中说明原型的指向
function Person(){
}
Person.prototype = {...
分类:
Web程序 时间:
2014-05-03 21:02:22
阅读次数:
403