自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(16)
  • 资源 (81)
  • 收藏
  • 关注

原创 eslint:"node": true的重要性

JQuery项目报了下面的错// 在env配置项中加了,"browser": true//sessionStorage,alert,location,document报错全没了// 附带说一句 ,再配置了一堆全局变量,所有的错误就没了“$”:“readonly”,“baseUrl”:“readonly”,“education”:“readonly”,“regex”...

2019-09-27 18:47:44 507

原创 Vue和JQuery: 单文件/图片视频音频上传

三步逻辑://手动或是自动触发input:file的上传// 用户选中图片或是文件后,会自动触发change事件// this.files[0]拿到选中的文件,URL.createObjectURL()可以创造出一个url <link rel="stylesheet" href="./font/iconfont.css" /> <style> ...

2019-09-26 19:44:06 464

原创 字体图标第一篇: iconfont目录分析,及三种图标使用方式

下载下来就有这些文件(看下面选择你要保留的文件)emon.css和demon_index.html有 三种使用方式及名称1)使用unicode方式:(.ttf .woff .woff2 .eot这四个文件和iconfont.css必要) –兼容ie6以上选这个2) font-class方式(.ttf .woff .woff2 .eot这四个文件和iconfont.css必要) –兼容ie......

2019-09-24 18:25:29 1034

原创 Vue:为项目添加路由功能

如果你像我这样创建项目时,未选择路由功能,// 可以保留自己的组件,重新vue ui 选择需要的功能vue ui

2019-09-24 13:43:36 771

原创 CSS:固定宽高的图片放在行内块,无法和父亲一样大

//行内块放行内块对不齐,给图片来一份display:block;

2019-09-23 12:42:25 217

原创 CSS:兼容ie8

你看谷歌下正常的页面ie8下(圆角,placeholder属性,)

2019-09-22 23:09:18 197

原创 自定义:单选框

1.看效果, ie8和谷歌都可以2.

2019-09-21 15:21:04 88

原创 项目:工匠信息录入

设置了行高不生效,没法让行内块居中// 首先父盒子设置行高 行内块的子盒子来个vertical-align:middle;

2019-09-20 17:49:43 414

原创 微信小程序:一个警告

看这里// 原生小程序改 sitemap.jsonwepy之类的框架改这个文件 project.config.json在settting中将改字段改成false,删除dist目录后重新打包 "setting": { "checkSiteMap": false },...

2019-09-20 10:31:00 342

原创 eslint:先导篇

eslint默认检测.js文件。//如果你想要检测.vue的文件,去看看eslint-plugin-vue的官方文档检查的错误有三个级别js文件报错,可以查eslint官网的rules.j。执行命令加上–fix会自动修复错误//vue文件的报错得去eslint-plugin-vue查规则。...

2019-09-13 11:19:18 80

原创 eslint:踩过的很奇妙的坑

npm run serve后eslint就报这错了// 原来是我把etends给注释了[笑哭]

2019-09-11 15:07:11 264

原创 微信小程序:实现navbar标签页

2. 该项目基于wepy1.X版本实现的//通过给data-idx="{{index}}"通过事件对象event…currentTarget.dataset.idx拿到值给data中变量

2019-09-09 19:15:15 915

原创 eslint:让vue项目报错

npm run lint开启eslint检查(或者用这个npm run serve)看这项目,运行起来了竟然没有报错 。。。。。。(内心崩溃)看这(把eslint配置文件删了,安装eslint官网重新下了配置了eslint文件结果报下面的错)某得办法了,只好去vuecli下载项目(把src和package.json扔过去,重新下载依赖)...

2019-09-07 17:31:50 289

原创 微信小程序:wepy语法高亮及代码片段

在vue.json中配置代码片段//记得vscode先安装minapp,再使用wepy "Print to console": { "prefix": "wepy", "body": [ "<template lang='wxml' miniapp='wepy'>"," <view class='container'>"," ...

2019-09-06 13:46:46 978

原创 项目:e修师傅小程序

问题1:项目链接:

2019-09-04 17:43:42 303

原创 Vue:Vue.component(),Vue.use(),Vue.protype.区别

结果: Vue.use(对象).Vue.component('组件名',对象)。//这两种方式都可以注册element-ui的组件及封装的单文件组件。只是vue.use使用要简单点上面两种方式是对象,必定要有install属性。而Vue.protype.$message,Vue.protype.axios之类的是个方法...

2019-09-01 22:37:59 2077

版本质量评估动画版本质量评估动画版本质量评估动画

版本质量评估动画版本质量评估动画版本质量评估动画

2022-08-13

内存泄露,闭包 内存泄露,闭包 内存泄露,闭包

内存泄露,闭包 内存泄露,闭包 内存泄露,闭包

2022-08-11

carc1subject4.json

carc1subject4.json

2022-06-20

carc1subject1

carc1subject1

2022-06-20

shop-adminshop-admin

shop-admin

2022-05-25

libvips-8.12.2-win32-x64.tar.br

libvips-8.12.2-win32-x64.tar.br

2022-04-30

14个绿色CSS3加载Loading动画特效.rar

css

2021-09-20

大众明星网后台打包项目 51

大众明星网后台打包项目 51

2021-05-01

大众明星网前台项目 51

大众明星网前台项目 51

2021-05-01

大众明星网前台项目 430

大众明星网前台项目 430

2021-04-30

大众明星网前台项目 429

大众明星网前台项目 429

2021-04-29

大众明星网后台项目 427hahahah

大众明星网后台项目 427hahahah

2021-04-27

大众明星网后台打包项目 427

大众明星网后台打包项目 427

2021-04-27

大众明星网前台项目 427

大众明星网前台项目 427

2021-04-27

大众明星网前台项目 427

大众明星网前台项目 427

2021-04-27

大众明星网后台项目 426

大众明星网后台项目 426

2021-04-26

大众明星网前台项目 42603

大众明星网前台项目 42603

2021-04-26

大众明星网后台项目 426

大众明星网后台项目 426

2021-04-26

大众明星网后台打包项目 426

大众明星网后台打包项目 426

2021-04-26

大众明星网前台项目 426

大众明星网前台项目 426

2021-04-26

大众明星网前台项目 426

大众明星网前台项目 426

2021-04-26

大众明星网前台项目 425

大众明星网前台项目 425

2021-04-25

大众明星网后台项目 425

大众明星网后台项目 425

2021-04-25

com.application.demo.release.1.0.0.rpk

兴发商店 快应用包

2021-04-23

兴发装饰快应用包 423

兴发装饰快应用包 423

2021-04-23

大众明星网前台项目 42202

大众明星网前台项目 42202

2021-04-22

大众明星网后台打包项目 42202

大众明星网后台打包项目 42202

2021-04-22

大众明星网后台项目 422

大众明星网后台项目 422

2021-04-22

大众明星网后台打包项目 422

大众明星网后台打包项目 422

2021-04-22

大众明星网前台项目 422

大众明星网前台项目 422

2021-04-22

大众明星网后台项目 42102

大众明星网后台项目 42102

2021-04-21

大众明星网前台项目 42102

大众明星网前台项目 42102

2021-04-21

大众明星网前台项目 421

大众明星网前台项目 421

2021-04-21

大众明星网后台项目 打包415

大众明星网后台项目 打包415

2021-04-20

大众明星网后台项目 415

大众明星网后台项目 415

2021-04-15

大众明星网前台项目 415

大众明星网前台项目 415

2021-04-15

大众明星网后台项目 415

大众明星网后台项目 415

2021-04-15

大众明星网前台项目 415

大众明星网前台项目 415

2021-04-15

大众明星网前台项目 414

大众明星网前台项目 414

2021-04-14

大众明星网前台资源 41302

大众明星网前台资源 41302

2021-04-13

空空如也

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

TA关注的人

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