LaTeX is a markup language for describing a document. To Install Tex Live LaTeX distribution : sudo dnf install texlive-scheme-full LaTeX Editors : su ...
分类:
其他好文 时间:
2021-01-25 11:19:41
阅读次数:
0
挺好想的二分题吧。 const int N=1e5+10; PII a[N]; int n,k; bool check(int mid) { int res=0; for(int i=0;i<n;i++) res+=(a[i].fi/mid)*(a[i].se/mid); return res>=k ...
分类:
其他好文 时间:
2021-01-22 12:03:44
阅读次数:
0
使用时在引导类用@bean注入 在需要用的地方@AutoWired注入 package com.changgou.order.config; import com.alibaba.fastjson.JSON; import org.springframework.core.io.ClassPathR ...
分类:
其他好文 时间:
2021-01-19 12:17:05
阅读次数:
0
MyEclipse自动生成注释配置:Window ->preference--> Java --> Code Style --> Code Templates参考资料:http://www.cnblogs.com/o-andy-o/archive/2012/08/11/2634116.html Fi ...
分类:
系统相关 时间:
2021-01-18 11:43:26
阅读次数:
0
CRLF注入 Title: [CVE-2019-9740] Python urllib CRLF injection vulnerability Category: security Stage: resolved Components: Library(Lib) Versions: Python ...
分类:
其他好文 时间:
2021-01-18 11:31:42
阅读次数:
0
抓取系统,抓取的是国外某网站的数据 运营反应系统卡顿,于是登录到服务器,查看了一下JVM的启动参数(jinfo -flags + pid) 只设置了Command line: -Xss256k -XX:MetaspaceSize=256M -XX:MaxMetaspaceSize=256M -XX: ...
分类:
其他好文 时间:
2021-01-18 10:38:50
阅读次数:
0
Laravel 队列使用 1.修改根目录 .env 文件的 **QUEUE_CONNECTION **字段配置为 database Laravel可配置多种队列驱动,包括 "sync", "database", "beanstalkd", "sqs", "redis", "null"(具体参见app ...
分类:
其他好文 时间:
2021-01-15 11:45:43
阅读次数:
0
1.前端页面 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Document</title> </head> <script src="/test/js/jquery-1.10.2.js" type="te ...
分类:
Web程序 时间:
2021-01-13 11:15:56
阅读次数:
0
import pandas as pd '''特例说明 file1="a20201220.xlsx" sheetname='Sheet1' df=pd.read_excel(file1,sheetname,usecols="A:D")#读取第A-D四列所有内容 df=pd.read_excel(fi ...
分类:
编程语言 时间:
2021-01-13 11:03:26
阅读次数:
0
这场我是先用小号打的div3,然后凑了七题才交的div1,所以下面部分时间实际上div3AC的时间 Chef and Ants(1.2) Expected Number of SCCs(1.3) Guess the Tiling(1.8) Blackjack(1.2) And-Or Game(1.3 ...
分类:
其他好文 时间:
2021-01-12 10:37:14
阅读次数:
0