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