话不多说直接上源码: <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" ...
分类:
Web程序 时间:
2020-02-20 16:58:37
阅读次数:
717
有所更改,参数不求完备,但求实用。源码参考D:\source\opencv-3.4.9\samples\cpp\edge.cpp #include<opencv2\opencv.hpp> #include<iostream> using namespace cv; using namespace s ...
分类:
其他好文 时间:
2020-02-19 13:26:35
阅读次数:
90
众所周知,由于 Adobe Flash 控件历史久远,积累了许多漏洞。早在2017年7月,Adobe就宣布了要在2020年底终止对 Flash 的支持。微软称其浏览器移除 Flash 插件的最后期限是2020年12月前。但由于国内的主流网站都还大量使用 Flash ,因此我们需要一种办法解决此问题, ...
分类:
其他好文 时间:
2020-02-18 20:15:37
阅读次数:
1272
For eslint prevent console plugin, we also want to prevent user do so: var csl = console csl.log() Code: const disallowedMethods = ['log', 'info', 'wa ...
分类:
其他好文 时间:
2020-02-17 19:48:18
阅读次数:
63
【SVN】如果windows用户忘记了svn的用户名和密码怎么办? 如果windows用户忘记了svn的用户名和密码怎么办? 1》你得进入默认地址 C:\Users\Administrator\AppData\Roaming\Subversion\auth\svn.simple 如果没有,将Admi ...
分类:
其他好文 时间:
2020-02-17 12:24:40
阅读次数:
77
#include<cstdio>#include<cstring>#include<algorithm>using namespace std;const int maxn = 1e5+10;int fa[maxn];struct Edge{ int from; int to; int w;}edg ...
分类:
其他好文 时间:
2020-02-16 20:35:08
阅读次数:
75
1、Centos(我这里使用的是CentOS7)下yum命令即可方便的完成安装 $ sudo yum install subversion # 测试安装是否成功 $ svnserve --version 2、建立版本库 创建svn数据目录(subversion默认是把/var/svn作为数据根目录的 ...
分类:
其他好文 时间:
2020-02-15 23:22:10
阅读次数:
87
一、树的定义与性质 定义 1. 结点(node):树枝分叉处、树叶、树根 2. 根结点(root):树根 3. 叶子结点(leaf):叶子结点 4. 边(edge):茎干和树枝 5. 子结点(child) 6. 子树(subtree) 性质 1. 树可以没有结点,把这种情况下称为空树(empty t ...
分类:
其他好文 时间:
2020-02-14 16:08:32
阅读次数:
60
原文地址:https://blog.csdn.net/qq_32708193/article/details/89310642 删除当前用户下auth目录: rm -rf ~/.subversion/auth 1 再操作svn仓库会要求输入用户名和密码。 ...
分类:
系统相关 时间:
2020-02-14 11:19:38
阅读次数:
74
在https://mirrors.edge.kernel.org/pub/software/scm/git/中找自己需要的版本gz包,复制资源链接地址下载wget https://mirrors.edge.kernel.org/pub/software/scm/git/git-2.25.0.tar.... ...
分类:
其他好文 时间:
2020-02-13 17:34:33
阅读次数:
113