09 2021 档案
摘要:netcore3.1 ZXing.Net 解析二维码图片 nuget 添加 ZXing.Net.Bindings.SkiaSharp 使用 var txt = string.Empty; string path = "xxx.jpg"; var stream = System.IO.File.Ope
阅读全文
摘要:在vue生命周期的updated()时初始化swiper updated() { //解决轮播图 动态加载数据 loop失效问题 if (this.banners.length > 1) { this.swiper.init(); } }, 参考自:https://segmentfault.com/
阅读全文
摘要:简易的命令行入门教程(参考gitee) git config --global user.name "姓名" git config --global user.email "邮箱" 创建 git 仓库 mkdir dirName cd dirName git init touch README.md
阅读全文
摘要:git git clone xxx git status git add . git commit -m 'xxx' git push git pull
阅读全文
摘要:Vue父组件传值 (vue-cli 3.11.1) 子组件 prop props: { path: String, activeColor: { type: String, default: "red", }, 父组件 data data() { return { activeColor: "#ff
阅读全文
摘要:标题 大标题:(# 标题)以#和空格开始,其他标题根据#号的多少而变小 二标题 ## 二标题 三标题 ### 三标题 四标题 #### 四标题 字体 加粗 **加粗** 倾斜 *倾斜* 加粗和倾斜 ***加粗和倾斜*** 删除 ~~删除~~ 引用 这是引用 >这是引用 分割线 或 *** 博客园的m
阅读全文
摘要:errcode":61501,"errmsg":"date range error rid 日期时间段错误
阅读全文