2024/02/07 16:16:29
typecho安装
选择apache 2.4不然保存时显示404,
选择php8.0,不然php文件读取语法报错
2024/02/04 10:20:28
git 中如果有.DS_Store无法排除:
vi ~/.gitignore_global
# 将.DS_Store加入保存后,执行
git config --global core.excludesfile ~/.gitignore_global
2024/01/31 17:55:34
mac office激活失败:打开App Cleaner & Uninstaller,在 启动程序 中找到com.microsoft.office.licensingV2.helper 打开并再次尝试激活
运行许可证删除工具后再安装激活补丁
2024/01/18 16:39:25
How can I remove those annoying Mac OS X .DS_Store files from a Git repository?
find . -name .DS_Store -print0 | xargs -0 git rm -f --ignore-unmatch
2024/01/12 10:35:16
https证书过期是,css无法加载问题
在html增加
<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">
2023/11/02 11:22:53
Openwrt屏幕天气城市
shanxi xian
2023/10/20 09:36:57
禁用mac聚焦索引
sudo mdutil -a -i off
开启mac聚焦索引
sudo mdutil -a -i on
2023/10/19 09:51:41
Openwrt opkg腾讯源
src/gz openwrt_core https://mirrors.ustc.edu.cn/openwrt/releases/24.10.0/targets/bcm53xx/generic/packages
src/gz openwrt_base https://dl.openwrt.ai/packages-24.10/arm_cortex-a9/base
src/gz openwrt_packages https://dl.openwrt.ai/packages-24.10/arm_cortex-a9/packages
src/gz openwrt_luci https://dl.openwrt.ai/packages-24.10/arm_cortex-a9/luci
src/gz openwrt_routing https://dl.openwrt.ai/packages-24.10/arm_cortex-a9/routing
src/gz openwrt_kiddin9 https://dl.openwrt.ai/packages-24.10/arm_cortex-a9/kiddin9
2023/10/16 16:57:45
wordpress 更新提示需要ftp账号权限,修改wp-config.php,增加一行以下内容后刷新即可
define('FS_METHOD','direct');
2023/10/13 20:27:53
openclash兼容模式打不开steam,切换到TUN模式即可