I.II.[POI2014]HOT-Hotels 加强版 易于发现,三点间两两距离相等,当且仅当两个LCA较深的点到它们的LCA距离相等,且第三个点到该LCA的距离与前两个点相同。 于是我们设 \(f_{x,i}\) 表示 \(x\) 子树中有多少对点,它们到LCA距离相同,且上述距离比该LCA到 ...
分类:
其他好文 时间:
2021-04-10 12:52:44
阅读次数:
0
https://blog.csdn.net/u013939918/article/details/60882806 https://www.doc88.com/p-2788108743808.html ...
分类:
其他好文 时间:
2021-04-09 13:07:15
阅读次数:
0
https://uniapp.dcloud.io/README https://uniapp.dcloud.io/quickstart-cli 命令创建一个项目 ...
分类:
移动开发 时间:
2021-04-09 12:59:15
阅读次数:
0
人类智慧题,我觉得网上的题解大多讲的不清楚(导致我看了很久),我尽量把你讲懂。 一、题目 点此看题 二、解法 首先我观察了一下数据范围,\(d_i\) 互不相同的分有 \(50\%\),先指着这个想一想。可以把 \(i\) 和 \(\lfloor\frac{i}{k}\rfloor\) 连一条边,那 ...
分类:
其他好文 时间:
2021-04-09 12:49:45
阅读次数:
0
这几天试着用 Vue 3 做一个 electron app, 发现了新坑。 之前用 React 开发的时候,竟没意识到为何 electron-builder 不需要针对目录做配置就能直接使用。我就跟着教程在 package.json 里写了: "build": { "appId": "AppName ...
分类:
其他好文 时间:
2021-04-08 13:19:42
阅读次数:
0
arguments和rest arguments JavaScript还有一个免费赠送的关键字 arguments ,它只在函数内部起作用,并且永远指向当前函数的调用者传入的所有参数。 arguments 类似 Array 但它不是一个 Array : function foo(x) { alert ...
分类:
其他好文 时间:
2021-04-08 13:14:15
阅读次数:
0
<template> <div id="app"> <input type="text" v-model='todo' @keydown="doAdd($event)" /> <hr> <br> <h2>进行中</h2> <ul> <li v-for="(item,key) in list" v-i ...
分类:
其他好文 时间:
2021-04-08 13:13:21
阅读次数:
0
http://log4jdbc.brunorozendo.com Log4jdbc-log4j2 JDBC proxy driver for logging SQL and other interesting information. Home Downloads How to use This p ...
分类:
数据库 时间:
2021-04-08 13:11:48
阅读次数:
0
一、基本用法 1.添加jar包 mybatis-3.2.8.jar mysql-connector-java-5.1.7-bin.jar 添加配置文件 datasource.properties 1 jdbc.driverClassName=com.mysql.jdbc.Driver 2 jdbc. ...
分类:
其他好文 时间:
2021-04-08 13:08:04
阅读次数:
0
通过这篇文章将wsl设置为默认的终端:Windows Subsystem for Linux Installation Guide for Windows 10 1、查看wsl子系统: PS C:\WINDOWS\system32> .\wslconfig.exe /list 适用于 Linux 的 ...
分类:
Web程序 时间:
2021-04-08 13:04:23
阅读次数:
0