摘要: 本文将记录一下dotnet core 的整洁结构下将sql server 数据库改为mysql 数据库。已经深夜,将在明天继续编写。 阅读全文
posted @ 2020-06-16 00:56 想动 阅读(167) 评论(0) 推荐(0)
摘要: 这次我们来谈谈函数。 C#的函数分为静态函数,和普通函数。 先上代码。 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Threa 阅读全文
posted @ 2016-04-29 15:02 想动 阅读(269) 评论(0) 推荐(0)
摘要: 有输出,当然有输入。这样才会有人机交互。 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Threading.Tasks; 6 7 阅读全文
posted @ 2016-04-29 14:39 想动 阅读(332) 评论(0) 推荐(0)
摘要: 学C#也有两年多了,发现如果不总结一下,很多C#的知识都会忘掉,所以希望写这系列的文章来总结一下C#的基础知识。如果有写错或者不足的地方,希望可以提出纠正。 C#可以说是依附在.NET Framework 框架的编程语言,当然,你可以用来写Unity3D脚本也是可以的。C#的.NET Framewo 阅读全文
posted @ 2016-04-29 14:12 想动 阅读(1171) 评论(0) 推荐(3)