Error writing to output file - write (28: No space left on device) [IP: 91.189.88.142 80] Fetched 18.4 MB in 18s (1028 kB/s) Reading package lists... ...
分类:
其他好文 时间:
2020-10-09 21:20:39
阅读次数:
26
Miku 我们只需要一个额外的点代表水库 #include<iostream> #include<cstdio> #include<algorithm> using namespace std; int head[400]; int n; int w[400]; int x,y,z; struct ...
分类:
其他好文 时间:
2020-10-06 20:27:46
阅读次数:
26
java 服务端测试代码: @Override public void write(ChannelHandlerContext ctx, Object msg, ChannelPromise promise) throws Exception { buffer.writeShort(5); buff ...
分类:
编程语言 时间:
2020-10-05 21:23:34
阅读次数:
42
交换机基本工作模式及命令 打开超级终端用consol线com口连接交换机,就能在终端配置交换机了。 内存是存不住东西的,一断电你的历史操作内容全没了。 把配置文件复制到硬盘里并改名staertup-config。 nfig 或者write(厂家不同,这条命令生不生效不知道,第一条命令一定生效)。 1... ...
分类:
其他好文 时间:
2020-09-24 21:11:32
阅读次数:
60
升级你的babel npx babel-upgrade --write # 或是安裝 babel-upgrade 在 global 并执行 npm install babel-upgrade -g babel-upgrade --write 执行之后需要注意的 很多包的格式都发生了变化,部分的包甚至 ...
分类:
其他好文 时间:
2020-09-21 11:53:09
阅读次数:
43
1 #include "apue.h" 2 3 int globvar = 6; 4 char buf[] = "a write to stdout\n"; 5 6 int main() 7 { 8 int var; 9 pid_t pid; 10 11 var = 88; 12 if (write ...
分类:
其他好文 时间:
2020-09-18 04:07:04
阅读次数:
36
Win+R弹出win10的命令窗口,然后输入cmd 一般,进入的初始目录是C盘。 calc:启动计算器 notepad:打开记事本 mspaint:打开画图板 write:快速打开写字板 snippingtool:截图工具,支持无规则截图 osk:打开屏幕键盘 mstsc:远程桌面连接 eventv ...
from turtle import* fillcolor("red") begin_fill() while True: forward(200) right(144) if abs(pos()) < 1: break end_fill() import turtle turtle.write(" ...
分类:
其他好文 时间:
2020-09-18 02:17:34
阅读次数:
42
##layout files If a frame defined in a layout file requires an attached dataset, the data files necessary to build the dataset are referenced in the l ...
分类:
其他好文 时间:
2020-09-18 02:09:57
阅读次数:
40
今天参加了省里组织的ctf大赛,先做了一堆不知所云的安全工程师选择题,面对大伙质疑我水平的目光+浪费了1个小时搜答案,现代互联网精神死了!那些工程师的题纷纷要钱,随便选了错了一堆。然后正式ctf就2小时时间,不得不说解出flag那是相当开心,然后觉得怎么这么简单想好久,解不出的就疯狂给题加戏,觉得可 ...
分类:
其他好文 时间:
2020-09-18 01:36:22
阅读次数:
28