码迷,mamicode.com
首页 >  
搜索关键字:local yum repository    ( 50663个结果
git checkout -b develop origin/develop
git checkout -b develop origin/develop: 以远程的origin/develop分支为蓝本,在本地新建一个分支develop,并切换到新建的分支develop,并且建立develop与远程分支origin/develop的跟踪关系(use git pull)。查看 ...
分类:其他好文   时间:2021-02-15 12:23:59    阅读次数:0
二、安装启动
2.1、安装 (1)、解压后 即可使用 解压缩文件拷贝到 linux 下 /usr/local/ (2)、三个配置文件 schema.xml:定义逻辑库,表、分片节点等内容。 rule.xml: 定义分片规则。 server.xml:定义用户以及系统相关变量,如端口等。 2.2、启动 (1)、修改配 ...
分类:其他好文   时间:2021-02-10 13:33:26    阅读次数:0
【论文阅读】Fine-tune Bert for DocRED with Two-step Process[CoRR2019]
the Computing Research Repository (CoRR) 论文地址:https://arxiv.org/abs/1909.11898 代码地址:https://github.com/hongwang600/DocRed Abstract 在本文中,我们进一步应用预先训练的语言 ...
分类:其他好文   时间:2021-02-10 13:32:54    阅读次数:0
DockerFile
恢复内容开始 ##DockerFile 1.编写一个dockerfile文件 2.docker build构建成一个镜像 3.docker run 运行镜像 4.docker push 发布镜像(DockerHub、阿里云镜像仓库) ###很多官方镜像都是基础包,很多功能都没有,通常会自己构建。 # ...
分类:其他好文   时间:2021-02-10 13:21:29    阅读次数:0
linux下配置邮件发送器
linux下配置邮件发送器postfix 开始之前必须先配置 dns域名解析 详见另一篇博客 安装postfix服务器并进行配置 可能postfix在系统安装过程中已经安装了此服务,可以使用下面的命令查询 rpm -q postfix 如果没有可以手动安装: yum install -y postf ...
分类:系统相关   时间:2021-02-10 13:17:31    阅读次数:0
LDAP安装、LDAP数据迁移、LDAP卸载指南及PHPldapAdmin管理软件安装
LDAP安装、LDAP数据迁移、LDAP卸载指南及PHPldapAdmin管理软件安装 第一节 LDAP安装篇 第一步 yum安装ldap yum -y install openldap compat-openldap openldap-clients openldap-servers openld ...
分类:Web程序   时间:2021-02-10 13:03:06    阅读次数:0
Python 使用
查看python安装位置 C:\Users\密码123456>where python C:\Program Files\python\python.exe C:\Users\密码123456\AppData\Local\Microsoft\WindowsApps\python.exe 查看已安装的 ...
分类:编程语言   时间:2021-02-10 13:02:28    阅读次数:0
flask之request基础threading.local
引子: flask中的request 在单进程单线程中没有问题,但是性能肯定是下降的,如果强制开启多线程,会导致线程不安全。但是threading.local() 方法支持多线程,但是不支持多协程 代码: # -*- coding: utf-8 -*- """ threadlocal 上下问管理 源 ...
分类:其他好文   时间:2021-02-09 11:46:54    阅读次数:0
Jenkins 部署项目出现 Failed to connect to repository : Command "git ls-remote XXX
Jenkins 部署项目出现 Failed to connect to repository : Command "git ls-remote XXX 表示为,Jerkins无法连接到你输入的Repository URL的 Git仓库…… 怎么办呢? 试了很多方法: 1、在git仓库里面配置公钥、在 ...
分类:其他好文   时间:2021-02-08 12:50:48    阅读次数:0
windows安装PostgreSQL
下载地址 https://www.enterprisedb.com/downloads/postgres-postgresql-downloads 一直下一步安装就行。 问题1 navicat 连接报错: authentication method 10 not supported 修改: D:\s ...
分类:数据库   时间:2021-02-08 12:30:14    阅读次数:0
50663条   上一页 1 ... 47 48 49 50 51 ... 5067 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!