loj 3236 [POI2019 R1] Uk?ad scalony https://loj.ac/problem/3236 https://loj.ac/submission/747558 Tutorial 考虑一种特殊情况 \(n,m\) 均为偶数且 \(k\) 较小的情况. 当 \(n,m\ ...
分类:
其他好文 时间:
2020-06-25 11:50:48
阅读次数:
52
UI: 用于提交查询的客户端,hive自带有CLI(command line),现在推荐使用beeline DRIVER: 1.用于接收客户端提交的SQL,并实现了session控制 2.并提供了jdbc/odbc的fetch和execute功能 COMPILER: 编译器,负责解析SQL,并从ME ...
分类:
其他好文 时间:
2020-06-25 11:40:51
阅读次数:
68
Hello all,i have some problem with NtFlushBuffersFile(). I should call it in virtual FS driver. Only one reference I have found - in ntdll.dll, but dr ...
分类:
其他好文 时间:
2020-06-25 10:16:30
阅读次数:
70
agc037_f Counting of Subarrays https://atcoder.jp/contests/agc037/tasks/agc037_f https://img.atcoder.jp/agc037/editorial.pdf Tutorial 我们称一个序列为合法序列当且仅当 ...
分类:
其他好文 时间:
2020-06-25 10:15:33
阅读次数:
68
CodeForces 603E Pastoral Oddities https://codeforces.com/contest/603/problem/E https://codeforces.com/blog/entry/21885 Tutorial Hint 存在 sunny paving 的 ...
分类:
其他好文 时间:
2020-06-25 09:56:23
阅读次数:
62
1.什麽叫做ES6? ES6, 全称 ECMAScript 6.0 ,是 JavaScript 的下一个版本标准,2015.06 发版。 參考:https://www.runoob.com/w3cnote/es6-tutorial.html 2.1 let的用法 <script type="text ...
分类:
Web程序 时间:
2020-06-25 09:38:54
阅读次数:
69
https://www.runoob.com/typescript/ts-tutorial.htmlTypeScript 是 JavaScript 的一个超集,支持 ECMAScript 6 标准。TypeScript 由微软开发的自由和开源的编程语言。TypeScript 设计目标是开发大型应用,... ...
分类:
其他好文 时间:
2020-06-24 22:00:49
阅读次数:
50
1、新建新闻表 2、新建LoginServlet验证登录用户是否则正确 1 //连接数据库 2 response.setContentType("text/html; charset=utf-8"); 3 request.setCharacterEncoding("utf-8"); 4 PrintW ...
分类:
Web程序 时间:
2020-06-24 21:54:58
阅读次数:
84
上次使用Selenium+Python还是好几个月前了 今天想再用一下,结果写个打开网站的小demo报错,报错如下: 检查了一下,查看报错日志,应该是chrome版本和driver版本不一致导致的。 于是要重新下载对应的新的driver版本。 1、查看自己chrome版本如下: 2、安装webdri ...
分类:
编程语言 时间:
2020-06-24 16:32:02
阅读次数:
77
ARM Cortex-M嵌入式C基础编程(上) ARM Cortex-M Embedded C Fundamentals/Tutorial -Aviral Mittal 此技术是关于从编写简单的嵌入式C代码到执行的过程。 这项技术试图不使用行话,并针对任何人谁有兴趣知道如何开始编写一个嵌入式C程序或 ...
分类:
其他好文 时间:
2020-06-24 16:09:57
阅读次数:
82