02 2020 档案
摘要:一. 初始化器的简单使用 using System; namespace 初始化器 { class Program { static void Main(string[] args) { //1. 常见的初始化方式,将类实例化,并通过构造函数将参数传递进类中,此方式通过 public Student
阅读全文
摘要:using System; namespace 匿名函数 { class Program { delegate void TestDelegate(string s); static void M(string s) { Console.WriteLine("A参数为:{0}", s); } sta
阅读全文
摘要:1. 安装Python2. 安装Jupyter, pip install 安装Jupyter(若使用Anaconda,则需要将其添加到环境变量中)3. 将Python的Scripts文件夹添加到系统环境变量中4. 在VScode中添加Python插件5. 将VSCode的Extension文件夹添加
阅读全文

浙公网安备 33010602011771号