springboot的配置文件application.yml: spring.mvc.view.prefix : / spring.mvc.view.suffix : .html server: port: 8082 context-path: /pecool 如此一来,我们访问项目就变成:http ...
分类:
编程语言 时间:
2020-06-10 23:02:13
阅读次数:
224
595. Big Countries https://leetcode.com/problems/big-countries/description/ Description + + + + + + | name | continent | area | population | gdp | + + ...
分类:
数据库 时间:
2020-06-10 19:28:00
阅读次数:
67
1.前因 python 导入clickhouse_driver需要import ssl和_ssl,报错 File "/home/oracle/python3/lib/python3.7/site-packages/clickhouse_driver-0.1.2-py3.7-linux-x86_64. ...
分类:
其他好文 时间:
2020-06-10 18:58:10
阅读次数:
348
vscode 文件 ? 首选项 ? 用户代码片段 ? 新建全局代码片段 { "生成vue模板": { "prefix": "vue", "body": [ "<!-- tsx -->", "<template>", " <div class=\"package\">\n", " </div>", " ...
分类:
其他好文 时间:
2020-06-10 17:35:48
阅读次数:
66
1.下载地址 https://nginx.org/download/ 解压 2. 配置 yum -y install gcc pcre-devel zlib-devel openssl openssl-devel ./configure --prefix=/usr/local/nginx make ...
分类:
其他好文 时间:
2020-06-09 14:35:45
阅读次数:
76
###题目描述 在生物学中,一些生物的结构是用包含其要素的大写字母序列来表示的。生物学家对于把长的序列分解成较短的序列(即元素)很感兴趣。 如果一个集合 P 中的元素可以串起来(元素可以重复使用)组成一个序列 s ,那么我们认为序列 s 可以分解为 P 中的元素。元素不一定要全部出现(如下例中 BB ...
分类:
其他好文 时间:
2020-06-09 14:17:44
阅读次数:
53
keoj226 正解 把每一行当成一个字符串插入 trie 树。 对于一个左端点, trie 树上相同的节点表示一类相同的字符串(用 set 记录等价类)。 左端点往右边移动怎么做呢 ? 重新插入 trie 树 ? 类似线段树合并的 trie 树合并 + set 启发式合并即可。 复杂度顶满是所有的 ...
分类:
其他好文 时间:
2020-06-08 20:56:06
阅读次数:
94
1.需在jsp页面引入头文件: <%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %> 2.在jsp页面的使用方法: 3.对应controller的使用: @RequestMapping(value = " ...
分类:
编程语言 时间:
2020-06-08 19:13:23
阅读次数:
72
去除最顶层Makefile的-Os/-O2, 替换为-O0 替换include/linux/complier.h中 #if 1 //zjr #define __compiletime_assert(condition, msg, prefix, suffix) BUG_ON(!condition) ...
分类:
系统相关 时间:
2020-06-08 09:25:16
阅读次数:
85
一、安装tclwgethttp://downloads.sourceforge.net/tcl/tcl8.6.1-src.tar.gz/usr/local/src/tcl8.6.1/unix./configure--prefix=/usr--mandir=/usr/share/man--without-tzdata$([$(uname-m)=x86_64]&&echo--enabl
分类:
其他好文 时间:
2020-06-08 09:24:20
阅读次数:
97