03 2024 档案

摘要:教程:https://www.electronjs.org/zh/docs/latest/tutorial/quick-start 系统:Windows 10 工具: PowerShell 文件目录:index.html main.js package.json 和 preload.js 是手动添加 阅读全文
posted @ 2024-03-29 18:59 strive-sun 阅读(90) 评论(0) 推荐(0)
摘要:1. H.264 和 H.265 区别 参考:https://winddoing.github.io/post/4a8fdf27.html 阅读全文
posted @ 2024-03-14 11:44 strive-sun 阅读(12) 评论(0) 推荐(0)
摘要:远端分支更新后,本地需要使用 git pull 或者 git fetch 获取更新 有时候会出现拉取后,本地分支新出现一个 merge commit,这个 commit 会干扰到项目 commit 的历史线 所以我们一般在 git fetch 或者 git pull 后再使用 git reset - 阅读全文
posted @ 2024-03-05 16:01 strive-sun 阅读(70) 评论(0) 推荐(0)