码迷,mamicode.com
首页 >  
搜索关键字:ansible install smokeping    ( 42845个结果
VSCode调试网页JavaScript代码
一、调试准备 Windows10 64bits IDE:Visual Studio Code1.28.2 安装插件:Chrome(安装方法:Debug -> Install Additional Debuggers... -> Debugger for Chrome,重新启动vscode即可。) 二 ...
分类:编程语言   时间:2020-07-17 19:36:54    阅读次数:93
ELK【elasticsearch,kibana,logstash】安装部署
1,准备linux虚拟机环境(CentOS 7)本次安装用的是ELK7.2.0的版本(版本一定要一致) 2,先在linux安装java环境 //查找安装列表 yum -y list java* //安装 yum install java-1.8.0-openjdk.x86_64 //完成安装后验证 ...
分类:其他好文   时间:2020-07-17 19:27:20    阅读次数:81
nginx: https
1、编译 ./configure --prefix=/usr/local/nginx-1.8\ --with-http_stub_status_module\ (统计数据查看) --with-pcre=/opt/install/nginx/pcre-8.44\ (正则) --with-http_su ...
分类:Web程序   时间:2020-07-17 19:22:38    阅读次数:72
vue cli4.0项目引入typescript
现有的项目是采用vue cli4.0脚手架生成的,现在想要引入typescript。 1.执行安装命令 npm install --save-dev typescript npm install --save-dev @vue/cli-plugin-typescript 2.根目录下新建 tscon ...
分类:其他好文   时间:2020-07-17 19:22:11    阅读次数:125
nginx: https
1、编译 ./configure --prefix=/usr/local/nginx-1.8\ --with-http_stub_status_module\ (统计数据查看) --with-pcre=/opt/install/nginx/pcre-8.44\ (正则) --with-http_su ...
分类:Web程序   时间:2020-07-17 16:16:30    阅读次数:71
vue cli4.0项目引入typescript
现有的项目是采用vue cli4.0脚手架生成的,现在想要引入typescript。 1.执行安装命令 npm install --save-dev typescript npm install --save-dev @vue/cli-plugin-typescript 2.根目录下新建 tscon ...
分类:其他好文   时间:2020-07-17 16:14:07    阅读次数:46
Django01
windows系统下 一 1创建虚拟环境,新建目录,用英文命名learning_log 用终端win+r --> CMD切换到该目录 python -m venv ll_env 用venv模块创建ll_env的虚拟环境(如果venv 不可用,执行pip install --user virtuale ...
分类:其他好文   时间:2020-07-17 14:09:58    阅读次数:68
使用Telnet命令连接到串口服务器的端口
已知一台服务器的串口服务器地址为10.223.32.25,端口为7007.跳板机上首先需要安装telnet:yum install telnet然后简单的使用telnet命令即可连接成功了:telnet 10.223.32.25 7007那么该如何退出telnet的session呢?首先,按键Ctr... ...
分类:Web程序   时间:2020-07-17 14:07:23    阅读次数:155
vue-awesome-swiper的使用
这是swiper专门为了vue开发出的插件,参数基本一样 https://www.swiper.com.cn/ vue中使用 npm install vue-awesome-swiper 组件中引入 import { Swiper, SwiperSlide } from 'vue-awesome-s ...
分类:其他好文   时间:2020-07-17 14:02:11    阅读次数:125
error while loading shared libraries: libnuma.so.1: cannot open shared object file: No such file or directory
error while loading shared libraries: libnuma.so.1: cannot open shared object file: No such file or directory 在CentOS 7.6 操作系统的机器上安装 MySQL 过程中,执行安装命令报 ...
分类:其他好文   时间:2020-07-17 13:34:29    阅读次数:60
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!