码迷,mamicode.com
首页 >  
搜索关键字:scripts    ( 4455个结果
This usually happens because your environment has changed since running `npm install`.
[4/8] ? node-sass error E:\webstorm_workspace\hzl-admin\node_modules\node-sass: Command failed. Exit code: 1 Command: node scripts/build.js 此时运行按照提示执行 ...
分类:移动开发   时间:2020-02-19 21:17:04    阅读次数:112
应用卸载 卸载Wireshark为例
How do I uninstall? 1. Remove/Applications/Wireshark.app 2. Remove/Library/Application Support/Wireshark 3. Remove the wrapper scripts from/usr/local/ ...
分类:其他好文   时间:2020-02-19 20:50:10    阅读次数:335
输入npm install 报错node-sass@4.13.0 postinstall:`node scripts/build.js` Failed at the node-sass@4.13.0(scratch-www npm i失败)
这个是因为sass安装时获取源的问题,先修改sass安装的源,再运行npm install就成功了 npm config set sass_binary_site=https://npm.taobao.org/mirrors/node-sass ...
分类:Web程序   时间:2020-02-19 05:44:49    阅读次数:99
send-mail: fatal: parameter inet_interfaces: no local interface found for ::1
[root@iZbp145axkc98giot5b448Z network-scripts]# mail wgr Subject: test test test . EOT [root@iZbp145axkc98giot5b448Z network-scripts]# send-mail: fata ...
分类:Web程序   时间:2020-02-19 01:13:48    阅读次数:110
[Contract] Truffle 使用流程
Installation $ npm install -g truffle Choose ethereum client (Ganache OR truffle build in `truffle develop`) https://www.trufflesuite.com/docs/truffle ...
分类:其他好文   时间:2020-02-18 14:43:23    阅读次数:86
CentOS 7.5操作系统下定时更新系统时间
一、前期说明 场景:服务器可以正常访问互联网的情况下 方法:通过shell+crond来让其实现每隔5分钟更新一次系统时间 二、shell脚本 脚本名称:update_os_time.sh 存放位置: /server/scripts/ 注意事项:请检查是否存在ntpdate命令,若没有,则用yum ...
分类:其他好文   时间:2020-02-18 09:51:36    阅读次数:143
一句话修改UUID
# 直接修改uuid UUID=`uuidgen` && sed -i "/^UUID/cUUID=${UUID}" /etc/sysconfig/network-scripts/ifcfg-ens32 # 重启网络 service network restart ...
分类:其他好文   时间:2020-02-18 09:25:46    阅读次数:68
vim配置
vundle (vim 插件管理器) Vundle 简介 Vundle 是 Vim bundle 的简称,是一个 Vim 插件管理器. (bundle 是 打包的文件、程序的集合) Vundle 允许你做… 在 .vimrc中 跟踪 和 管理 插件 安装特定格式的插件(a.k.a. scripts/ ...
分类:系统相关   时间:2020-02-17 14:17:56    阅读次数:104
虚拟化安全服务器のIP修改配置
1)进入网卡配置文件目录(以centos7.6为例) cd /etc/sysconfig/network-scripts 2)编辑配置文件(根据自己机器实际网卡进行编辑), 如Vi ifcfg-Auto_eth1 3)设置IP地址,配置完成后保存退出 4)重启网卡服务 service network ...
分类:其他好文   时间:2020-02-15 15:18:13    阅读次数:77
引用脚本js文件与css文件
使用wp_enqueue_scripts函数配合wp_head()在header.php中使用 在functions.php文件中添加 function tone_front_script() { wp_enqueue_style( 'css名', get_template_directory_ur ...
分类:Web程序   时间:2020-02-15 15:15:34    阅读次数:100
4455条   上一页 1 ... 33 34 35 36 37 ... 446 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!