background picture of the home page

“没有绝世神功”

一个行者, 不等风, 只追梦

docker 部署wordpress

安装docker # 安装所需依赖 sudo yum install -y yum-utils device-mapper-persistent-data lvm2 # 添加Docker仓库 sudo yum-config-manager --add-repo https://download.

thumbnail of the cover of the post

微信小程序仿chatGpt流式输出效果

使用wx.request的enableChunked: true,实现流式传输,通过定时器实现聊天交互效果 UI框架使用vant-weapp 重点问题: 1.在流式请求时因为延迟显示打字效果,导致流式数据返回后处理顺序错乱,我们需要一个缓冲队列来保存这些数据 2.输入每个字的时候

thumbnail of the cover of the post

flutter GetX

关于Get GetX 是 Flutter 上的一个轻量且强大的解决方案:高性能的状态管理、智能的依赖注入和便捷的路由管理。 GetX 有3个基本原则: 性能:

thumbnail of the cover of the post

flutter 2.5

动态组件:statefullWidget 静态组件:StatelessWidget VSCode 快捷键 R 热加载 P 虚拟机中显示网格 O 切换安卓和IOS Q 退出调试器

thumbnail of the cover of the post