码迷,mamicode.com
首页 >  
搜索关键字:install document    ( 60419个结果
vue中使用animate动画库
1.安装 npm install animate.css@3.7.2 --save 2.引入 main.js中: import animated from 'animate.css' Vue.use(animated) 3.使用 vue文件中: <!-- 直接使用animated中的动画class名 ...
分类:其他好文   时间:2021-04-10 12:54:36    阅读次数:0
Ubuntu18.04安装qgis失败
1.按照官网的流程输入命令https://qgis.org/en/site/forusers/alldownloads.html#debian-ubuntu 出现 1 (base) server123@ubuntu:~$ sudo apt-get install qgis 2 Reading pac ...
分类:系统相关   时间:2021-04-09 13:42:27    阅读次数:0
C# 将多个图片合成 pdf 及 多个pdf 合成 pdf 方案
获取 itextsharp 包 files 图片文件路径列表 pdfFileName 输出的 pdf文件 public bool MergeFileToPDF(List<string> files,string pdfFileName) { iTextSharp.text.Document docu ...
分类:Windows程序   时间:2021-04-09 13:38:52    阅读次数:0
重构系统默认 alert() 方法
以下是针对移动端所设计的样式,如需pc端的请自行更改 window.onload = function(){ window.alert = function(msg, callback) { var div = document.createElement("div"); div.innerHTML ...
分类:其他好文   时间:2021-04-09 13:35:30    阅读次数:0
VUE——使用easy-typer-js实现打字机效果
前言 github:https://github.com/pengqiangsheng/easy-typer-js 内容 安装 npm install easy-typer-js --save 封装 print.js import EasyTyper from 'easy-typer-js' exp ...
分类:Web程序   时间:2021-04-09 13:02:48    阅读次数:0
celery工作原理和代码
1.celery介绍 pip install celery == 4.4.7 pip install redis == 3.5.3 pip install eventlet == 0.26.1 Celery 是一个 基于python开发的分布式异步消息任务队列,通过它可以轻松的实现任务的异步处理, ...
分类:其他好文   时间:2021-04-08 13:57:36    阅读次数:0
zabbix
zabbix服务端安装 环境: 主机|ip|应用 | | 服务端|192.168.23.140|基于lamp架构下部署zabbix server, zabbix agent 准备工作 //安装依赖包 [root@localhost ~]# yum -y install net-snmp-devel ...
分类:其他好文   时间:2021-04-08 13:51:27    阅读次数:0
Docker安装
官方文档: https://docs.docker.com/engine/install/centos/ 1、先卸载旧版本 sudo yum remove docker \ docker-client \ docker-client-latest \ docker-common \ docker-l ...
分类:其他好文   时间:2021-04-08 13:41:47    阅读次数:0
Python - pyenv
pyenv 用来管理不同版本的python,管理python的虚拟环境 1、 安装 1.1 安装依赖 sudo apt-get install -y make build-essential libssl-dev zlib1g-dev \ libbz2-dev libreadline-dev lib ...
分类:编程语言   时间:2021-04-08 13:34:13    阅读次数:0
(定期更改Login Windows和Lotus密碼)
IT Procedure (定期更改Login Windows和Lotus密碼) Document Name: 定期更改Login Windows和Lotus密碼 Effective Date: 2007/10/15 Responsible By Type Windows Category User ...
分类:Windows程序   时间:2021-04-08 13:29:06    阅读次数:0
60419条   上一页 1 ... 54 55 56 57 58 ... 6042 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!