首页
学习
活动
专区
工具
TVP
发布

LNMP开发那些事

专栏作者
105
文章
184453
阅读量
26
订阅数
Linux配置SWAP交换分区
ianzhi
2024-04-14
820
配置Caddy反向代理WordPress
ianzhi
2024-04-13
500
函数计算WordPress实例预热程序
函数计算有冷启动的问题,如果启用VPC,还有VPC的启动时间,为了避免冷启动问题,可以通过预热程序来避免函数实例被销毁。此预热程序示例使用Cloudflare Worker,正好同时用预热程序支持Wordpress的定时任务。
ianzhi
2024-04-03
950
使用PHP内置服务器运行WordPress
ianzhi
2023-12-28
1290
MySQL创建分区表相关
背景:一个记录表,类似日志的信息,查询大量集中在某个用户个人的数据,分区需要尽量保证一个人的数据在一个分区里。因此采用通过user_id进行hash分区的方式。
ianzhi
2023-12-17
1040
use multiple simple queries or a join
The decision of whether to use multiple simple queries or a join depends on the specific requirements of the query.
ianzhi
2023-10-19
1240
使用typescript开发chrome扩展
ianzhi
2023-10-19
3070
Windows rclone挂载sftp
任务管理器-服务-右键rclone选择打开服务->找到rclone右键选择属性->登录->选择此账户->点击右侧浏览->弹出框中选择高级->立即查找->选择一个本地账户比如Adminstrator->一路确定。
ianzhi
2023-10-19
3910
使用WordPress作为小程序后端——小程序请求前置检查
小程序默认提供了一个固定格式的referer格式,具体可以参考官方文档:网络请求。如下:
ianzhi
2023-10-19
1450
使用WordPress作为小程序后端——APPID有效性前置检查
上一篇实现了一个简单的前置检查,这一篇我们来聊一聊如何实现APPID的有效性检查。上一篇中,我们只是简单的将APPID获取到并传递到了请求处理函数中,这一篇,我们来实现一个APPID有效性的前置检查,或者叫中间件。
ianzhi
2023-10-19
1110
MySQL多层级树形结构表的搜索查询优化
业务中有思维导图的功能,涉及到大量的树形结构搜索、查询相关的功能,使用场景上查询量远高于增删改操作,记录一下当前的解决方案。
ianzhi
2023-10-19
5590
how to improve the rank of search results in google
There are many factors that affect a website’s ranking in Google search results, but some of the most important include:
ianzhi
2023-10-19
1260
HTTP status and The meaning
Here are some of the most common HTTP status codes and their meanings:
ianzhi
2023-10-19
1120
php文件用什么软件打开
在php开发过程中,我们需要打开和编辑各种类型的php文件。不同的编程工具和编辑器可以帮助开发人员更高效地完成工作。在这篇文章中,我们将介绍一些常用的php编程工具和编辑器,包括VSCode、PHPStorm和其他一些选项。
ianzhi
2023-10-19
2100
What are the current AI application fields dominated by CHATGPT?
ChatGPT is a large language model chatbot developed by OpenAI. It is a powerful tool that can be used for a variety of tasks, including:
ianzhi
2023-10-19
1480
How to improve wordpress performance
There are a number of things you can do to improve the performance of your WordPress site:
ianzhi
2023-10-19
1370
如何避免WordPress/Woocommerce网站被黑
WordPress本身的安全性相对来说还是值得信任的,但是依然还是有一些缺点,那么如何避免Wordpress站点被黑呢?我们来看看纯净Wordpress站点存在的一些安全隐患吧。
ianzhi
2023-10-19
2080
what is aigc and what is the future of aigc
AIGC stands for Artificial Intelligence Generated Content. It is a type of artificial intelligence (AI) that is used to create content, such as text, images, and videos. AIGC systems are trained on large datasets of existing content, and they use this data to learn how to generate new content that is similar to the training data.
ianzhi
2023-10-19
2450
The Limitation of Google Bard
I am still under development, and I have some limitations. Here are some of them:
ianzhi
2023-10-19
1360
PHP中对象缓存方式的选择
类似于Map的键值类型对象缓存对于提高应用的性能有很大的作用,实现此类缓存的方式也比较多,那么该如何选择对象缓存的方式呢?由于PHP常用的运行方式主要是基于FPM的形式,这篇文章暂不考虑常驻内存形式的缓存。
ianzhi
2023-10-19
1470
点击加载更多
社区活动
腾讯技术创作狂欢月
“码”上创作 21 天,分 10000 元奖品池!
Python精品学习库
代码在线跑,知识轻松学
博客搬家 | 分享价值百万资源包
自行/邀约他人一键搬运博客,速成社区影响力并领取好礼
技术创作特训营·精选知识专栏
往期视频·千货材料·成员作品 最新动态
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档