摘要: 姓名 成绩 曦曦 90 东东 89 平均分 89.5 阅读全文
posted @ 2013-07-28 22:51 nqsan 阅读(1402) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2013-07-28 02:11 nqsan 阅读(222) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace ConsoleApplication1{ class Program { static void Main(string[] args) { Person p = new Person(); //链式编程 p.Sayhi().Hello(); Console.ReadKey(); } } class Person { public int Age { get; set; } public string Name 阅读全文
posted @ 2013-07-26 00:23 nqsan 阅读(167) 评论(0) 推荐(0) 编辑
摘要: 1 2 3 4 阅读全文
posted @ 2013-07-25 02:51 nqsan 阅读(138) 评论(0) 推荐(0) 编辑
摘要: 你好 中国人 这是 哪里 物理 路径 阅读全文
posted @ 2013-07-25 01:57 nqsan 阅读(171) 评论(0) 推荐(0) 编辑
摘要: checkbox即效 tom jack sam .... 理清思路 多练习 阅读全文
posted @ 2013-07-24 04:02 nqsan 阅读(108) 评论(0) 推荐(0) 编辑
摘要: 床前明月光 疑是地上霜 我是郭德纲 举头望明月 低头思故乡 jQuery三大选择器:id,类,标签 阅读全文
posted @ 2013-07-22 02:15 nqsan 阅读(470) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2013-07-22 01:28 nqsan 阅读(501) 评论(0) 推荐(0) 编辑
摘要: 省市级联 省 市 阅读全文
posted @ 2013-07-21 03:23 nqsan 阅读(354) 评论(0) 推荐(0) 编辑
摘要: &lt用来转义小于号. &gt用来转义大于号. 阅读全文
posted @ 2013-07-21 02:42 nqsan 阅读(124) 评论(0) 推荐(0) 编辑