2021年7月23日

摘要: 阅读全文
posted @ 2021-07-23 16:49 小汤圆! 阅读(30) 评论(0) 推荐(0) 编辑

2021年7月21日

摘要: 安装参考:https://www.myncic.com/archives/5043 1.使用 git clone https://github.com/zhuifengshaonianhanlu/pikachu下载 如果出错,将https改为git 2.创造镜像 docker build -t pi 阅读全文
posted @ 2021-07-21 10:55 小汤圆! 阅读(1429) 评论(0) 推荐(0) 编辑

2021年7月19日

摘要: 参考:https://blog.csdn.net/songling515010475/article/details/107269583/ 阅读全文
posted @ 2021-07-19 16:08 小汤圆! 阅读(81) 评论(0) 推荐(0) 编辑
 
摘要: 一、可以ping通,但没有办法上网 解决方法: ①进入/etc/network/interfaces,修改为 然后重启网络:/etc/init.d/networking restart 阅读全文
posted @ 2021-07-19 15:21 小汤圆! 阅读(473) 评论(0) 推荐(0) 编辑

2019年4月28日

摘要: #include<iostream> #include<stack> #include<queue> #include<stdlib.h> #include<stdio.h> #include<malloc.h> #include<string.h> using namespace std; typ 阅读全文
posted @ 2019-04-28 01:26 小汤圆! 阅读(493) 评论(0) 推荐(0) 编辑
 
摘要: ,,,, 阅读全文
posted @ 2019-04-28 00:31 小汤圆! 阅读(64) 评论(0) 推荐(0) 编辑

2019年3月25日

摘要: 尝试找出两段自己不懂得的基础代码以Markdown形式发表一篇博客。格式如下: 1. 代码段1简介:代码功能:把单链表L分成两个单链表L1和L2。 1.1. 代码1 2. 不懂得地方 从//3到//9不懂,是功能不懂。代码应该是先将L1指向L的头节点,r1指向L1的尾节点(不知道为什么r1会指向L1 阅读全文
posted @ 2019-03-25 22:35 小汤圆! 阅读(83) 评论(0) 推荐(0) 编辑