摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace learn_try { internal cla 阅读全文
posted @ 2023-01-19 12:40 盈盈的月儿 阅读(12) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace learn_val_location { int 阅读全文
posted @ 2023-01-15 22:33 盈盈的月儿 阅读(48) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace learn_function { interna 阅读全文
posted @ 2023-01-15 22:25 盈盈的月儿 阅读(50) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace learn_str_int { internal 阅读全文
posted @ 2023-01-15 18:12 盈盈的月儿 阅读(43) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2023-01-15 16:30 盈盈的月儿 阅读(41) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace learn_list2 { internal c 阅读全文
posted @ 2023-01-15 00:41 盈盈的月儿 阅读(26) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace struct_learn { enum rout 阅读全文
posted @ 2023-01-10 23:23 盈盈的月儿 阅读(11) 评论(0) 推荐(0) 编辑
摘要: 加油 阅读全文
posted @ 2023-01-09 16:31 盈盈的月儿 阅读(13) 评论(0) 推荐(0) 编辑
摘要: 新建一个C#控制台项目后运行hello world报错 解决办法: 我的问题是VS新建项目的时候有两个控制台应用,需要选择下边的那个就可以了 阅读全文
posted @ 2023-01-08 22:58 盈盈的月儿 阅读(243) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ConsoleApp3 { enum myenu 阅读全文
posted @ 2023-01-08 22:54 盈盈的月儿 阅读(36) 评论(0) 推荐(0) 编辑