上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 15 下一页
摘要: @echo off @title bat 交互执行git命令 D: cd D:/git/test git add . git commit -m %date:~0,4%年%date:~5,2%月%date:~8,2%日 感谢原文地址 https://blog.csdn.net/u013788943/ 阅读全文
posted @ 2021-11-18 15:45 一直闭眼看世界 阅读(396) 评论(0) 推荐(0) 编辑
摘要: 1 安装插件 npm install -D compression-webpack-plugin 2 配置插件 配置中出现版本问题 我最后使用了 "compression-webpack-plugin": "5.0.1", const CompressionPlugin = require("com 阅读全文
posted @ 2021-11-16 12:18 一直闭眼看世界 阅读(97) 评论(0) 推荐(0) 编辑
摘要: test.vue <template> <div :class="$style.container"> <Form v-model:name="form.name" v-model:surname="form.surname" @submit="onSubmit" /> {{form.name}} 阅读全文
posted @ 2021-11-15 15:07 一直闭眼看世界 阅读(1336) 评论(0) 推荐(0) 编辑
摘要: 众所周知 scoped 只对内部生效 一般做法是 <style> /* global styles */ </style> <style scoped> /* local styles */ </style> 现在简洁的做法 <style scoped> :global(.red) { color: 阅读全文
posted @ 2021-11-15 11:29 一直闭眼看世界 阅读(370) 评论(0) 推荐(0) 编辑
摘要: 大家都想自动写代码 还有一种情况就是让机器重写一遍你的代码 你可以思考当然也可以划水 我看网上很少介绍 特意拿出来分享 地址 https://github.com/zy445566/vscode-plugin-swimming 效果如下 1 先选择自己的代码 2 右键code rewriting 3 阅读全文
posted @ 2021-11-15 10:48 一直闭眼看世界 阅读(65) 评论(0) 推荐(0) 编辑
摘要: 解决方案 二、分析问题 Python在安装时,默认的编码是ascii,当程序中出现非ascii编码时,python的处理常常会报这样的错UnicodeDecodeError: 'ascii' codec can't decode byte 0x?? in position 1: ordinal no 阅读全文
posted @ 2021-04-29 14:52 一直闭眼看世界 阅读(384) 评论(0) 推荐(0) 编辑
摘要: 程序是方法论的流程化 让你流出更多的时间做重要的事 拓展了生命长度 地铁入口前总是一堆人停下脚步做准备: 低头拿出手机 找到通信行程卡 勾选同意授权 点击查询 走过去排队 展示绿色行程卡 整个过程持续一分钟左右 有没有更好的办法呢 ? 效果如下 只点击了一次通行图标(通行是自己写的脚本)其他都是自动 阅读全文
posted @ 2021-04-16 11:41 一直闭眼看世界 阅读(122) 评论(0) 推荐(0) 编辑
摘要: https://stackblitz.com/edit/vue-wufkvw https://codepen.io/shubniggurath/pen/gOgeyKr https://jsfiddle.net/ 巨慢 http://jsrun.net/new 国内 阅读全文
posted @ 2021-04-14 17:11 一直闭眼看世界 阅读(39) 评论(0) 推荐(0) 编辑
摘要: https://mp.weixin.qq.com/s?src=11&timestamp=1617346976&ver=2983&signature=n-t7nT7XSz45zKO-z-WLzvIRjCF8Q3-Kh-nVbGg6dMw6HN0jdKBnYFrdFnYGPr3gFcfRDEbUl5c0 阅读全文
posted @ 2021-04-02 15:25 一直闭眼看世界 阅读(29) 评论(0) 推荐(0) 编辑
摘要: https://mp.weixin.qq.com/s?src=11&timestamp=1617243114&ver=2981&signature=bMulw*5gttzxUedt9xxiLZ53dX4Dhj4RTlke1qReHtN2CeSHUfoftlyW6MAAg1q4nn9lihntPz-C 阅读全文
posted @ 2021-04-01 11:27 一直闭眼看世界 阅读(49) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 15 下一页