上一页 1 2 3 4 5 6 7 ··· 15 下一页
摘要: 使用gulp-babel转换ES6到ES5,然后用uglify对代码压缩,gulpfile中的代码片段: gulp.task('default', () => gulp.src('src/app.js') .pipe(babel()) .pipe(gulp.dest('dist')) ); 看到下面 阅读全文
posted @ 2023-02-09 09:39 johnjackson 阅读(297) 评论(0) 推荐(0) 编辑
摘要: TVBOX下载 https://qiqi2020.lanzouw.com/b09svqv1c TVBOX本地接口"教程https://www.cnblogs.com/johnjackson/p/17855441.html 接口汇总:这个是个网站不是配置文件地址,打开网站上可以获取配置地址 https 阅读全文
posted @ 2023-02-01 13:30 johnjackson 阅读(240807) 评论(11) 推荐(1) 编辑
摘要: 这个工具目前是免费的,能用多久不确定。 https://chatgpt.sbaliyun.com/ 用法: 在上面的文本框中输入问题,例如: 能对它进行优化吗?然后说一下优化前后的差别。getIds(arr, id) { return _.reduce( arr, (str, item, index 阅读全文
posted @ 2023-01-16 16:02 johnjackson 阅读(2546) 评论(0) 推荐(0) 编辑
摘要: https://m.xitongzhijia.net/xtjc/20211107/231414.html 阅读全文
posted @ 2022-12-01 22:08 johnjackson 阅读(55) 评论(0) 推荐(0) 编辑
摘要: 我用putty登录到我的红米AX5路由器出现中文乱码, 点左上坐图标打开下拉菜单,再点change setting(也可以在启动putty时的左边菜单中), 改Translation中的Remote character set 为UTF-8就好了。 阅读全文
posted @ 2022-08-23 20:32 johnjackson 阅读(40) 评论(0) 推荐(0) 编辑
摘要: ::-webkit-scrollbar { width: 4px !important; background-color: #012d58 !important; border-radius: 4px !important; } ::-webkit-scrollbar-thumb { border 阅读全文
posted @ 2022-08-22 09:11 johnjackson 阅读(157) 评论(0) 推荐(0) 编辑
摘要: 百度云 https://pan.baidu.com/s/1NvIctv-3BIUXEUj7luA7tQ 天翼去 https://cloud.189.cn/t/Y3IvE3nQnuY3 夸克云 https://pan.quark.cn/s/b5f777054b63 激活码 215412 阅读全文
posted @ 2022-08-20 10:15 johnjackson 阅读(258) 评论(0) 推荐(0) 编辑
摘要: https://www.xiaoheimi.net/index.php/vod/play/id/40078/sid/1/nid/1.html 阅读全文
posted @ 2022-07-18 20:14 johnjackson 阅读(1169) 评论(0) 推荐(0) 编辑
摘要: https://www.xiaoheimi.net/index.php/vod/play/id/40759/sid/1/nid/1.html 阅读全文
posted @ 2022-07-16 11:58 johnjackson 阅读(270) 评论(0) 推荐(0) 编辑
摘要: 原因<Table> 中直接引用了store(vuex)映射过来的数据,而Table组件有BUG没有做深考备,并且还修改columns属性,而页面组件中也对store中的state做了watch并在变化时更新store,这样就循环了。 阅读全文
posted @ 2022-01-05 10:03 johnjackson 阅读(2736) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 15 下一页