上一页 1 ··· 3 4 5 6 7
摘要: 设置密码! Console.WriteLine("\t\t\t 用户设置界面 "); string account = null; while (true) { Console.WriteLine("请设置账号:"); Console.WriteLine("规则:只能包含数字。"); account 阅读全文
posted @ 2019-07-23 10:58 北特 阅读(920) 评论(0) 推荐(0) 编辑
摘要: Int的冒泡排序扩展{ class Bubbling { public string Name { get; private set; } public int Salary { get; private set; } public Bubbling(string name, int salary) 阅读全文
posted @ 2019-07-23 10:55 北特 阅读(415) 评论(0) 推荐(0) 编辑
摘要: public Dictionary<string, int> rankings = new Dictionary<string, int>(); public void Leaderboards(string a,int b) { rankings.Add("小托雷", 832); rankings 阅读全文
posted @ 2019-07-23 10:54 北特 阅读(8049) 评论(1) 推荐(0) 编辑
摘要: using namespace{}()class{}void{} 都是文件集Home段头End段位PageUp上一页PageDown下一页Shift 功能性按键Ctrl + A All 全选Ctrl +S Save 保存Ctrl +Z 撤销Ctrl +Y 撤销撤销(ReSet)Ctrl +X Cut 阅读全文
posted @ 2019-07-23 10:51 北特 阅读(281) 评论(0) 推荐(0) 编辑
摘要: Console 控制台(一般放在Main后边块里)WriteLine 名称(放在控制台后边 一般是 Console.WriteLine("你好,Little bitch");)Thread.Sleep(1000); 等候时间一秒(可以放在控制台的下一行<数字显示是1000毫秒>)ReadLine(在 阅读全文
posted @ 2019-07-23 10:49 北特 阅读(197) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7