会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Undefined_hui
博客园
首页
新随笔
联系
管理
订阅
随笔- 12 文章- 0 评论- 2 阅读-
11604
2018年5月4日
Node Sass does not yet support your current environment: OS X 64-bit with Unsupported runtime
摘要: 运行以下命令解决:
阅读全文
posted @ 2018-05-04 14:50 Undefined_hui
阅读(404)
评论(0)
推荐(0)
2018年3月17日
原生javascript获取当前日期
摘要: Date.prototype.Format = function(fmt) { //author: meizz var o = { "M+" : this.getMonth()+1, //月份 "d+" : this.getDate(), //日 "h+" : this.getHours...
阅读全文
posted @ 2018-03-17 14:10 Undefined_hui
阅读(245)
评论(0)
推荐(0)
2018年3月6日
vis.js使用font-awesome时,字体显示为一个小方块,firefox下面直接不显示
摘要: 框架:Vue.js 使用: main.js: webpack.base.conf.js: vis.js渲染代码: 显示结果: 解决方法:在canvas前面添加一个标签,先渲染一个fonticon 结果:
阅读全文
posted @ 2018-03-06 11:14 Undefined_hui
阅读(1295)
评论(0)
推荐(0)
2018年2月8日
mac ssh 下载文件
摘要: 1.登陆 ssh username@ip -p port example: ssh root@192.168.105.205 -p 22345 2.下载文件 scp -P port username@ip:文件地址 下载到本地的地址 example: ssh -P 22345 root@192.16
阅读全文
posted @ 2018-02-08 14:59 Undefined_hui
阅读(623)
评论(0)
推荐(0)
2018年2月1日
vue scss公共模块image图片地址使用变量方式
摘要: 在config.scss文件中定义变量: 在App.vue中引入config.scss: 使用:
阅读全文
posted @ 2018-02-01 15:46 Undefined_hui
阅读(1559)
评论(0)
推荐(0)
2018年1月26日
git 删除 submodule
摘要: 1.删除submodule文件夹 2.删除.gitmodule文件 3.删除.git文件夹下的config文件里面的这些:
阅读全文
posted @ 2018-01-26 14:43 Undefined_hui
阅读(1176)
评论(0)
推荐(0)
2018年1月25日
mac下面npm run e2e提示:no java runtime present requesting install
摘要: 如果安装完还提示这个错误,可以 vim .bash_profile 添加: export JAVA_HOME="/Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home" export PATH=${JAVA_HOME}/bin
阅读全文
posted @ 2018-01-25 17:49 Undefined_hui
阅读(392)
评论(0)
推荐(0)
2018年1月24日
nightwach 使用xpathwu xiao
摘要: nightwatch run e2e时想要匹配文字内容 但是css selector不能得到想要的结果,所以使用xpath 使用方法: 一、添加usePath配置 二、使用 三、csstopath代码如何写 https://css2xpath.github.io/
阅读全文
posted @ 2018-01-24 17:10 Undefined_hui
阅读(141)
评论(0)
推荐(0)
2018年1月12日
vue 项目 在ie浏览器下页面显示为空
摘要: 在main.js中添加: 在webpack.base.conf.js中修改 但是还是发现报错: polyfill-eventsource added missing EventSource to window 这时候再下载event-source-polyfill模块 并将webpack.base.
阅读全文
posted @ 2018-01-12 16:07 Undefined_hui
阅读(4236)
评论(2)
推荐(0)
2018年1月11日
vue npm run unit Error: [vuex] vuex requires a Promise polyfill in this browser.
摘要: 解决方法: karma.conf.js
阅读全文
posted @ 2018-01-11 11:11 Undefined_hui
阅读(810)
评论(0)
推荐(0)
下一页
公告
昵称:
Undefined_hui
园龄:
9年5个月
粉丝:
0
关注:
0
<
2025年6月
>
日
一
二
三
四
五
六
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
1
2
3
4
5
6
7
8
9
10
11
12
点击右上角即可分享