background picture of the home page

“没有绝世神功”

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

微信小程序日历组件

// pages/signCalendar/signCalendar.js const dayjs = require('../../utils/dayjs.min') Page({ /** * 页面的初始数据 */ data: { calendarData: [],

thumbnail of the cover of the post

服务器请求超时诊断

1、新建 curl-format 日志格式文件 echo -e "time_namelookup: %{time_namelookup}\\n\ntime_connect: %{time_connect}\\n\ntime_appconnect: %{time_appconnect}\\n\n

thumbnail of the cover of the post

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

微信小程序echarts动态展示

支持动态展示修改数据,支持导出图片 WXML <wxs src="/wxs/cdn.wxs" module="cdn" /> <nav-bar id="nav-bar" isInvert="{{true}}" defShowTitle="{{false}}" showBack="{{true}}"

thumbnail of the cover of the post

微信小程序使用echarts

下载 为了兼容小程序 Canvas,我们提供了一个小程序的组件,用这种方式可以方便地使用 ECharts。 首先,下载本项目。 其中,ec-canvas

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

vue 可使用的富文本

1.引入 cnpm install --save tinymce@5.7.1 "@tinymce/tinymce-vue@^3" 2.页面调用 <template> <div> <a-card class="mt-15" > <h2>富文本测试</h2> <a-b

thumbnail of the cover of the post