本来以为 $\mathrm{jupyter}$ $\mathrm{lab}$ 里没办法预览 $\mathrm{.md}$ 文件, 还找了好久插件, 结果其实不用插件也可以, 只要打开 $\mathrm{.md}$ 文件, 然后右键就有 $\mathrm{Show}$ $\mathrm{Markdow ...
分类:
其他好文 时间:
2020-01-28 23:02:30
阅读次数:
132
Waf绕过可大致分为三类: 1.白盒绕过 2. 黑盒绕过 3. fuzz测试 less 25 法一 union 双写绕过过滤 http://192.168.50.100/sqli/Less-25/?id=1 http://192.168.50.100/sqli/Less-25/?id=1' http ...
分类:
数据库 时间:
2020-01-28 23:01:33
阅读次数:
79
less23 法1 输入用户名和密码 admin ~~admin http://192.168.50.100/sqli/Less-23/?id=1' ‘报错 说明有注入漏洞 23关和第1关很像,但是观察代码发现他对--+和#都进行了转义,不能再用这种方式注释,将--+ 和 #都进行了替换 替换成了空 ...
分类:
数据库 时间:
2020-01-28 21:36:35
阅读次数:
75
$\mathrm{jupyter lab}$ 中的公式有时候很丑, 想要变得好看一点, 于是找到了 $\mathrm{jupyter}$ 中的一个拓展解决该问题. 装拓展首先要装 $\mathrm{nodejs}$ , 具体怎么装查百度. 搜索 $\mathrm{katex extension}$ ...
分类:
其他好文 时间:
2020-01-28 19:05:30
阅读次数:
66
前言 CSAPP对我个人的影响很大所以想自己写一份相关lab的答案,以供交流讨论。 概念辨析 phase_1 answer: Border relations with Canada have never been better. 栈指针减8,开辟空间,esi为第二个接收函数第二个参数,调用stri ...
分类:
移动开发 时间:
2020-01-26 00:50:01
阅读次数:
149
1,先安装一些依赖 sudo apt install nodejs npm 2,安装pip3包管理器 sudo apt install python3-pip 3,安装jupter lab pip3 install jupyter jupyterlab 4,重启 sudo reboot 5,启动ju ...
分类:
其他好文 时间:
2020-01-25 22:17:41
阅读次数:
529
查库: select schema_name from information_schema.schemata;查表: select table_name from information_schema.tables where table_schema='security';查列: select ...
分类:
数据库 时间:
2020-01-22 23:57:45
阅读次数:
178
【摘要】 STM32的工程在文章末尾,可自行下载。 一、工程配置 1、MCU类型选择STM32L431RC 2、烧录器选择OpenOCD,参数 -f interface/stlink-v2-1.cfg -f target/stm32l4x.cfg 3、输出目录选择 LiteOS_Lab_STM32\ ...
分类:
Web程序 时间:
2020-01-22 21:51:53
阅读次数:
188
Less7 1.文件读写权限问题 show variables like '%secure%';查看 secure-file-priv 当前的值,如果显示为NULL,则需要打开 C:\phpstudy\PHPTutorial\MySQL\my.ini文件,在其中加上一句:secure_file_pr ...
分类:
数据库 时间:
2020-01-22 16:39:20
阅读次数:
117
参考教程来自腾讯云开发者实验室:https://cloud.tencent.com/developer/labs/lab/10123 话不多少,进入流程 1. 安装vsftpd 使用 yum 安装 vsftpd yum install vsftpd -y 2. 启动 FTP 服务 service v ...
分类:
其他好文 时间:
2020-01-18 12:27:40
阅读次数:
66