0x00 知识点 一个常规上传题目,知识点全都来自前几天写的文章: https://www.cnblogs.com/wangtanzhi/p/12243206.html 1:某些情况下绕过后缀名检测: php,php3,php4,php5,phtml.pht 2:常用一句话: php5适用 3:文件 ...
分类:
其他好文 时间:
2020-02-02 21:59:16
阅读次数:
457
动态规划的01背包问题和完全背包问题模板 01背包问题模板: // 01背包问题 #include <stdio.h> #include <algorithm> using namespace std; const int maxn = 100; // 物品的最大件数 const int maxv ...
分类:
其他好文 时间:
2020-02-02 16:08:10
阅读次数:
109
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html><head> <title>Title</title></head><body><! ...
分类:
其他好文 时间:
2020-02-01 00:32:26
阅读次数:
77
一. 单个pom.xml形式:适合单个项目 <repositories> <repository> <id>nexus</id> <name>Nexus</name> <url>http://192.168.0.105:8086/nexus/content/groups/public/</url> ...
分类:
其他好文 时间:
2020-01-31 16:04:24
阅读次数:
72
题目 Eva would like to make a string of beads with her favorite colors so she went to a small shop to buy some beads. There were many colorful strings o ...
分类:
其他好文 时间:
2020-01-29 01:03:21
阅读次数:
73
可以开始第一关: 1-10关都是GET型 MYSQL基本用法: 查库:select schema_name from information_schema.schemata; 查表:select table_name from information_schema.tables where tabl ...
分类:
数据库 时间:
2020-01-27 13:57:42
阅读次数:
87
buildTree(data, id, pid) { let map = {}; data.forEach(function (item) { // map[item.id] = item; eval('map[item.' + id + '] = item;') //当前ID }); let va ...
分类:
Web程序 时间:
2020-01-27 10:55:43
阅读次数:
139
Eva would like to make a string of beads with her favorite colors so she went to a small shop to buy some beads. There were many colorful strings of b ...
分类:
其他好文 时间:
2020-01-25 16:43:03
阅读次数:
104
迁移计算节点所有云主机 高德置地 王锦雄 使用host-evacuate-live热迁移主机 查看主机目前的云主机情况 nova hypervisor-servers cloud1 执行host-evacuate-live将宿主机cloud1的全部云主机迁移到cloud2 nova host-eva ...
分类:
其他好文 时间:
2020-01-24 12:02:15
阅读次数:
110
elevation: 0.0, // 下部的影子,该值越大,影子越清楚,为0时,不会有影子,和RaisedButton是一样的 ...
分类:
其他好文 时间:
2020-01-23 00:03:20
阅读次数:
210