摘要:
直播平台软件开发,卡片式轮播图,可左右滑动 wxml代码 <swiper bindchange="cardSwiper" indicator-dots="true" circular="true" indicator-color="#8799a3" indicator-active-color="# 阅读全文
posted @ 2022-12-02 14:05
云豹科技-苏凌霄
阅读(57)
评论(0)
推荐(0)
摘要:
直播软件app开发,验证码输入框的简单封装 封装验证码输入框 自定义一个CustomOtpInput 类,继承自 StatelessWidget CustomOtpInput 需要接收 TextEditingController 和 autoFocus 控制 设计输入需要展示的样式 onChange 阅读全文
posted @ 2022-12-01 14:15
云豹科技-苏凌霄
阅读(40)
评论(0)
推荐(0)
摘要:
直播系统源代码,实现快速排序和归并排序 快排板子: #include <iostream>using namespace std;const int N = 1000010;int q[N];void quick_sort(int q[], int l, int r){ //递归的终止情况 if ( 阅读全文
posted @ 2022-12-01 14:08
云豹科技-苏凌霄
阅读(45)
评论(0)
推荐(0)
摘要:
直播app系统源码,简单易上手的进度条 第一步:安装 NProgress $ npm install --save nprogress 第二步:在main.js文件中导入 NProgress 包对应的JS和CSS // 导入 NProgress 包对应的JS和CSSimport NProgress 阅读全文
posted @ 2022-12-01 14:01
云豹科技-苏凌霄
阅读(175)
评论(0)
推荐(0)
浙公网安备 33010602011771号