随笔分类 -  c#

c#基础
摘要:using System; using System.Collections.Generic; using System.Text; namespace 方法重载 { class area { public static double AREA(double r) { double pi = 3.1 阅读全文
posted @ 2024-04-09 22:57 困到很想醒 阅读(13) 评论(0) 推荐(0) 编辑
摘要:using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace 继承 { public class chinese : person//定义一个chinese派生类,继承自 阅读全文
posted @ 2024-04-09 21:22 困到很想醒 阅读(7) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2024-04-09 19:19 困到很想醒 阅读(3) 评论(0) 推荐(0) 编辑
摘要:using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace _xxxx { class Program { static void Main(string[] args 阅读全文
posted @ 2024-04-09 19:15 困到很想醒 阅读(5) 评论(0) 推荐(0) 编辑
摘要:using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace switch1 { class Program { static void Main(string[] ar 阅读全文
posted @ 2024-04-09 19:15 困到很想醒 阅读(5) 评论(0) 推荐(0) 编辑
摘要:using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace 计算 { class Program { static void Main(string[] args) { 阅读全文
posted @ 2024-04-09 19:09 困到很想醒 阅读(6) 评论(0) 推荐(0) 编辑
摘要:using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace 输入输出 { class Program { static void Main(string[] args) 阅读全文
posted @ 2024-04-09 19:08 困到很想醒 阅读(7) 评论(0) 推荐(0) 编辑
摘要:代码片段用于快捷健自动补全代码 进入IDE——工具——代码片段管理器(Ctrl+k+b)——复制文件路径在winr命令窗口打开 更改完后,重命名后放到文件夹,重新打开IDE 新建快捷键记录:RE+tab: Console.ReadLine(); 新建一个Console.WriteLine 的代码片段 阅读全文
posted @ 2024-04-09 19:05 困到很想醒 阅读(36) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示