把痛苦留给自己

技术改变人生

2008年10月24日

学习资源

摘要: 学习资源 图书 O'Reilly出版社 Head First Labs For Dummies系列 amazon.com 视频 浪曦视频在线 VeryCD CBT Nuggets(英语) VTC(英语) Lynda(英语) 在线视频 土豆网,优库,YouTube…… TechNet Webcast MSDN Webcast 虚拟实验室 虚拟机 TechN... 阅读全文

posted @ 2008-10-24 17:24 郭兴华 阅读(181) 评论(0) 推荐(0) 编辑
03_13.cs

摘要: Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->using System; namespace _03_13 { class Class_03_13 { public static void Main(Str... 阅读全文

posted @ 2008-10-24 14:58 郭兴华 阅读(97) 评论(0) 推荐(0) 编辑
03_12.cs

摘要: using System; namespace _03_12{ class Class_03_12{ public static void Main(string[] args) { int ia=12,ib=123456,ic=2345678; double da=1.2,db=2.3455677,dc=0.3323234; string a=string.Forma... 阅读全文

posted @ 2008-10-24 14:29 郭兴华 阅读(149) 评论(0) 推荐(0) 编辑
03_11.cs

摘要: Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->using System; namespace _03_11{ class Class_03_11{ public static void Main(string[] a... 阅读全文

posted @ 2008-10-24 13:48 郭兴华 阅读(81) 评论(0) 推荐(0) 编辑
03_10.cs

摘要: Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->using System; namespace _03_10{ class class_03_10{ public static void Main(string[] a... 阅读全文

posted @ 2008-10-24 13:34 郭兴华 阅读(103) 评论(0) 推荐(0) 编辑
ultraedit高亮显示文件

摘要: ultraedit高亮显示文件下载 2008年10月24号12:16:17下载的 CSS C# java XML&xsl html xhtml javascript asp vb actionscript 阅读全文

posted @ 2008-10-24 12:19 郭兴华 阅读(154) 评论(0) 推荐(0) 编辑
03_09.cs

摘要: Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->using System; namespace _03_09{ class Class_03_09{ public static void Main(String[] args) { int[]... 阅读全文

posted @ 2008-10-24 09:59 郭兴华 阅读(96) 评论(0) 推荐(0) 编辑
03_08.cs

摘要: using System; namespace _03_08{ class Class_03_08{ public static void Main(String[] args) { int[,] intArray2=new int[3,4]; int k=0; for(int i=0;i<intArray2.GetLength(0);++i) { for(int j=0;j<intArray2.... 阅读全文

posted @ 2008-10-24 03:21 郭兴华 阅读(98) 评论(0) 推荐(0) 编辑
03_07.cs

摘要: Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->using System; namespace _03_07 { class Car { public string color; privat... 阅读全文

posted @ 2008-10-24 03:07 郭兴华 阅读(87) 评论(0) 推荐(0) 编辑
03_06.cs

摘要: Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->using System; namespace _03_06{ class Car{ public string color; private float weight; private Dat... 阅读全文

posted @ 2008-10-24 02:36 郭兴华 阅读(103) 评论(0) 推荐(0) 编辑