[TOC] BUUCTF[NPUCTF2020] web 部分WP 上周做了做NPUCTF的题,今天在buuoj上面复现了一波,顺便写写write up ReadlezPHP 这是一道简单的反序列化的题 进入页面没什么发现,只有一个跳转到西工大官网的链接,然后查看源码,发现一个隐藏的a标签 然后进入 ...
分类:
Web程序 时间:
2020-04-23 21:15:42
阅读次数:
575
DBGvpp# show int addr UnknownEthernet5/0/0 (up): L2 bridge bd-id 1 idx 1 shg 0 host-ns1_tap (up): L2 bridge bd-id 1 idx 1 shg 0 host-ns7_tap (up): L2 ...
分类:
其他好文 时间:
2020-04-23 19:11:04
阅读次数:
102
#!/bin/bash # # set up a network env with 2 namespaces: # # [ vpp1 ] [vpp] [ vpp2 ] # # vpp1: 192.168.0.1 # vpp2: 192.168.0.2 ip netns delete vpp1 ip ...
分类:
其他好文 时间:
2020-04-23 12:39:24
阅读次数:
84
代码行向左或向右缩进: Ctrl+[ 、 Ctrl+] 复制或剪切当前行/当前选中内容: Ctrl+C 、 Ctrl+V 代码格式化: Shift+Alt+F 向上或向下移动一行: Alt+Up 或 Alt+Down 向上或向下复制一行: Shift+Alt+Up 或 Shift+Alt+Down ...
分类:
其他好文 时间:
2020-04-22 19:44:41
阅读次数:
78
先上效果图: 如图所示,通过拖动来改变表单的宽度。 但实际上,这边并不是表单的边框,而是一个单独的组件。通过监听鼠标的down,move以及up事件。 我们可以单独的写个组件handle.vue。 <template> <div class="x-handle" @mousedown="mouseD ...
分类:
其他好文 时间:
2020-04-22 16:22:16
阅读次数:
262
Given a binary tree and a sum, determine if the tree has a root-to-leaf path such that adding up all the values along the path equals the given sum. N ...
分类:
其他好文 时间:
2020-04-22 10:01:42
阅读次数:
64
Given an array of integers, return indices of the two numbers such that they add up to a specific target. You may assume that each input would have ex ...
分类:
其他好文 时间:
2020-04-21 18:36:52
阅读次数:
67
https://docs.mellanox.com/pages/releaseview.action?pageId=15053848 Prerequisites 1. Install CentOS 7.72. Set up an account to use the Linux Foundation ...
分类:
其他好文 时间:
2020-04-21 16:52:37
阅读次数:
117
u8 KEY_Scan(u8 mode) { static u8 key_up=1;//按键按松开标志 if(mode)key_up=1; //支持连按 if(key_up&&(KEY0==0||KEY1==0||WK_UP==1)) { delay_ms(10);//去抖动 key_up=0; i ...
分类:
其他好文 时间:
2020-04-20 18:55:22
阅读次数:
154
THINKDIAG, the Smart Vehicle Diagnostic Tool Every Mechanic and Car Owner Need.Part1.Setting up your THINKDIAG device for the First-time1. Download Th ...
分类:
移动开发 时间:
2020-04-20 16:26:11
阅读次数:
113