官方文档: https://docs.microsoft.com/zh-cn/dotnet/standard/security/secure-coding-guidelines https://docs.microsoft.com/en-us/dotnet/standard/security/sec ...
分类:
其他好文 时间:
2020-03-12 15:57:07
阅读次数:
60
看 Editorial 补题的蒟蒻 传送门 A Grade Allocation standard input/output 1 s, 256 MB Submit Add to favourites x8615 cout << min(sum(ai), m);B String Modificatio ...
分类:
其他好文 时间:
2020-03-12 14:09:51
阅读次数:
67
先上题目: C. Two operations time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output You are given an ...
分类:
其他好文 时间:
2020-03-11 19:28:17
阅读次数:
66
linux下终端输入命令: 。在 这个文件中编写我们的第一行代码。 代码解释: :导入系统标准输入输出库,std 即为 standard, io 为 input 和 output 。.h代表此文件是头文件。如果导入我们自定义的头文件,需要使用""替换 :主函数,每个程序有且仅有一个主函数。int代表 ...
分类:
编程语言 时间:
2020-03-09 13:12:01
阅读次数:
89
1. Alpine Linux Standard x86_64下载: "http://dl cdn.alpinelinux.org/alpine/v3.11/releases/x86_64/alpine standard 3.11.3 x86_64.iso" x86下载: "http://dl cd ...
分类:
系统相关 时间:
2020-03-08 17:32:35
阅读次数:
107
在我这边的解决方案: 方案一: 在jsp中删了 <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" % , 可行,不报错了 方案二: maven依赖再添加个 taglibs standard ...
分类:
编程语言 时间:
2020-03-07 20:43:15
阅读次数:
71
1、analyzer的组成 CharacterFilters:针对原始文本进行处理例如去掉html Tokenizer:按照规则切分单词 Token Filter:将切分好的单词进行二次加工 2、分词器 standard 默认分词器,按词切分,小写处理 stop 小写处理,停用词过滤(a,the,i ...
分类:
其他好文 时间:
2020-03-06 12:45:54
阅读次数:
72
Given a binary tree, find the subtree with maximum average. Return the root of the subtree. Example 1 Input: {1,-5,11,1,2,4,-2} Output:11 Explanation: ...
分类:
其他好文 时间:
2020-03-05 13:42:34
阅读次数:
56
常用curl实例 抓取页面内容到一个文件中 curl -o home.html http://www.sina.com.cn 用 -O(大写的),后面的url要具体到某个文件,不然抓不下来。我们还可以用正则来抓取东西 curl -O http://www.mydomain.com/linux/ind ...
分类:
Web程序 时间:
2020-03-05 13:13:56
阅读次数:
98
Linux 目录配置 在了解了更改档案属性/权限后 在了解以下为什么每个 Linux distribution 的设定档、执行档、每个目录里面都放置的什么东西。 其实都差不多,因为Linux的发行版本太多了,所以有了一套标准 Filesystem Hierarchy Standard(FHS). F ...
分类:
其他好文 时间:
2020-03-04 20:51:32
阅读次数:
76