上一页 1 2 3 4 5 6 ··· 9 下一页
摘要: p5.js 是一个JavaScript的函数库,它在制作之初就和Processing有同样的目标。就是让艺术家,设计师,教育工作者和编程初学者能够很容易,很轻松地学习和使用程序设计。并且它也能给现在的网页带来一些新的东西,例如p5的官方网站。 p5.js是一个对初学者非常友好的编程环境,我以亲身经历 阅读全文
posted @ 2021-10-08 11:40 潇潇-lucky 阅读(731) 评论(0) 推荐(0) 编辑
摘要: Vue无限加载vue-infinite-loading使用详解 https://peachscript.github.io/vue-infinite-loading/zh/guide/#%E5%BC%95%E7%94%A8%E6%8F%92%E4%BB%B6 阅读全文
posted @ 2021-09-02 09:42 潇潇-lucky 阅读(296) 评论(0) 推荐(0) 编辑
摘要: https://www.lodashjs.com/ Lodash 是一个一致性、模块化、高性能的 JavaScript 实用工具库。 为什么选择 Lodash ?# Lodash 通过降低 array、number、objects、string 等等的使用难度从而让 JavaScript 变得更简单 阅读全文
posted @ 2021-06-11 15:17 潇潇-lucky 阅读(33) 评论(0) 推荐(0) 编辑
摘要: http://www.igeekbar.com/igclass/code/85ac0523-2562-4908-9114-2078851fb167.htm https://cecropia.github.io/thehallaframe/# http://www.igeekbar.com/igcla 阅读全文
posted @ 2021-05-25 14:03 潇潇-lucky 阅读(262) 评论(0) 推荐(0) 编辑
摘要: http://www.itxst.com/vue-draggable/re7vfyfe.html 阅读全文
posted @ 2021-05-18 14:55 潇潇-lucky 阅读(127) 评论(0) 推荐(0) 编辑
摘要: index.js import Vue from 'vue'; import Vuex from 'vuex'; import base from './modules/base'; import user from './modules/user'; Vue.use(Vuex); // store 阅读全文
posted @ 2021-04-25 11:18 潇潇-lucky 阅读(361) 评论(0) 推荐(0) 编辑
摘要: <div class="case__build" @touchstart="down($event, 'toTop')" @touchmove.prevent="move($event, 'toTop')" @touchend="end" @click="build" id="toTop" > </ 阅读全文
posted @ 2021-04-21 11:29 潇潇-lucky 阅读(151) 评论(0) 推荐(0) 编辑
摘要: // 字符串加密 export function enCode (code) { var c=String.fromCharCode(code.charCodeAt(0)+code.length); for(var i=1;i<code.length;i++){ c+=String.fromChar 阅读全文
posted @ 2021-04-20 16:03 潇潇-lucky 阅读(111) 评论(0) 推荐(0) 编辑
摘要: 由于Vue会复用相同的组件, 将不在执行created, mounted之类的钩子, 这时候就需要通过设置路由钩子beforeRouteUpdate或者监听$route的变化来执行相关方法更新数据。如果不想要复用组件,可以根据需要进行如下设置。 1.设置router-view 的key为$route 阅读全文
posted @ 2021-04-14 14:05 潇潇-lucky 阅读(5022) 评论(0) 推荐(0) 编辑
摘要: 工具使用 https://juejin.cn/post/6937092573429235720 阅读全文
posted @ 2021-03-08 17:30 潇潇-lucky 阅读(38) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 9 下一页