using System;using System.Collections.Generic;using
System.ComponentModel;using System.Data;using System.Drawing;using
System.Linq;using System.Text;u...
分类:
其他好文 时间:
2014-05-23 03:42:43
阅读次数:
353
>> HTML:> 语法用两个空格来代替制表符(tab) --
这是唯一能保证在所有环境下获得一致展现的方法。对于属性的定义,确保全部使用双引号,绝不要使用单引号。~~~回归html4的松散包容特性,并非xml的一种实现不要在自闭和(self-closing)元素的尾部添加斜线
-- HTML5 规...
分类:
其他好文 时间:
2014-05-23 03:30:09
阅读次数:
334
JSON和XML的比较 ◆可读性
JSON和XML的可读性可谓不相上下,一边是简易的语法,一边是规范的标签形式,很难分出胜负。 ◆可扩展性
XML天生有很好的扩展性,JSON当然也有,没有什么是XML能扩展,而JSON却不能。不过JSON在Javascript主场作战,可以存储Javascr...
分类:
Web程序 时间:
2014-05-23 03:16:41
阅读次数:
297
1.ios完整学习路线2.ios开发的一般步骤:搭建界面 UI界面(User
Interface)发送网络请求 多线程/网络网络数据解析 json/xml解析在界面上进行数据展示
数据的封装展示3.为了方便开发者开发出强大的功能,苹果提供了各种各样的框架:(1) UIKit:创建和管理应用程序的用....
分类:
其他好文 时间:
2014-05-22 16:51:23
阅读次数:
335
using System;using System.Collections.Generic;using
System.Data.Entity.Infrastructure;using System.Linq;using
System.Linq.Expressions;using System.Tex...
分类:
其他好文 时间:
2014-05-22 16:50:46
阅读次数:
266
using System;using System.Collections.Generic;using
System.ComponentModel;using System.Data;using System.Drawing;using
System.IO;using System.Linq;usi...
分类:
其他好文 时间:
2014-05-22 16:45:22
阅读次数:
187
using System;using System.Collections.Generic;using
System.Linq;using System.Text;namespace 抽象工厂{ class Program { static void
Main(string...
分类:
其他好文 时间:
2014-05-22 16:29:48
阅读次数:
230
using System;using System.Collections.Generic;using
System.Text;using System.Linq;namespace LinQ{ class Program { static void
Main(string...
分类:
其他好文 时间:
2014-05-22 16:27:07
阅读次数:
241
using System;using System.Collections.Generic;using
System.Linq;using System.Text;using System.Threading.Tasks;namespace Lambda表达式{
class Program ...
分类:
其他好文 时间:
2014-05-22 16:16:25
阅读次数:
292
using System;using
System.Collections.Generic;using System.Linq;using System.Web;using
System.Web.Mvc;namespace 过滤器.Filtes{ /// /// 全局异常过滤器 ...
分类:
Web程序 时间:
2014-05-22 13:54:14
阅读次数:
342