码迷,mamicode.com
首页 >  
搜索关键字:pod install    ( 42270个结果
Vue 引入 svg文件
在做图标展示时,一般使用fontawesome图标库,只用简单并且只需要下载并引入即可。npm install font-awesome --save 但是发现身边也有人使用阿里巴巴的incofont,下载选择svg文件引入,具体封装和配置方法如下示: 以下操作是参考了已有框架的代码进行整理 1、在 ...
分类:其他好文   时间:2021-04-13 11:54:18    阅读次数:0
maven手动导入jar包
手动导入jar包需要有pom.xml文件。 mvn install:install-file -Dfile=G:\PXY\JFAPP\project28\ris-api-2.1.3\dcm4che\dcm4che-core\5.18.0\dcm4che-core-5.18.0.jar -Dgroup ...
分类:编程语言   时间:2021-04-12 12:48:47    阅读次数:0
TypeScript - 安装
在已经安装了node之后,在命令行中输入: npm install -g typescript 打印版本号,验证是否安装成功: tsc -v 参考: https://www.runoob.com/typescript/ts-install.html ...
分类:其他好文   时间:2021-04-12 12:38:35    阅读次数:0
源码安装nginx env
源码安装nginx For ubuntu:18.04 apt -y install build-essential libtool libpcre3 libpcre3-dev zlib1g-dev openssl net-tools curl wget wget -P /tmp http://ngi ...
分类:其他好文   时间:2021-04-12 12:27:54    阅读次数:0
Redis主从&哨兵集群搭建
主从集群 在搭建主从集群前,我们先把Redis安装起来: #解压Redis压缩包 [root@master lf]# tar -zxvf redis-6.2.1.tar.gz …… #安装gcc [root@master redis-6.2.1]# yum install gcc …… [root@ ...
分类:其他好文   时间:2021-04-12 12:08:05    阅读次数:0
window 远程桌面 CentOS-7-x86_64-Minimal-1908
打开vi /etc/selinux/config, 设置 SELINUX=disabled yum grouplist yum groupinstall "GNOME Desktop" "Graphical Administration Tools" 安装epel库 yum -y install e ...
分类:Windows程序   时间:2021-04-12 12:03:16    阅读次数:0
OpenWrt创建新用户及搭建samba服务器
1.安装依赖的软件包 opkg install shadow-common opkg install shadow-useradd 2、搭建samba服务器 opkg update opkg install samba36-server opkg install luci-app-samba opk ...
分类:其他好文   时间:2021-04-10 13:08:52    阅读次数:0
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
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
42270条   上一页 1 ... 46 47 48 49 50 ... 4227 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!