会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
一直闭眼看世界
简单点,解决的方式再简单点
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
5
6
7
8
9
10
11
12
13
···
15
下一页
2021年11月18日
git 每日定时提交脚本
摘要: @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 一直闭眼看世界
阅读(435)
评论(0)
推荐(0)
2021年11月16日
实测压缩性能 和 服务器配置
摘要: 1 安装插件 npm install -D compression-webpack-plugin 2 配置插件 配置中出现版本问题 我最后使用了 "compression-webpack-plugin": "5.0.1", const CompressionPlugin = require("com
阅读全文
posted @ 2021-11-16 12:18 一直闭眼看世界
阅读(117)
评论(0)
推荐(0)
2021年11月15日
vue3 绑定多个model技巧之 抽取useVModel
摘要: 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 一直闭眼看世界
阅读(1436)
评论(0)
推荐(0)
vue 高级技巧之 scoped 下的全局样式
摘要: 众所周知 scoped 只对内部生效 一般做法是 <style> /* global styles */ </style> <style scoped> /* local styles */ </style> 现在简洁的做法 <style scoped> :global(.red) { color:
阅读全文
posted @ 2021-11-15 11:29 一直闭眼看世界
阅读(398)
评论(0)
推荐(0)
vscode 写代码不算划水吧
摘要: 大家都想自动写代码 还有一种情况就是让机器重写一遍你的代码 你可以思考当然也可以划水 我看网上很少介绍 特意拿出来分享 地址 https://github.com/zy445566/vscode-plugin-swimming 效果如下 1 先选择自己的代码 2 右键code rewriting 3
阅读全文
posted @ 2021-11-15 10:48 一直闭眼看世界
阅读(79)
评论(0)
推荐(0)
2021年4月29日
python 报错解决
摘要: 解决方案 二、分析问题 Python在安装时,默认的编码是ascii,当程序中出现非ascii编码时,python的处理常常会报这样的错UnicodeDecodeError: 'ascii' codec can't decode byte 0x?? in position 1: ordinal no
阅读全文
posted @ 2021-04-29 14:52 一直闭眼看世界
阅读(477)
评论(0)
推荐(0)
2021年4月16日
探索地铁行程卡快速通过
摘要: 程序是方法论的流程化 让你流出更多的时间做重要的事 拓展了生命长度 地铁入口前总是一堆人停下脚步做准备: 低头拿出手机 找到通信行程卡 勾选同意授权 点击查询 走过去排队 展示绿色行程卡 整个过程持续一分钟左右 有没有更好的办法呢 ? 效果如下 只点击了一次通行图标(通行是自己写的脚本)其他都是自动
阅读全文
posted @ 2021-04-16 11:41 一直闭眼看世界
阅读(153)
评论(0)
推荐(0)
2021年4月14日
在线编辑器汇总
摘要: 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 一直闭眼看世界
阅读(57)
评论(0)
推荐(0)
2021年4月2日
hexo 图片插入问题
摘要: https://mp.weixin.qq.com/s?src=11×tamp=1617346976&ver=2983&signature=n-t7nT7XSz45zKO-z-WLzvIRjCF8Q3-Kh-nVbGg6dMw6HN0jdKBnYFrdFnYGPr3gFcfRDEbUl5c0
阅读全文
posted @ 2021-04-02 15:25 一直闭眼看世界
阅读(42)
评论(0)
推荐(0)
2021年4月1日
vue3 部分demo 文章 为作者点赞
摘要: https://mp.weixin.qq.com/s?src=11×tamp=1617243114&ver=2981&signature=bMulw*5gttzxUedt9xxiLZ53dX4Dhj4RTlke1qReHtN2CeSHUfoftlyW6MAAg1q4nn9lihntPz-C
阅读全文
posted @ 2021-04-01 11:27 一直闭眼看世界
阅读(62)
评论(0)
推荐(0)
上一页
1
···
5
6
7
8
9
10
11
12
13
···
15
下一页
公告