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