摘要:
public class Dog : Animal { public string name { get; set; } } public class Animal { public string id { get; set; } } public class Main { ... 阅读全文
摘要:
Linux Deploy 使用 Repository部署Linux系统 为了解决镜像不稳定导致包下载错误,能得到一个稳定环境,可以使用linux deploy导出功能。 这里提供两个制作好的包 用户名:Android,密码:123456 连接方式:x11 (xsdl),系统架构:arm64大小:4g 阅读全文