本文是一个引流文,主要是想涨一波公众号(“月上老狗”)粉丝,如果你不介意的话,扫码关注一下,然后发送 ELDEN
获取图片等资源相关网盘链接,目前支持百度、夸克网盘。
如果你不想关注公众号,只想要壁纸,也可以滑到最后,按照相关步骤下载全部52张高清图片!
感谢你的阅读~
使用 Electron 开发桌面应用时,为了提供更好的用户体验、更强的品牌一致性和更高的功能灵活性,时常需要隐藏默认窗口边框并使用自定义窗口控件。
隐藏默认窗口边框是 Electron
开发中的一个常见实践,特别是在需要高度定制化和跨平台一致性的应用程序中。这么做的原因主要包括以下几点:
我的 Ubuntu 使用一键安装脚本安装 code-server
时,提示安装成功,但运行时报错:
shFailed to enable unit: Unit file code-server.service does not exist.
运行指令:
shcurl -fsSL https://code-server.dev/install.sh | sh -s -- --dry-run
运行后显示:
bashUbuntu 24.04 LTS
Installing v4.89.1 of the amd64 deb package from GitHub.
+ mkdir -p ~/.cache/code-server
+ curl -#fL -o ~/.cache/code-server/code-server_4.89.1_amd64.deb.incomplete -C - https://github.com/coder/code-server/releases/download/v4.89.1/code-server_4.89.1_amd64.deb
+ mv ~/.cache/code-server/code-server_4.89.1_amd64.deb.incomplete ~/.cache/code-server/code-server_4.89.1_amd64.deb
+ sudo dpkg -i ~/.cache/code-server/code-server_4.89.1_amd64.deb
deb package has been installed.
To have systemd start code-server now and restart on boot:
sudo systemctl enable --now code-server@$USER
Or, if you don't want/need a background service you can run:
code-server
Deploy code-server for your team with Coder: https://github.com/coder/coder
可以看到提示信息让运行 sudo systemctl enable --now code-server@$USER
启动 code-server
,但运行时会报错:
sh# 运行
sudo systemctl enable --now code-server@$USER
# 报错
Failed to enable unit: Unit file [email protected] does not exist.
# 运行
sudo systemctl enable --now code-server
# 报错
Failed to enable unit: Unit file code-server.service does not exist.
打开开发者模式后,手机设置中会多出【开发者选项】的设置项,一般在【辅助功能】或【其他设置】中,具体系统有所不同。
在【开发者选项】打开【USB调试】选项即可。