自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

DreamFJ的博客

技术+生活

  • 博客(17)
  • 收藏
  • 关注

转载 Vue——插件的两种实现方式

Vue——插件的两种实现方式

2019-05-31 15:53:05 376

转载 小琼推荐博客

https://github.com/ljianshu/Bloghttps://segmentfault.com/u/minnanitkong/articles?sort=vote

2019-05-28 18:38:17 100

转载 Async/await学习

Async/await学习

2019-05-28 17:15:08 112

转载 ES6 Promise 用法讲解

ES6 Promise 用法讲解

2019-05-28 15:08:21 185

原创 2019/5/27——自学封装vue插件

1、用官方提供的vue-cli来构建项目 这里选择了webpack-simple(组件相对而言比较简单,不需要很多复杂的功能,所以 webpack-simple 已经满足需求了)$ npm install -g vue-cli$ vue init webpack-simple my-project$ cd my-project$ npm install2、...写组件...

2019-05-27 15:43:35 235

原创 获取cookie的插件js-cookie

npm install就行用法:https://www.npmjs.com/package/js-cookie

2019-05-24 11:47:51 1355

转载 [Vue warn]: You are using the runtime-only build of Vue where the template compiler is not available

[Vue warn]: You are using the runtime-only build of Vue where the template compiler is not available. Either pre-compile the templates into render functions, or use the compiler-included build.解决方法...

2019-05-22 11:39:29 159

转载 更改audio src路径后,获取duration为NaN的解决方法

转自:https://blog.csdn.net/chenjineng/article/details/77650870

2019-05-20 18:51:01 1281

转载 如何在vue中引入本地的音频文件

转自:https://www.2cto.com/kf/201708/666425.html

2019-05-20 17:23:09 7541

转载 如何在苹果官网下载旧版本的Xcode

转自:https://jingyan.baidu.com/article/73c3ce2811c6eee50343d9d2.html

2019-05-20 15:54:13 1686

转载 [Math Processing Error] 问题的解决(F5刷新页面与 Ctrl/Shift + F5 刷新页面的区别)

转自:https://blog.csdn.net/lanchunhui/article/details/70313395

2019-05-15 19:08:43 2901

转载 max(min)-device-width和max(min)-width的区别

转自:http://www.webkaka.com/tutorial/html/2015/082713/

2019-05-14 17:07:29 219

转载 iPhone X Web前端页面适配(处理可爱的刘海)

转自:https://blog.csdn.net/qq814374557/article/details/78675845

2019-05-14 13:27:58 1019

转载 MathJax: 让前端支持数学公式

转自:https://www.jianshu.com/p/03a7bb984a1d注意:配置$$行内显示一定要两个都写上,不然无效,应该还是用的默认的

2019-05-09 14:09:13 1082

转载 通过v-html指令渲染的富文本无法修改样式的解决方案

转自:https://www.cnblogs.com/minigrasshopper/p/8011900.html

2019-05-08 19:05:09 999

转载 js将小数转换为百分数

function toPercent(point){ if (point==0) { return 0; } var str=Number(point*100).toFixed(); str+="%"; return str; ...

2019-05-07 14:30:45 2707

转载 vue动态绑定disable实现禁用控件

https://blog.csdn.net/y_0927/article/details/85119120

2019-05-07 10:57:02 5511

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除