摘要:
int 关键字表示一种整型,是32位的,它的 .NET Framework 类型为 System.Int32。 (int)表示使用显式强制转换,是一种类型转换。当我们从 int 类型到 long、float、double 或decimal 类型,可以使用隐式转换,但是当我们从 long 类型到 int 类型转换就需要使用显式强制转换,否则会产生编译错误。 Int32.Parse()表示将数... 阅读全文
摘要:
The datatype of phone_number is String; DataTime contains DATA and TIME Data only contains DATA Time only contains TIMEl; SQL is case insensitive So use the "_" to seperate the var; 阅读全文
摘要:
Read()返回int ReadLine()返回String 这个返回的值是你输入的第一个字符的UNICODE码,不管你输入的是多少个字符,他只返回第一个字符 static int Main() { int c=Console.Read(); int d=Console.Read(... 阅读全文
摘要:
principal 中学校长(美) headmaster 中学校长(英) master 小学校长 (美) dean of studies 教务长 dean of students 教导主任 dean of students 教导主任 teacher 教师 probation teacher 代课教师 tutor 家庭教师 governess 女家庭教师 in... 阅读全文