码迷,mamicode.com
首页 >  
搜索关键字:ansible install node    ( 68093个结果
前端将页面(HTML页面)转化为图片(base64),同时下载到本地
话不多说,直接上代码。 //首先下载插件 npm install dom-to-image // 将html页面内容转化为png图片引入的dom-to-image import domtoimage from 'dom-to-image'; var node = document.getElemen ...
分类:Web程序   时间:2021-06-23 16:23:50    阅读次数:0
IE 11 中不知promise 的 finally 方法
需要安装promise.prototype.finally 插件解决 通过npm 或者yarn 安装 1.npm: npm install promise.prototype.finally --save 在项目中调用 引入 并调用 插件的shim方法 2.yarn: yarn add promis ...
分类:其他好文   时间:2021-06-22 18:31:37    阅读次数:0
centos7.5-nginx-1.20.1安装教程
1.安装编码依赖包 nginx在linux安装的前提需要:wget、gcc、pcre、openssl、zlib [root@master ~]# yum -y install gcc gcc-c++ [root@master ~]# yum install -y pcre pcre-devel [r ...
分类:其他好文   时间:2021-06-21 21:09:19    阅读次数:0
省市区
使用步骤: 1. npm install element-china-area-data -S 2. import { provinceAndCityData, regionData, provinceAndCityDataPlus, regionDataPlus, CodeToText, Text ...
分类:其他好文   时间:2021-06-21 21:09:00    阅读次数:0
webpackPlugin处理index.html到dist
1.webpack.config.js中导入 const HtmlWebpackPlugin = require('html-webpack-plugin') 2.pulgin中新增 new HtmlWebpackPlugin({ template:'index.html' }) 3.需要删除out ...
分类:Web程序   时间:2021-06-21 20:44:37    阅读次数:0
DNS安装配置之unbound
DNS安装配置之unbound DNS服务器 主DNS服务器 unbound设置 1、安装unbound yum install unbound -y 2、编辑主配置文件/etc/unbound/unbound.conf 侦听端口 interface:0.0.0.0 检查语法错误:unbound-c ...
分类:其他好文   时间:2021-06-21 20:40:37    阅读次数:0
Git错误合集 | git工作上遇到的那些报错
前言 我总是在git提交的时候,遇到一些奇奇怪怪的问题。有时候居然还会碰上第二次。 记住这些“绊脚石”,下回不摔跤。 目录 git index损坏 一、git index损坏 报错信息:D:\Fanniegirl>git status error: bad signature 0x00000000 ...
分类:其他好文   时间:2021-06-21 20:37:13    阅读次数:0
顺序表
#include<stdlib.h> #include<stdio.h> #include<string.h> #define MAX 10005 typedef struct node { char a[16]; int len; }node; node te,t[MAX]; int n=0; v ...
分类:其他好文   时间:2021-06-21 20:33:31    阅读次数:0
LVM与磁盘配额
每个Linux使用者在安装Linux时都会遇到这样的困境:在为系统分区时,如何精确评估和分配各个硬盘分区的容量,因为系统管理员不但要考虑到当前某个分区需要的容量,还要预见该分区以后可能需要的容量的最大值。因为如果估 计不准确,当遇到某个分区不够用时管理员可能甚至要备份整个系统、清除硬盘、重新对硬盘分 ...
分类:其他好文   时间:2021-06-21 20:23:57    阅读次数:0
Linux系统上挂载Windows共享目录的步骤(附图)
一、Windows端共享权限设定 1、解禁Guest 右击我的电脑选择管理→本地用户管理→本地用户和组→在用户项中双击Guest用户→取消账户已禁用选项 2、设置共享目录权限 右击共享目录点属性→在共享页面中点击共享选项→下拉选择共享对象为Everyone→点击共享按钮 3、设置本地策略 windo ...
分类:Windows程序   时间:2021-06-21 20:19:30    阅读次数:0
68093条   上一页 1 ... 11 12 13 14 15 ... 6810 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!