```shell Links: https://github.com/CyC2018/CS-Notes/blob/master/notes/Leetcode%20%E9%A2%98%E8%A7%A3%20-%20%E9%93%BE%E8%A1%A8.md#3-%E5%BD%92%E5%B9%B6%E... ...
分类:
其他好文 时间:
2020-02-05 16:18:54
阅读次数:
62
Backup the GPO to a second server is very important. Restore a GPO if necessary. Note: WMI filter and Links need to be re-configured after restoration ...
分类:
其他好文 时间:
2020-01-31 22:44:03
阅读次数:
85
Docker compose https://docs.docker.com/compose/ Compose is a tool for defining and running multi-container Docker applications. With Compose, you use ...
分类:
其他好文 时间:
2020-01-30 21:11:04
阅读次数:
80
创建节点 document.write(创建任意内容,并写入) document.write("<h1>添加到html中的文本</h1>"); docement.createElement(创建元素) var jd = document.createElement("li"); //创建一个li元素 ...
分类:
Web程序 时间:
2020-01-22 16:19:51
阅读次数:
98
参考: https://www.cnblogs.com/GJ-ios/p/9583141.html https://blog.csdn.net/saw471/article/details/101062142 https://www.jianshu.com/p/f1a1e1833eec 注: 1,A ...
分类:
其他好文 时间:
2020-01-19 19:38:38
阅读次数:
99
1、kubernetes设计架构 k8s基础集群环境主要是运行kubernetes管理端服务以及node节点上的服务部署及使用。 Kubernetes设计架构文档:https://www.kubernetes.org.cn/kubernetes%E8%AE%BE%E8%AE%A1%E6%9E%B6% ...
分类:
Web程序 时间:
2020-01-18 21:02:04
阅读次数:
103
众所周知,知识图谱是Google于2012年提出,用来优化搜索结果。经过多年的发展,知识图谱在人工智能的许多行业都拥有了成熟落地的应用。按照知识图谱的覆盖面来看,主要分为通用知识图谱与行业知识图谱。 This is why a “web” of notes with links between th ...
分类:
其他好文 时间:
2020-01-18 00:49:03
阅读次数:
525
一:wget(Wget用于文件下载,在安装软件时会经常用到。)1、安装1.安装wget:sudo apt install wget2.查看是否成功:wget --version2、使用1.使用wget下载单个文件wget [URL]wget http://cn2.php.net/distributi... ...
分类:
Web程序 时间:
2020-01-17 13:11:44
阅读次数:
88
正如我前面博文所提到的,公司要求内外网隔离。在国产化设备适配时,要求设备一律不得连接互联网,要用tf环境推理,不得不安装基本环境 1)源码安装 将你所需要的所有第三方库打包,放入一个文件夹下,类型:.tar.gz或者.zip 2)注意依赖包的先后顺序 有些包是有先后依赖的,如在用到numpy、sci ...
分类:
编程语言 时间:
2020-01-15 11:58:50
阅读次数:
126