上一页 1 ··· 7 8 9 10 11 12 13 下一页
摘要: 111 阅读全文
posted @ 2015-05-09 13:21 liwuming 阅读(97) 评论(0) 推荐(0) 编辑
摘要: XML; //$xml = simplexml_load_string($str); $xml = simplexml_load_file('demo.xml'); foreach($xml->item as $v){ unset(); echo $v->id,' ';//aaa e... 阅读全文
posted @ 2015-05-09 13:20 liwuming 阅读(114) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2015-05-08 21:57 liwuming 阅读(215) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2015-05-08 21:56 liwuming 阅读(110) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2015-05-08 21:55 liwuming 阅读(92) 评论(0) 推荐(0) 编辑
摘要: function Stack(){ this.dataStore = []; this.top = 0; this.pop = pop; this.push = push; this.peek = peek; this.clear = clear; this.length = length; thi... 阅读全文
posted @ 2015-05-08 21:54 liwuming 阅读(106) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2015-05-07 08:38 liwuming 阅读(171) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2015-05-07 08:37 liwuming 阅读(159) 评论(0) 推荐(0) 编辑
摘要: 一、什么是json JSON是凌驾于编程语言之上的一种数据格式,是各种语言之间,前后端之间数据交互的一种桥梁。 二、json数据可以表示一下三种类型的值 JSON可以表示三种类型的值: 1)简单值 2)数组 3)对象 与js的对象字面量相比,JSON对象有两个地方不一样。1)没有声明变量 2)没有末 阅读全文
posted @ 2015-05-07 08:35 liwuming 阅读(154) 评论(0) 推荐(0) 编辑
摘要: 索引优化聚簇索引SQL语句优化 阅读全文
posted @ 2015-04-11 09:51 liwuming 阅读(76) 评论(0) 推荐(0) 编辑
上一页 1 ··· 7 8 9 10 11 12 13 下一页