avatar

sunday

Sunday's Blog

  • 首页
Home
sunday

如何查找字体的family名称

有时一些软件引用字体总是需要填写字体的family名称,但是实际情况是字体文件的名称不总是等于family里的名称 1.mac上查找字体family名称 请确保安装了fontconfig 没有则执行 brew install fontconfig 然后执行查找命令 fc-scan -b /Users

2024-12-03 软件使用 疑难杂症

windows11设置远程无密码登陆

1.进入你的账户信息设置 2.修改登录账户为本地账户 这里会显示让你输

2024-11-15 软件使用

解决cloudflare saas回源不正常问题

nginx有多个域名服务时,CF回源域名可能会走默认的服务,导致回源的服务不是预期的 比如nginx上有 a.com 和 b.com两个服务,你的CF回源期望是走到b.com

2024-11-10 疑难杂症 cloudflare

github actions 自动部署 standalone模式的nextjs

1.在next.config.js中开启standalone /** @type {import('next').NextConfig} */ const nextConfig = { output: 'standalone', } module.exports = nextConfig 2

2024-11-08 软件使用 nextjs

nginx设置多个允许跨域的请求源

# 定义允许的源列表 map $http_origin $cors_origin { "https://youdomian.com" "https://youdomian.com"; "http://localhost:3010" "http://localhost:3010"; }

2024-10-30 nginx

python创建独立虚拟运行环境

1.创建及进入独立的python运行环境 进入项目根目录,执行(在mac上) python3 -m venv venv #会创建一个venv文件夹,独立的环境依赖会安装在这里 source venv/bin/activate #进入虚拟环境,可以安装依赖了,不影响全局了 2.退出虚拟环境 deact

2024-10-22 软件使用
使用自己的域名邮箱并通过resend.com发送邮件

使用自己的域名邮箱并通过resend.com发送邮件

1.创建API Keys 首先到https://resend.com官网注册个账号,然后看图 然后点击 create API Key ,出现下图 点击Add 后出现下图

2024-10-20 软件使用 推荐工具
腾讯企业邮箱设置

腾讯企业邮箱设置

1.开通腾讯企业邮箱 首先需要注册个企业微信,然后登录到https://work.weixin.qq.com/,来到以下页面

2024-10-20 软件使用

docker-compose安装n8n自动化工作流

1.docker-compose.yml文件配置 services: n8n: image: docker.n8n.io/n8nio/n8n container_name: n8n restart: unless-stopped ports: - "5

2024-10-10 软件安装

debian11/12安装图形界面xfce

1.用root用户执行一下命令 sudo su #切换成root用户 apt update apt install xfce4 apt install xrdp reboot #完成后重启下 2.重启后执行启动xrdp systemctl restart xrdp

2024-09-25 软件使用
  • 1
  • 2
  • 3
  • 4
  • …
  • 8

Recently Updated

  • nextjs15使用better-sqlite3的连接报错问题
  • nextjs + clerk + supabase + realtime 实时监听数据库更改
  • 解决nextjs15使用useLocalStorage报错的问题
  • mac上使用nodejs appium控制chrome浏览器
  • 2024年终总结

Trending Tags

nginx acme 强制跳转HTTPS nodejs 代理 mac 神器 vue3 工具 docker

©2025 sunday. Some rights reserved.

Using the Halo theme Chirpy