Pro C# with .NET 3.0 (SE) 读书心得 ch1-3

 

  
  
  
  
  1. Chapter 3 : Basics
  2.  
  3. 1。Main函数默认定义为private (VS2005)  
  4. 2。System.Eviroment 中的 static 方法GetCommandLinArgs()可以获取命令行参数(返回类型为string数组),此时Main函数无需带字符串数组作参数。
  5. 3。VS中属性页(Alt+F7)的Debug之页有Command Line Argument选项(以前找不到)
  6. 4。Enviroment类的部分属性:MachineName, NewLine, ProcessorConunt, SystemDirectory...
  7. 5。格式化输出:{0},{1}占位符 c - coin, d - decimal (加数字后缀表填充位数), e - expoment, f - float(加数字后缀指点N位小数), g - general, n - native?, x - hex
  8. 6。静态方法只能操纵静态成员。

不写了,太闷。。

 

你可能感兴趣的:(.net,C#,休闲,pro,读书心得)