Description 400 AC 祭 题面 : 【Link】 长度为 \(n\) 的序列,序列中的值为 1 或 -1。 有 \(m\) 个询问,询问在 \([L,R]\) 中区间和为 0 的区间的最大长度。 \(1 \leq n,m \leq 5 \times 10 ^ 4\),\(1 \leq ...
分类:
其他好文 时间:
2021-03-16 11:56:39
阅读次数:
0
select * from pub_query_condition where pk_templet in (select id from pub_query_templet where node_code like'HTK103%')把consult_code 设置成bd_refinfo的参照名字 ...
分类:
其他好文 时间:
2021-03-15 10:59:36
阅读次数:
0
使用EasyExcel操作excel https://www.yuque.com/easyexcel/doc/easyexcel 返回指定json格式数据 1)添加课程分类 获取上传过来的excel文件,读取里面的内容,存入数据库 当不需要spring管理的类(如Listern等)调用注入到spri ...
分类:
其他好文 时间:
2021-03-15 10:56:22
阅读次数:
0
from rest_framework.exceptions import ValidationError # ... raise ValidationError(detail="size must be either 'large' or 'small'") DRF catches these e ...
分类:
其他好文 时间:
2021-03-10 13:08:25
阅读次数:
0
pom.xml 支持springBoot parent <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> <version>2.4.1</v ...
分类:
编程语言 时间:
2021-03-09 13:40:57
阅读次数:
0
学习知识点:Ribbon和Feign的区别:Ribbon添加maven依赖:Spring-starter_ribbon使用RestTemplate调用远程服务对应的方法 @RibbonClient(value="服务名称")Frign添加maven依赖spring_starter-feign 在接口 ...
分类:
移动开发 时间:
2021-03-08 13:38:33
阅读次数:
0
怎么样打印cxgrid过滤后的数据 用语句cxGridDBTableView.Controller.Filter.Filteringtext获得筛选语句 你可以在程序中用ADOQUERY来接受这条语句(还可以自己扩展) FSATREPORT的数据集指向QUERY就可以了 试试。 adoquery1. ...
分类:
其他好文 时间:
2021-03-06 14:38:11
阅读次数:
0
.net core 和.net framework上传文件有很多需要注意的地方 .net framework 上传文件用httppostedfilebase .net core 上传文件用 IFormFile 一、首先需要配置在startup 中的Configure方法内新增以下代码 app.Use ...
分类:
Web程序 时间:
2021-03-06 14:14:25
阅读次数:
0
漏洞关键字 SQL注入: select insert update mysql_query mysqli等 文件上传: $_FILES,type="file",上传,move_upload_file()等 XSS跨站: print print_r echo sprintf die var_dump ...
分类:
其他好文 时间:
2021-03-06 14:12:18
阅读次数:
0
仅供自己学习 思路: 这个题和上一个题目类似,都是先存储从起始位置到该位置的和。唯一需要特别处理的就是怎么求和。 这里得注意sums的下标与矩阵下标的关系。可以画出一个矩阵,能得到 sums[i+1][j+1]=sums[i+1][j]+sums[i][j+1]-sums[i][j]+matrix[ ...
分类:
其他好文 时间:
2021-03-04 13:16:07
阅读次数:
0