• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
you1you
博客园 首页 新随笔 管理

随笔分类 -  工具

1 2 下一页

 
eslint 配置
摘要:{ "editor.tabSize": 2, "standard.validate": [ "javascript", "javascriptreact", { "language": "vue", "autoFix": true } ], "standard.options": { "plugin": [ ... 阅读全文
posted @ 2019-10-31 11:23 you1you
promise 用
该文被密码保护。
posted @ 2019-10-30 16:31 you1you
loadding...
该文被密码保护。
posted @ 2019-10-29 13:32 you1you
时间工具函数
该文被密码保护。
posted @ 2019-10-28 21:02 you1you
获取数组的随机数
摘要:getRondom (arr, len) { var out = [] while (len) { var index = Math.floor(Math.random() * arr.length) if (out.includes(index)) { } else { arr.splice(index, 1) out = out.concat(index) len-- } } return o 阅读全文
posted @ 2019-10-27 19:00 you1you
预加载图片
该文被密码保护。
posted @ 2019-10-26 20:13 you1you
趋势线
该文被密码保护。
posted @ 2019-10-26 19:50 you1you
封装一个拖拽
摘要:export default { bind: function (el, binding, vnode) { const docEl = document.documentElement const move = function (e) { e.preventDefault() if (e.targetTouches.length === 1) { ... 阅读全文
posted @ 2019-10-25 13:34 you1you
伪类
摘要:.view-action[data-v-eed1247a]:before { content: ""; position: absolute; width: .75rem; height: .75rem; border-style: solid; border-color: #fff; border-width: .0625rem 0 0 .0625rem; -webkit-transform: 阅读全文
posted @ 2019-10-24 11:35 you1you
svg使用
摘要:Vue.component('XSvg', () => import('./abc-svg')) <x-svg icon-name="personl" height="24" @click.native="" > <icon-personl /> </x-svg> <x-svg icon-name= 阅读全文
posted @ 2019-10-24 11:34 you1you
react 管理平台
摘要:https://open.vbill.cn/react-admin/ 开源中国:https://gitee.com/sxfad/react-admin.git GitHub:https://github.com/sxfad/react-admin.git 文档:https://open.vbill. 阅读全文
posted @ 2019-10-22 21:00 you1you
玩法
该文被密码保护。
posted @ 2019-10-21 20:18 you1you
首页性能优化
摘要:1. 用 ... 动态效果 吸引注意力, 动画可以让人感觉时间快一些, 动画做大一点 2. 不是首页的js不用引入, 暂时没找到好的实现方法 3. ssr 阅读全文
posted @ 2019-10-20 16:57 you1you
玩法
该文被密码保护。
posted @ 2019-10-20 10:42 you1you
MI
该文被密码保护。
posted @ 2019-10-19 19:41 you1you
vue 安装插件
摘要:https://www.cnblogs.com/mengfangui/p/9046525.html 阅读全文
posted @ 2019-10-19 18:45 you1you
水波效果
摘要:.download-app { position: fixed; bottom: 0; left: 0; z-index: 20; color: #fff; font-size: 24px; overflow: hidden; width: 100%; height: 84px; background: url("../../../../assets/images/base/wave_bg.png 阅读全文
posted @ 2019-10-17 16:30 you1you
vue 换肤
摘要:/* eslint-disable */ // 设置文件 import setting from "@/setting.js"; const themeList = setting.theme.list; export default { namespaced: true, state: { // 主题 list: themeList, // 现在激活的主题 这应该是一个名字 不是对象 activ 阅读全文
posted @ 2019-10-14 21:35 you1you
工具 集合
摘要:cdn 又拍云 https://xiaozhuanlan.com/moocba 这个网站加速后确实快. 快速制h5页面 FQ--搬瓦工 shadowsocks 阅读全文
posted @ 2018-06-15 14:36 you1you
常用工具网站集合
摘要:16进制转成字符串 阅读全文
posted @ 2018-04-16 09:26 you1you
 

1 2 下一页

博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3