码迷,mamicode.com
首页 >  
搜索关键字:ansible 安装 部署    ( 241476个结果
python xml 转换为json和,json转换为xml
安装 pip install xmltodict json 模块是python3内置模块,不需要安装 使用 #! /usr/bin/env python # -*- coding: utf-8 -*-# # # Name: demo # Author: yunhgu # Date: 2021/7/1 ...
分类:编程语言   时间:2021-07-12 18:24:23    阅读次数:0
Gin框架结合gorm实现mysql增删改查
1.Gin框架中mysql的连接 安装驱动(如安装go-gorm/mysql则不需引入): go get github.com/go-sql-driver/mysql 安装gorm: github.com地址: go get github.com/go-gorm/gorm go get github ...
分类:数据库   时间:2021-07-12 18:18:08    阅读次数:0
scrapyd+gerapy之爬虫部署
一、Linux上安装scrapyd 1. linux下安装python3 可参考我之前博文:https://www.cnblogs.com/Liu928011/p/14864190.html 2. 安装scrapyd并配置软链接 安装scrapyd:pip3 install scrapyd 配置软链 ...
分类:其他好文   时间:2021-07-12 18:17:10    阅读次数:0
Kubernetes集群部署Prometheus和Grafana
Kubernetes集群部署Prometheus和Grafana 一、环境规划 K8S集群角色 Ip 主机名 控制节点 192.168.40.180 k8s-master1 工作节点 192.168.40.181 k8s-node1 工作节点 192.168.40.182 k8s-node2 实验环 ...
分类:Web程序   时间:2021-07-12 18:16:54    阅读次数:0
modsecurity安装
Centos下nginx+Modsecurity安装:https://www.jianshu.com/p/93e310e12036https://www.oschina.net/p/modsecurity?hmsr=aladdin1e1http://www.modsecurity.cn/practi ...
分类:其他好文   时间:2021-07-12 18:05:16    阅读次数:0
【projector】jetbrains使用服务器远程开发
有多重安装方式,这里以pip安装为例。目前已经支持中文输入法了。 参考:https://github.com/JetBrains/projector-installer (base) [root@Openwrt ~]# wget https://mirrors.bfsu.edu.cn/anacond ...
分类:其他好文   时间:2021-07-12 18:02:23    阅读次数:0
Cygwin安装器交互式bat自动调用脚本
@echo off set "PATH=%~dp0bin;%path%" echo. echo 当前配置 echo. bash --login -c "echo mirror=`apt-cyg mirror`;echo cache=`apt-cyg cache`;echo;apt-cyg proxy ...
分类:Windows程序   时间:2021-07-12 17:53:56    阅读次数:0
安装kali Linux提示
从U盘安装Kali Linux 提示 The missing fireware files are:rtlwifi/rtl8723befw_36.bin rtlwifi/rtl8723befw.bin 镜像版本:kali-linux-2021-2-releas 解决方案:下载firmware-rea ...
分类:系统相关   时间:2021-07-12 17:51:07    阅读次数:0
用宝塔搭建自己的网站
1.购买服务器 服务器就是电脑,理论上个人电脑也可以,但由于服务器上要部署网站,为了保证网站随时可以访问,就要求服务器不能关机。个人电脑由于没有专门的降温设备,长时间运行CPU扛不住,所以最好还是购买专门的服务器。对于个人以及很多小微企业,也不可能真的去向华为、浪潮等服务器提供商购买物理服务器,因 ...
分类:Web程序   时间:2021-07-12 17:48:59    阅读次数:0
Hexo部署出现错误err: Error: Spawn failed解决方式
Hexo部署过程中可能会出现错误 fatal: unable to access 'https://github.com/a956551943/a956551943.github.io/': Encountered end of file FATAL { err: Error: Spawn fail ...
分类:其他好文   时间:2021-07-12 17:48:17    阅读次数:0
241476条   上一页 1 ... 5 6 7 8 9 ... 24148 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!