会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
小汤圆!
导航
博客园
首页
新随笔
联系
订阅
管理
公告
2021年7月23日
win10触摸板失灵
摘要:
阅读全文
posted @ 2021-07-23 16:49 小汤圆!
阅读(30)
评论(0)
推荐(0)
编辑
2021年7月21日
docker 安装 pikachu
摘要: 安装参考: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 小汤圆!
阅读(1472)
评论(0)
推荐(0)
编辑
2021年7月19日
burp无法抓到火狐的包
摘要: 参考:https://blog.csdn.net/songling515010475/article/details/107269583/
阅读全文
posted @ 2021-07-19 16:08 小汤圆!
阅读(85)
评论(0)
推荐(0)
编辑
kali无法上网
摘要: 一、可以ping通,但没有办法上网 解决方法: ①进入/etc/network/interfaces,修改为 然后重启网络:/etc/init.d/networking restart
阅读全文
posted @ 2021-07-19 15:21 小汤圆!
阅读(511)
评论(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 小汤圆!
阅读(495)
评论(0)
推荐(0)
编辑
二叉树
摘要: ,,,,
阅读全文
posted @ 2019-04-28 00:31 小汤圆!
阅读(65)
评论(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 小汤圆!
阅读(85)
评论(0)
推荐(0)
编辑