Flask学习教程二——web表单详解
2.1 应用的基本结构一、安装二、应用的基本结构处理URL和函数之间关系的程序成为路由
三、模板模板继承1. base.htmlJinja2使用block和endblock指令在基模板中定义内容区块,定义了三个block:head、title和body,且title包含在head中
<html ...
Flask学习教程一——基础
本文主要参考https://www.w3cschool.cn/flask/Flask-3ask1yho.html本文大致按照参考资料架构书写,对代码错误或版本不兼容进行了修正如果需要更严谨的教程请参考官方文档
本文由于python2和python3共存,且使用python3环境运行,用pip3 ...
c语言参数学习
#include <stdio.h>#include <stdlib.h>int main(int argc,char *argv[]){ printf("%s\n",argv[0]);//读取可执行程序(包括路 ...
AFL工作过程分析
使用方法export CC=afl-clang;export CXX=afl-clang++;test.c为待测程序代码afl-gcc -g -o afl_test afl_test.c对那些可以直接从stdin读取输入的目标程序来说,语法如下:./afl-fuzz - ...
hexo butterfly主题配置补充
详细配置内容请参考官方配置文档
本文仅对个人在配置中遇到的问题进行记录
hexo-tag-aplayer安装npm install hexo-tag-aplayer
配置hexo new page music
Meting
在hexo/_config.yml中添加代码
aplayer: ...
托福阅读精读
TPO46The Commercial Revolution in Medieval Europe中世纪欧洲商业革命
社会学
Paragraph 1Beginning in the 1160s, the opening of new silver mines in northern Europe ...
漏洞测试作业四:OLLYDBG软件破解
IDA查看伪代码利用OllyDBG进行准确字符串填充长度判断
1对如下程序编译产生debug模式下的exe程序
#include <stdio.h>#include <iostream>#define PASSWORD "1 ...
数据库上机L5
优化查询速度——数据库索引
数据库索引
B/B+树 -> 范围检索
哈希表 -> 值检索
MyISAM用B+树作为索引,叶节点的data域存放的是数据记录的地址
综合写作 2020-4
TPO49我的答案In the reading passage, the author states that humpback whales may navigate by stars to migrate long distances. However, the professor refute ...
托福综合写作模板
The author and the speaker are discussing 【阅读第一段信息总结,即阅读和听力在讨论的话题】. The author thinks that 【阅读立场,往往在阅读第一段最后一句】. However, the speaker casts doubt on th ...