# python安装reportlab pip install reportlab -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com参考https://blog.csdn.net/zhezhebie/article/de ...
分类:
编程语言 时间:
2020-07-25 23:28:34
阅读次数:
72
nginx配置path_info,让codeigniter访问其它路由不是404 ...
分类:
其他好文 时间:
2020-07-25 23:26:57
阅读次数:
72
Linux版本下载地址:https://download.docker.com/linux/centos/7/x86_64/stable/Packages/ Windows版本下载地址:https://download.docker.com/win/static/stable/x86_64/ 容器可 ...
分类:
其他好文 时间:
2020-07-25 23:25:06
阅读次数:
87
给出一个满足下述规则的二叉树: root.val == 0如果 treeNode.val == x 且 treeNode.left != null,那么 treeNode.left.val == 2 * x + 1如果 treeNode.val == x 且 treeNode.right != nu ...
分类:
其他好文 时间:
2020-07-25 11:44:04
阅读次数:
102
XAML: <Window x:Class="WpfApplication1.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft ...
TCP端口65535个,如果我们用Nmap全扫描一遍将会花掉很多时间,而且很可能发现其中99%的端口关闭或没响应。因此,不加选择的全覆盖扫描会严重影响你***的进度。本小节中,我们将介绍常用端口都有哪些。
分类:
其他好文 时间:
2020-07-24 23:51:29
阅读次数:
158
#第一种做法(21分) #include <iostream> #include<stdio.h> #include<iomanip> int main() { int input,need; //input代表月饼种类 ,need代表市场需要吨数 scanf("%d %d",&input,&nee ...
分类:
其他好文 时间:
2020-07-24 22:06:42
阅读次数:
73
【原题】 Description Rain has pummeled the cows' field, a rectangular grid of R rows and C columns (1 <= R <= 50, 1 <= C <= 50). While good for the grass, ...
分类:
其他好文 时间:
2020-07-24 22:06:12
阅读次数:
92
#include<iostream> #include<stdio.h> using namespace std; int main() { int input,search; scanf("%d",&input); int *score = new int[input]; for(int i=0; ...
分类:
其他好文 时间:
2020-07-24 21:47:22
阅读次数:
76