mdk3安装 https://github.com/wi fi analyzer/mdk3 master 命令: mdk3 wlan0mon p b a t MAC地址 s 100 mdk3 wlan0mon p b a c 信道 s 100 ...
分类:
其他好文 时间:
2020-05-12 16:39:19
阅读次数:
151
题目: 解答: 1 class Solution { 2 public: 3 string validIPAddress(string IP) 4 { 5 if (isValidIPv4(IP)) 6 { 7 return "IPv4"; 8 } 9 if (isValidIPv6(IP)) 10 ...
分类:
其他好文 时间:
2020-05-04 13:12:26
阅读次数:
66
现在有这么一个需求 多个不同的项目都在jenkins进行相同命令的构建,如: http://gitlab.example/test/for_test.git http://gitlab.example/test/for_test2.git http://gitlab.example/test/for ...
分类:
其他好文 时间:
2020-04-24 20:00:19
阅读次数:
205
配置账户 配置Git安装目录 一般默认识别,其他参数不变 配置GitHub账户 提交到GitHub 1、VCS->import into version control -> share project on github(适用于第一次提交) 2、设置仓库名 3、检查需要提交的内容 4、提交成功 5 ...
分类:
其他好文 时间:
2020-04-20 01:25:44
阅读次数:
74
一、jenkins配置git 1、安装源码管理器 git:http://updates.jenkins-ci.org/download/plugins/git/ 去上面的网址中把离线插件下载下来,然后去jenkins的插件管理功能中导入git插件。 1)git-client.hpi、git-serv ...
分类:
其他好文 时间:
2020-04-19 12:47:08
阅读次数:
59
本文很大程度的参考了知乎大大的文章: <使用 python3+OpenCV+TensorFlow 做手势识別> 原文链接:https://zhuanlan.zhihu.com/p/56699632 说明: 由于原文章是一年前的内容,有些内容已经不适用,存在比较多坑点,在此重新做下注解和补充; 该文章 ...
分类:
编程语言 时间:
2020-03-17 08:33:54
阅读次数:
76
http://hcysun.me/vue-design/zh/essence-of-comp.html https://www.muyiy.cn/ https://www.cxymsg.com/ https://ustbhuangyi.github.io/vue-analysis/ http://b ...
分类:
其他好文 时间:
2020-02-03 22:37:28
阅读次数:
115
Jenkins job介绍 ? Jenkins Freestyle与Pipeline Job区别 ? ? Jenkins Job构建配置 一 、环境准备 1.配置Jenkins server本地Gitlab DNS 2.安装git client, curl工具依赖 3.关闭系统Git http.ss ...
分类:
其他好文 时间:
2020-01-08 10:47:00
阅读次数:
134
创建开发仓库 打开git Bash,删除之前root管理创建的仓库目录 rm -rf admin-test 选择项目进行拷贝 ? 克隆 # git -c http.sslVerify=false clone https://gitlab.example.com/root/admin-test.git ...
分类:
其他好文 时间:
2020-01-07 17:55:31
阅读次数:
147
https://github.com/eKoopmans/html2canvas https://www.jianshu.com/p/f400634646d6 ...
分类:
Web程序 时间:
2019-12-27 21:50:03
阅读次数:
157