摘要:
接触了netcore也有一段时间,但是一直都没有系统性的学习,今天开始写随笔,仅用于记录学习《老张的哲学》系列文章。 老张的哲学》博客园地址:https://www.cnblogs.com/laozhang-is-phi/ 技术概览 1、系统环境 windows 10、SQL server 2012 阅读全文
摘要:
from turtle import * import random import time n = 100.0 speed("fastest") screensize(bg='seashell') left(90) forward(3*n) color("orange", "yellow") be 阅读全文
摘要:
namespace Temp { class Program { static void Main(string[] args) { Class1 c = new Class1(); } } class BaseClass { int z = 3; public BaseClass() { Demo 阅读全文