上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 185 下一页
摘要: 直播网站源码,CardView如何显示出底背景样式? 初始化View进入构造方法,会进行IMPL.initialize方法的调用。这个IMPL是什么? private static final CardViewImpl IMPL;static { if (Build.VERSION.SDK_INT 阅读全文
posted @ 2023-11-09 14:06 云豹科技-苏凌霄 阅读(7) 评论(0) 推荐(0) 编辑
摘要: 直播app系统源码,python pdf转为图片 from wand.image import Imageimport os# 将pdf文件转为jpg图片文件cur_file_path = os.path.dirname(os.path.realpath(__file__))# path为pdf文件 阅读全文
posted @ 2023-11-09 13:59 云豹科技-苏凌霄 阅读(2) 评论(0) 推荐(0) 编辑
摘要: app直播源码,uniapp随机数生成签名 1、首先,需要引入 node.js 内置模块 crypto,它提供了一些加密相关的函数和方法。可以在项目的 common 文件夹下新建一个 js 文件,例如 utils.js,并在其中定义一个生成随机串的方法,例如: // 引入 node.js 内置模块 阅读全文
posted @ 2023-11-08 14:06 云豹科技-苏凌霄 阅读(28) 评论(0) 推荐(0) 编辑
摘要: app直播源代码,css给数字或文字在鼠标悬停时添加下划线动画 html 代码: <h1 class="row center " style="font-size: 2em;">css给数字或文字在鼠标悬停时添加下划线动画</h1><div class="row center text"><span 阅读全文
posted @ 2023-11-08 14:03 云豹科技-苏凌霄 阅读(10) 评论(0) 推荐(0) 编辑
摘要: android短视频开发,uniapp页面滚动条到指定位置 # html 指定位置<view class="gap_body_position"></view> # js执行this.$nextTick(() => { // 一定要用nextTickuni.pageScrollTo({duratio 阅读全文
posted @ 2023-11-08 13:58 云豹科技-苏凌霄 阅读(28) 评论(0) 推荐(0) 编辑
摘要: 在线直播系统源码,输入框限制字节数 区分中英文 // 规则名称验证规则 不包含特殊字符 let checkGroupName= (rule, value, callback) => { let reg = /^[0-9A-Za-z\u4e00-\u9fa5\(\)\(\)]+$/; if (valu 阅读全文
posted @ 2023-11-07 14:04 云豹科技-苏凌霄 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 在线直播源码,js 文件上传 图片上传 传输速度计算 <!doctype html><html><head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, user-scalable=no, ini 阅读全文
posted @ 2023-11-07 14:02 云豹科技-苏凌霄 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 直播带货源码,android editText设置颜文字过滤 //给editText设置过滤器 InputFilter inputFilter = new InputFilter() { //限制输入表情 Pattern emoji = Pattern.compile("[\ud83c\udc00- 阅读全文
posted @ 2023-11-07 13:59 云豹科技-苏凌霄 阅读(18) 评论(0) 推荐(0) 编辑
摘要: 直播软件开发,ScheduledExecutorService定时器的使用 /** * 延迟执行和周期重复执行的线程池 */ public ScheduledExecutorService mScheduledExecutorService; public void startTest() { mS 阅读全文
posted @ 2023-11-06 14:10 云豹科技-苏凌霄 阅读(17) 评论(0) 推荐(0) 编辑
摘要: android短视频开发,图片视差滚动 const imgs = ['./assets/1.jpg', './assets/2.png', './assets/3.jpg']let currentIndex = 0const scrollContainer = document.querySelec 阅读全文
posted @ 2023-11-06 14:04 云豹科技-苏凌霄 阅读(3) 评论(0) 推荐(0) 编辑
上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 185 下一页