为了应付 race condition,习惯了用 actor model 解决问题的我,在一切都靠数据库的世界里要如何搞定呢
more >>在 Rails 应用程序中,config.hosts
是一个安全特性,用于防范针对网站的 Host 头攻击。这种攻击是通过修改 HTTP 请求的 Host 头来尝试欺骗服务器,使之认为请求来自不同的源。通过恰当配置 config.hosts
,开发者可以明确指定哪些主机名是被允许的,从而增强应用的安全性。
记录我遇到的一个问题, 现象是更新表结构时报错:
PG::InsufficientPrivilege: ERROR: must be owner of table ......
记录我遇到的一个问题, 现象是我用 user_id 无法发消息,报错:
ValueError: Could not find the input entity for PeerUser(user_id=6921692564) (PeerUser). Please read https://docs.telethon.dev/en/stable/concepts/entities.html to find out more details.
tag:
缺失模块。
1、请确保node版本大于6.2
2、在博客根目录(注意不是yilia根目录)执行以下命令:
npm i hexo-generator-json-content --save
3、在根目录_config.yml里添加配置:
jsonContent: meta: false pages: false posts: title: true date: true path: true text: false raw: false content: false slug: false updated: false comments: false link: false permalink: false excerpt: false categories: false tags: true