摘要: wget https://packages.microsoft.com/config/ubuntu/20.04/packages-microsoft-prod.deb -O packages-microsoft-prod.debsudo dpkg -i packages-microsoft-prod 阅读全文
posted @ 2021-04-19 18:54 摩诘 阅读(305) 评论(0) 推荐(1) 编辑
摘要: pwd >显示当前正在操作的路径 ls >显示当前路径下的文件及文件夹的名字 ll >列出当前目录下所有文件夹详细列表 touch 文件名 >创建一个文件 / 斜杠 \ 反斜杠 | 竖杠 - 横杠 mkdir >创建一个文件夹 tab键 >自动补全 cd .. 调到上一层路径 cd . 一个点a56爆大奖在线娱乐当 阅读全文
posted @ 2021-03-28 21:53 摩诘 阅读(164) 评论(0) 推荐(0) 编辑
摘要: class Program { static void Main(string[] args) { Stream s = new MemoryStream(); for (int i = 0; i < 500; i++) { s.WriteByte((byte)i); } s.Position = 阅读全文
posted @ 2021-03-26 14:26 摩诘 阅读(935) 评论(0) 推荐(0) 编辑
摘要: 1、服务端建立监听,等待客户端连接 class Program { static void Main(string[] args) { TcpListener listener = new TcpListener(IPAddress.Parse("127.0.0.1"), 8000); Consol 阅读全文
posted @ 2021-03-26 14:13 摩诘 阅读(935) 评论(0) 推荐(1) 编辑
摘要: 1、简单的说,虚方法就是可以被子类重写的方法,如果子类重写了虚方法,那么运行时将使用重写后的逻辑,如果没有重写,则使用父类中虚方法的逻辑 class Program { static void Main(string[] args) { Person per = new Person(); Poli 阅读全文
posted @ 2021-03-26 10:38 摩诘 阅读(76) 评论(0) 推荐(0) 编辑
摘要: https://echarts.apache.org/examples/zh/index.html#chart-type-line 阅读全文
posted @ 2020-12-17 11:11 摩诘 阅读(120) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> </head> <link type="test/css" href="css/style.css" rel="stylesheet 阅读全文
posted @ 2020-12-02 18:53 摩诘 阅读(366) 评论(0) 推荐(0) 编辑
摘要: https://www.redragon-erp.com/ 阅读全文
posted @ 2020-11-07 00:30 摩诘 阅读(63) 评论(0) 推荐(0) 编辑
摘要: https://zhuanlan.zhihu.com/p/86391388 阅读全文
posted @ 2020-10-29 16:08 摩诘 阅读(53) 评论(0) 推荐(0) 编辑
摘要: https://www.zhihu.com/question/348740859/answer/842656513 阅读全文
posted @ 2020-10-28 14:26 摩诘 阅读(98) 评论(0) 推荐(0) 编辑