Tag: guide
All the articles with the tag "guide".
macOS 初始化 LaunchPad 的图标
Updated:如果你 LaunchPad 有很多图标,摆来摆去不好看,总是有图标莫名奇妙的从你的图标夹跑出来,那不如直接让他默认全部展开。
CentOS 安装 Nginx
Updated:/etc/nginx/nginx.conf 中引入了 /etc/nginx/conf.d 中的所有代码,所以直接到 /etc/nginx/conf.d 创建新配置文件就可以,/etc/nginx/nginx.con…
Linux nohup 和 2>&1 & 的区别
Updated:通常起一个 jar 文件的时候可以直接通过 java -jar 来启动,比如:
Tauri arco.design 编译报错
Updated:在 tsconfig.json 中添加 "skipLibCheck": true,
Go 语言学习笔记
Updated:整理 Go 语言基础语法、模块管理、编译运行命令、并发实践和日常开发问题。
uni-app 读取 nfc 卡片的 uid
Updated:介绍 uni-app 读取 NFC 卡片 UID 的实现方式、平台限制和数据读取边界。
UniApp 和 Vue 使用 iconfont 的两种方式
Updated:整理 UniApp 与 Vue 使用 iconfont 的本地和网络两种方式。
macOS L2TP/IPSec 没有响应
Updated:记录 macOS L2TP/IPSec VPN 无响应时的配置检查和排查步骤。
uni-app 用图标代替 button 触发分享
Updated:整理 uni-app 使用图标替代 button 并触发分享的样式处理。
macOS 开发环境初始化
Updated:整理 macOS 开发环境初始化,包括 Xcode Command Line Tools、Homebrew 和常用工具安装。