迷宫问题 Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 49149 Accepted: 26684 Description 定义一个二维数组: int maze[5][5] = { 0, 1, 0, 0, 0, 0, 1, 0, ...
分类:
其他好文 时间:
2020-01-31 12:19:13
阅读次数:
47
1、概述 2、块级绑定 2.1声明变量的问题 2.2使用let声明变量 2.3使用const声明常量 3、字符串和正则表达式 3.1更好的unicode支持 3.2更多的字符串API 3.3正则中的粘连标记 3.4模板字符串 3.5模板字符串标记 4、函数 4.1参数默认值 4.2剩余参数 4.3展 ...
分类:
其他好文 时间:
2020-01-29 23:24:57
阅读次数:
64
swagger接口文档查看,请求地址:http://localhost:31001/swagger-ui.html 深入剖析Java编程中的中文问题及建议最优解决方法 cd /usr/local/nginx/sbin/ ./nginx 阿里云maven中央仓库配置 MongoDB、HBase、Red ...
分类:
其他好文 时间:
2020-01-28 23:16:33
阅读次数:
95
Microsoft.Office.Interop.Excel.dll 版本是14.0 //文件上传 btn_dr_fp_Click(null, null); string wjm = ""; if (ViewState["zrpzy085"] != null) { wjm = ViewState[" ...
分类:
Web程序 时间:
2020-01-28 17:12:58
阅读次数:
103
需要配置以下三个bean @Bean public LifecycleBeanPostProcessor lifecycleBeanPostProcessor(){ return new LifecycleBeanPostProcessor(); } @Bean public DefaultAdvi ...
分类:
其他好文 时间:
2020-01-28 15:43:09
阅读次数:
149
Given N integers, you are supposed to find the smallest positive integer that is NOT in the given list. Input Specification: Each input file contains ...
分类:
其他好文 时间:
2020-01-27 17:28:02
阅读次数:
71
$NTT$,快速数论变换,可以理解为带模数的 "FFT" 。 原根 & 阶 先来补一点数论。(这里讲的应该很少,都是针对$ntt$胡的,具体的话可以去看《初等数论》那本~~小黄~~书)。 阶(指数) 如果$m 1, (a,m) = 1$,那么必有整数$d$,使得下面这个柿子成立 $$ a^d \eq ...
分类:
其他好文 时间:
2020-01-27 10:52:34
阅读次数:
118
$ composer config repos.packagist composer https://php.cnpkg.org$ composer config cache-files-maxsize 2048MiB Link:https://www.cnblogs.com/farwish/p/1 ...
分类:
Web程序 时间:
2020-01-25 23:26:27
阅读次数:
102
Reasons of different behavior in "UI and Reports" list 问题就是不同的系统这个 UIs and Reports 里的显示逻辑不一样。 在 GRE210 连 XT9/715 上,里面只会显示 OData 出来,我 debug 了前后台, 后台返回的 ...
分类:
其他好文 时间:
2020-01-25 10:24:38
阅读次数:
81
const Gen = (time) => { return new Promise((resolve, reject) => { setTimeout(function () { if(time < 500) { reject(time) } else { resolve(time) } },ti ...
分类:
其他好文 时间:
2020-01-24 00:27:22
阅读次数:
81