好久没写博客了 这次准备在 cnblogs 和 我的博客 上同步更新~ # 题面 一个 \(n\) 个点 \(m\) 条边的 DAG,有若干个特殊点,边有权值。 一个单词定义为从点 \(1\) 出发到达一个特殊点的路径上,边权按访问顺序构成的一个序列。 \(Q\) 次询问,每次给出 \(k\),求所 ...
分类:
其他好文 时间:
2021-01-08 11:32:53
阅读次数:
0
将本地 tag 标签推送到远程: git push origin v0.1.0 当分支名与 tag 标签名相同时, 会出现无法推送指定标签的问题: error: src refspec v0.1.0 matches more than one. 尝试使用以下命令: git push origin r ...
分类:
其他好文 时间:
2021-01-07 11:55:33
阅读次数:
0
删除工作空间的目录org.eclipse.ui.workbench,重启开发工具 ...
分类:
其他好文 时间:
2021-01-06 12:31:18
阅读次数:
0
// C# program to find // combinations from n // arrays such that one // element from each // array is present using System; using System.Collections.G ...
分类:
其他好文 时间:
2021-01-06 12:08:17
阅读次数:
0
package LeetCode_212 /** * 212. Word Search II * https://leetcode.com/problems/word-search-ii/ * Given an m x n board of characters and a list of stri ...
分类:
其他好文 时间:
2021-01-05 11:21:11
阅读次数:
0
新版Next主题已经删除了这个选项,可以先安装插件,再进行相关配置就可以启用首页预览。在网站根目录下运行:npm install hexo-excerpt --save在站点配置文件里添加:excerpt: depth: 5 excerpt_excludes: [] more_excludes: [ ...
分类:
其他好文 时间:
2021-01-05 10:59:25
阅读次数:
0
分屏查看文件more/lessmore分屏查看,空格按屏查看less支持按行上下键查看,空格按屏查看 grep 查找 //若想使用正则表达式, 需要 -E选项grep -E "nice" metadata.txt //正则表达式匹配metadata中,包含nice的行egrep "nice" met ...
分类:
系统相关 时间:
2021-01-04 10:47:00
阅读次数:
0
fn consume_with_relish<F>(mut func: F) where F: FnMut() -> String { // `func` consumes its captured variables, so it cannot be run more // than once p ...
分类:
其他好文 时间:
2021-01-02 11:07:10
阅读次数:
0
将线条包覆到模型(wrap curve to shape,可阅读我写的高级算法模型包覆算法)或计算铣削等路径时,一般会先获取模型的网格数据,而网格精度和质量会影响计算结果。 不管是opengl、OpenCASCADE,还是vtk等等,显示原理都是将原始曲面离散成很多的三角面进行显示,三角网格越密越顺 ...
分类:
其他好文 时间:
2020-12-25 11:52:07
阅读次数:
0
错误: Server Tomcat v8.5 Server at localhost was unable to start within 45 seconds. If the server requires more time, try increasing the timeout in the ...
分类:
其他好文 时间:
2020-12-24 11:42:44
阅读次数:
0