摘要: public class Dog : Animal { public string name { get; set; } } public class Animal { public string id { get; set; } } public class Main { ... 阅读全文
posted @ 2018-12-06 16:37 听雨的人 阅读(6331) 评论(1) 推荐(0) 编辑
摘要: Linux Deploy 使用 Repository部署Linux系统 为了解决镜像不稳定导致包下载错误,能得到一个稳定环境,可以使用linux deploy导出功能。 这里提供两个制作好的包 用户名:Android,密码:123456 连接方式:x11 (xsdl),系统架构:arm64大小:4g 阅读全文
posted @ 2018-12-06 09:50 听雨的人 阅读(2220) 评论(0) 推荐(0) 编辑