随笔分类 -  c#

c#基础
摘要: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:17 pionier 阅读(11) 评论(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:16 pionier 阅读(15) 评论(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 pionier 阅读(11) 评论(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 pionier 阅读(15) 评论(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:13 pionier 阅读(16) 评论(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:11 pionier 阅读(18) 评论(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 pionier 阅读(13) 评论(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 pionier 阅读(16) 评论(0) 推荐(0)
摘要:代码片段用于快捷健自动补全代码 进入IDE——工具——代码片段管理器(Ctrl+k+b)——复制文件路径在winr命令窗口打开 更改完后,重命名后放到文件夹,重新打开IDE 新建快捷键记录:RE+tab: Console.ReadLine(); 新建一个Console.WriteLine 的代码片段 阅读全文
posted @ 2024-04-09 19:05 pionier 阅读(49) 评论(0) 推荐(0)
摘要:1 namespace ConsoleApplication1 2 { 3 class Program 4 { 5 static void Main(string[] args) 6 { 7 //场景一:找到strs集合中包含“A”的字符串,然后已大写字符串和字符串长度的形式转存出来。 8 //{W 阅读全文
posted @ 2020-10-14 22:15 pionier 阅读(94) 评论(0) 推荐(0)
摘要:载自https://www.cnblogs.com/zhangzhiping35/p/11058671.html 1 public partial class Form1 : Form 2 { 3 public Form1() 4 { 5 InitializeComponent(); 6 } 7 p 阅读全文
posted @ 2020-10-11 18:21 pionier 阅读(102) 评论(0) 推荐(0)