一、添加鼠标右键 Cmder.exe /REGISTER ALL 二、添加系统环境变量 我的电脑 > 右键属性 > 高级系统设置 > 环境变量 > 系统变量,在path中添加 cmder 路径 三、ls 中文乱码 Settings>Startup > Environment > Set up env ...
分类:
其他好文 时间:
2019-07-22 16:36:27
阅读次数:
101
Problem Description The doggie found a bone in an ancient maze, which fascinated him a lot. However, when he picked it up, the maze began to shake, an ...
分类:
其他好文 时间:
2019-07-20 23:22:09
阅读次数:
128
原题传送门 这道题用最小生成树来完成,我选用的是kruskal(克鲁斯卡尔)来完成。这道题目在克鲁斯卡尔模板的基础上,有变动的地方只有2处:1.因为必须从一个点出发,而最小生成树最后会让所有点都连通,所以最优的是从c[i]值最低的点出发,所以最后的total要加上最小的c[i]值。2.因为这道题目的 ...
分类:
编程语言 时间:
2019-07-19 15:26:20
阅读次数:
119
EasyUEFI owns comprehensive EFI/UEFI boot option management functions, such as create, delete, edit, clean up, backup and restore EFI/UEFI boot option ...
分类:
其他好文 时间:
2019-07-19 12:48:02
阅读次数:
94
题目描述 Farmer John's N (1 <= N <= 100,000) cows, conveniently numbered 1..N, are once again standing in a row. Cow i has height H_i (1 <= H_i <= 1,000,0 ...
分类:
其他好文 时间:
2019-07-16 00:03:02
阅读次数:
105
paper notes learning to See in the Dark: ·直接从bayer raw做起,避免复杂的sRGB转换过程使信息丢失 ·将分阶段的pipeline合在一起训练,避免噪声在后处理中的放大 ·使用多个通道的输出拼接来代替翻卷积或差值,避免棋盘格?推广到非整数倍上采样? ...
分类:
其他好文 时间:
2019-07-15 18:44:01
阅读次数:
121
题目链接:http://poj.org/problem?id=3087 题目大意:给你一个字符串s1、一个字符串 s2 和一个期望得到的字符串 ,每次先放一个s2 再放一个 s1 ,得到一个新的字符串,然后取这个新字符串的前一半为s1 后一半为 s2 问最少经过几次变换可以得到期望的字符串 思路: ...
分类:
其他好文 时间:
2019-07-15 01:14:00
阅读次数:
99
Problem describe:https://leetcode.com/problems/two-sum/ Given an array of integers, return indices of the two numbers such that they add up to a speci ...
分类:
编程语言 时间:
2019-07-13 19:56:32
阅读次数:
107
命令行启动提示信息 there was an error while executing `vboxmanage`, a cli used by vagrant for controlling virtualbox. the command and stderr is shown below.the ...
分类:
其他好文 时间:
2019-07-10 18:30:19
阅读次数:
269
我们用以下的代码可以获取到look up 的信息。 大家可以查看微软文档来查看更多关于 lookup object的信息 https://docs.microsoft.com/en-us/powerapps/developer/model-driven-apps/clientapi/referenc ...
分类:
Web程序 时间:
2019-07-09 10:56:45
阅读次数:
171