部分内容源自网络,侵删,联系请看关于或声明。

想换服务器

当前服务器资源配置较低,每次升级服务后不敢重启,担心出现无尽重启的问题。体验过高配服务器后,感觉非常顺畅。考虑今后升级到两个服务器,一个用于服务,一个用于防护。

thumbnail of the cover of the post

我的原画集战争结束

昨天手里有1430个“铭旅红叶”,差30个就能兑换。19:30登录直接领取100个,刚好在28号前完成兑换。40多万 mauru点现在只剩下21万,摘原画集时已经很紧了。

thumbnail of the cover of the post

动数据须三思

Unintentionally deleted a week of data from the uamil database, reminding us that while services can be rebuilt, data is invaluable. Always think twice before making changes to the database.

thumbnail of the cover of the post

将不蒜子统计改为自搭建

该文介绍将不蒜子统计改为自搭建的方式。首先安装Docker和Docker Compose,然后创建并配置`docker-compose.yaml`,包括设置Redis和不蒜子服务。最后启动容器并进行检查,确保网络配置正确。使用方法嵌入相应JS代码即可统计访问量和访客数。

thumbnail of the cover of the post

王者荣耀S37结算

今天游戏更新赛季,但作者尚未完成当前赛季的结算,感叹游戏的高配体验更适合与朋友面对面游玩,离开学校后逐渐失去了玩游戏的兴趣。文章配图展示了相关游戏画面,关键词涉及安卓、和平精英和王者荣耀S37结算。

thumbnail of the cover of the post

行车需谨慎

骑车经过一个右转弯道,因右侧视线遮挡,虽然这条道路车流很少很少,但我还是按了四秒左右的喇叭。但是在即将出弯时在我的右侧弯出现了一辆摩托车,我不知道他怎么一回事,不打喇叭回应就算了,还占我车道。 不是啊大爷,你不怕死但我怕麻烦啊,我怕痛啊! 一定要买个记录仪,不然出事了说不清,特别是遇到这些老人行车…

thumbnail of the cover of the post

三色绘恋

《三色△绘恋》是武汉山百合文化传播有限公司制作的一款国产galgame,包含Rough Episodes和Coloured Episodes及两条女主角分支路线。游戏讲述了一个男孩在艺术班遇到两个截然不同女孩的故事,被“他们”焚毁回忆后,三人共同绘制美好未来。游戏在网络上可下载,很青春,富有中国风,非常值得推荐。

thumbnail of the cover of the post

MySQL认证模式错误解决

This error usually occurs when MySQL server's authentication protocol is incompatible with the MySQL client. Common causes include the server using the `caching_sha2_password` plugin while the client relies on the older `mysql_native_password` plugin. Solutions include upgrading the MySQL client to a version supporting `caching_sha2_password`, or changing the user's authentication plugin to `mysql_native_password` using SQL commands.

thumbnail of the cover of the post

系统发疯

Java占用异常导致CPU满载,服务器宕机,处理时间从凌晨2点持续到4点,最终因无法解决而放弃。次日查看日志发现系统自行恢复,期间进行了系统回滚,仅丢失了几条评论。此次事件未造成重大影响,但处理过程耗费了大量精力。

thumbnail of the cover of the post

随机图API-Pro

文章介绍了使用Python和Flask框架实现一个提供随机图片的API,包括PC/PE和Pixiv图片。提供了完整的代码示例,并展示了如何将项目构建为Docker镜像进行部署。

thumbnail of the cover of the post