c#之第四课
摘要:数组:int[] numbers = {4, 5, 6, 1, 2, 3, -2, -1, 0};foreach (int i in numbers){ System.Console.WriteLine(i);}
阅读全文
posted @
2015-05-01 22:11
lee0oo0
阅读(230)
推荐(0) 编辑
c#之第三课
摘要:学习获取终端输入的参数并且打印,以及使用循环。using System;public class CommandLine{ public static void Main(string[] args) // 需要参数 { // The Length property is us...
阅读全文
posted @
2015-05-01 22:10
lee0oo0
阅读(300)
推荐(0) 编辑
c#之第二课
摘要:输出语句:///////////////////////////////public class Hello1{ public static void Main() { System.Console.WriteLine("Hello, World!"); }}/////////...
阅读全文
posted @
2015-05-01 17:32
lee0oo0
阅读(390)
推荐(0) 编辑
c#之第一课入门
摘要:这几天看到微软的build大会,感觉微软不甘落后他人,曾经的巨头难道又要重新崛起,不管了,为了以后的饭碗,还是简单学习一些c#吧,有时这种紧张感不错的,现在由于这种紧张感,我已经掌握的java(主要弄的是Android),ios,python,html,css,javascript;之前从事的是An...
阅读全文
posted @
2015-05-01 17:20
lee0oo0
阅读(527)
推荐(0) 编辑