Centos7下的Nginx的安装与配置 Yum安装 新安装的Centos系统中,直接使用yum安装会提示没有可用的软件包。原因是nginx位于第三方的yum源里面,而不在centos官方yum源里面.需要安装epel源。EPEL (Extra Packages for Enterprise Lin ...
分类:
其他好文 时间:
2020-07-20 22:46:32
阅读次数:
76
K8s之deploy挂载Volumes 一. 创建Host类型pv 1.1 创建pv yaml文件 -bash-4.2# cat iam_mount_pvc.yaml apiVersion: apps/v1 kind: Deployment metadata: creationTimestamp: ...
分类:
其他好文 时间:
2020-07-20 13:34:07
阅读次数:
165
nextcloud网盘搭建文档 1、安装php7.4(官方建议) yum install http://rpms.remirepo.net/enterprise/remi-release-7.rpm yum -y install php74-php-fpm php74-php-cli php74-p ...
分类:
其他好文 时间:
2020-07-18 22:28:56
阅读次数:
183
路径:C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\Common7\IDE\ItemTemplates\CSharp\Code\2052\Class 模板: /* *CLR版本:$clrversion$*文 件 名:$s ...
背景 目前 机器学习平台 后端采用k8s架构进行GPU和CPU资源的调度和容器编排。总所周知,k8s的后端核心存储使用etcd进行metadata持久化存储。机器学习平台采取[External etcd topology](http://way.xiaojukeji.com/article/Exte ...
分类:
其他好文 时间:
2020-07-15 23:14:34
阅读次数:
90
实训三 配置和使用NFS服务器 一、实训目的 (1)掌握NFS服务器和客户端的安装与配置。 (2)掌握Linux系统之间资源共享和互访方法。 二、实训环境 Windows 7/10系统,VMware Workstation 12 Pro虚拟机软件,在虚拟机中安装Red Hat Enterprise ...
分类:
其他好文 时间:
2020-07-13 09:58:14
阅读次数:
103
安装包下载地址:https://orientdb.com/orientdb-enterprise/version-3-0/ Windows系统 安装包下载完成后,解压缩 环境变量中配置 ORIENTDB_HOME = 压缩后的目录 如 E:\Learn\Files\orientdb\orientdb ...
分类:
数据库 时间:
2020-07-10 19:05:33
阅读次数:
89
SQL> select * from v$version;BANNER Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit ProductionPL/SQL Release 11.2.0.4.0 - Production ...
分类:
数据库 时间:
2020-07-10 11:33:39
阅读次数:
107
摘自 https://ywnz.com/linuxaz/3488.html 光盘弹出安装界面: (1)进入之后显示下面界面,点击Installation安装: (2)进入Welcome界面,选择语言,默认Einglish(US)不需要改动(如果你需要其他的语言请做其他的选择,使用Einglish语言 ...
分类:
其他好文 时间:
2020-07-09 22:20:17
阅读次数:
83
官网:https://tensorflow.google.cn/tfx/guide/serving 步骤1:保存pb模型 # 为模型每一个参数添加name # ner demo: https://github.com/buppt/ChineseNER self.input_x = tf.placeh ...
分类:
Web程序 时间:
2020-07-08 15:34:47
阅读次数:
153