博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2012年11月1日

该文被密码保护。 阅读全文

posted @ 2012-11-01 13:19 小亓学习辅助园 阅读(0) 评论(0) 推荐(0) 编辑

该文被密码保护。 阅读全文

posted @ 2012-11-01 13:11 小亓学习辅助园 阅读(0) 评论(0) 推荐(0) 编辑

该文被密码保护。 阅读全文

posted @ 2012-11-01 11:10 小亓学习辅助园 阅读(0) 评论(0) 推荐(0) 编辑

该文被密码保护。 阅读全文

posted @ 2012-11-01 11:02 小亓学习辅助园 阅读(0) 评论(0) 推荐(0) 编辑

摘要: if结构书写规范如下: 1、为了使if结构更加清晰,应该把每个if或else包含的语句都用大括号括起来。 2、匹配的一对if和else应该对齐。 3、内层的if结构相对于外层的if结构要有一定的缩进 阅读全文

posted @ 2012-11-01 10:28 小亓学习辅助园 阅读(355) 评论(0) 推荐(0) 编辑

摘要: 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 6 namespace wintwelve 7 { 8 class cars 9 {10 public string name;11 12 public string color;13 14 public string productplace;15 16 17 public void show()18 {... 阅读全文

posted @ 2012-11-01 10:22 小亓学习辅助园 阅读(97) 评论(0) 推荐(0) 编辑

摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace winten{ class Program { static void Main(string[] args) { TuShu ts = new TuShu(); Console.WriteLine("请输入您的电子邮箱"); ts.email = Console.ReadLine(); ... 阅读全文

posted @ 2012-11-01 10:13 小亓学习辅助园 阅读(87) 评论(0) 推荐(0) 编辑

摘要: 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 6 namespace Winnine 7 { 8 class Program 9 {10 static void Main(string[] args)11 {12 BJB b = new BJB();13 Console.WriteLine("请输入笔记本的名称:");14 b.... 阅读全文

posted @ 2012-11-01 09:42 小亓学习辅助园 阅读(94) 评论(0) 推荐(0) 编辑

该文被密码保护。 阅读全文

posted @ 2012-11-01 09:25 小亓学习辅助园 阅读(10) 评论(0) 推荐(0) 编辑