[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
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
这个是因为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
[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
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
一、前期说明 场景:服务器可以正常访问互联网的情况下 方法:通过shell+crond来让其实现每隔5分钟更新一次系统时间 二、shell脚本 脚本名称:update_os_time.sh 存放位置: /server/scripts/ 注意事项:请检查是否存在ntpdate命令,若没有,则用yum ...
分类:
其他好文 时间:
2020-02-18 09:51:36
阅读次数:
143
# 直接修改uuid UUID=`uuidgen` && sed -i "/^UUID/cUUID=${UUID}" /etc/sysconfig/network-scripts/ifcfg-ens32 # 重启网络 service network restart ...
分类:
其他好文 时间:
2020-02-18 09:25:46
阅读次数:
68
vundle (vim 插件管理器) Vundle 简介 Vundle 是 Vim bundle 的简称,是一个 Vim 插件管理器. (bundle 是 打包的文件、程序的集合) Vundle 允许你做… 在 .vimrc中 跟踪 和 管理 插件 安装特定格式的插件(a.k.a. scripts/ ...
分类:
系统相关 时间:
2020-02-17 14:17:56
阅读次数:
104
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
使用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