摘要:
视频直播源码,去掉Button自带边框 实现 html代码 <view><button class="contactBtn" open-type="contact" @contact="handleContact"session-from="sessionFrom">意见反馈</button></v 阅读全文
posted @ 2023-11-30 14:02
云豹科技-苏凌霄
阅读(22)
评论(0)
推荐(0)
摘要:
视频直播源码,采用Redis实现购物车功能 1 Redis核心配置类 package com.jmh.springboot03.config; import org.springframework.beans.factory.annotation.Autowired;import org.sprin 阅读全文
posted @ 2023-11-29 14:15
云豹科技-苏凌霄
阅读(34)
评论(0)
推荐(0)
摘要:
直播软件app开发,仿写导航栏快速实现页面导航 physics和dragStartBehavior属性的应用示例: Copy codeTabBarView( controller: _tabController, physics: NeverScrollableScrollPhysics(), // 阅读全文
posted @ 2023-11-29 14:05
云豹科技-苏凌霄
阅读(41)
评论(0)
推荐(0)
摘要:
手机直播源码,js实现懒加载、vue实现图片懒加载指令 图片懒加载 监听滚动条滚动事件,当视口的高度+滚动高度,大于图片所在位置举例顶部的偏移量时(也就是距离),加载图片资源 index.html<!DOCTYPE html><html> <head> <meta charset="UTF-8"> 阅读全文
posted @ 2023-11-29 14:00
云豹科技-苏凌霄
阅读(39)
评论(0)
推荐(0)
摘要:
直播平台开发,自定义中间向两边滑动的滑动条 自定义View属性attrs.xml的代码如下: <declare-styleable name="CenterSeekBar"> <attr name="max" format="integer" /> <attr name="min" format=" 阅读全文
posted @ 2023-11-28 14:10
云豹科技-苏凌霄
阅读(19)
评论(0)
推荐(0)
摘要:
直播平台搭建,自定义气泡效果(BubbleView) package com.example.myapplication;import android.content.Context;import android.graphics.BlurMaskFilter;import android.grap 阅读全文
posted @ 2023-11-28 14:05
云豹科技-苏凌霄
阅读(46)
评论(0)
推荐(0)
摘要:
直播系统代码,Android自定义View实现呼吸灯效果 自定义View的属性定义 attrs.xml 如下: <resources> <declare-styleable name="BreathView"> <attr name="centerCircleRadius" format="dime 阅读全文
posted @ 2023-11-28 14:01
云豹科技-苏凌霄
阅读(58)
评论(0)
推荐(0)
摘要:
直播系统app源码,自定义可以暂停的倒计时 用到的抽象类: public abstract class TimerListener { /** * 当倒计时开始 */ public void onStart(){ } /** * 当倒计时恢复暂停 */ public void onResume(){ 阅读全文
posted @ 2023-11-27 14:11
云豹科技-苏凌霄
阅读(41)
评论(0)
推荐(0)
摘要:
直播平台制作,css之如何清除浮动 <style type="text/css"> li { list-style: none; height: 100px; width: 100px; float: left; background: red; margin-left: 20px; } .fath 阅读全文
posted @ 2023-11-27 14:05
云豹科技-苏凌霄
阅读(22)
评论(0)
推荐(0)
摘要:
app直播源码,uniapp之自定义顶部样式 //需要自定义顶部样式的页面配置{"path" : "pages/case/index","style" : { "navigationBarTitleText": "案例","navigationStyle": "custom", "enablePul 阅读全文
posted @ 2023-11-27 14:02
云豹科技-苏凌霄
阅读(30)
评论(0)
推荐(0)
浙公网安备 33010602011771号