记录一次 Wordpress 迁移
之前 wordpress 运行在 CentOS 7 上;这台机器的性能经常跑不满,因此需要做一些迁移,来让性能提升起来。为了不丢失相关的数据,开展了 wordpress 的迁移工作。这篇文章,记录一下 wordpress 迁移过程。
之前 wordpress 运行在 CentOS 7 上;这台机器的性能经常跑不满,因此需要做一些迁移,来让性能提升起来。为了不丢失相关的数据,开展了 wordpress 的迁移工作。这篇文章,记录一下 wordpress 迁移过程。
I’ve noticed a peculiar trend among some reviewers: they seem to have a knack for crafting comments that could pass as a generic template for …
这是 2024-07 ~ 2024-09 总结。 这个季度过的挺快,距离上次写回顾的时候似乎不远。人与人之间的智力确实是有差距的,感觉自己就是一个还不是很努力的笨蛋。
CNNs (Convolutional Neural Networks) is a amazing component of neural network theory. However, to use it efficiently, we need to compute the output …
在 python 代码的编写过程中,有时候我们会希望将部分文本高亮。这个时候,Python Inline Source Syntax Highlighting 就派上用场了。
很多时候,构建 docker 镜像的速度很慢,尤其是当我们的基础依赖发生改变之后。为了解决这个问题,我们应该在实际运行的镜像之前,增加一个 venv 的基础镜像。
This post introduces how to train the LSTM networks to get correct outputs.
我原本想要分析一下 django webpack;但是写了一半,为了资料论述严谨,又不得不学习了 django component;在 django component 中,又发现了自己之前不知道的一些机制。无奈,先聊聊遇到的 typing 问题吧!
Webpack is a modern development method for frontend projects. Django is a common backend development framework for Python developers. I believe that …