上一页 1 ··· 39 40 41 42 43 44 45 46 47 ··· 185 下一页
摘要: 在线直播系统源码,uniapp滚动加载 声明submitDate对象用来存放接口需要的具体参数,其中page和limit为查询页数和每页查询数据,total为记录数据总条数,pageList存放页面数据。 data() {return { pageList:[],//列表数据submitDate: 阅读全文
posted @ 2023-06-27 14:03 云豹科技-苏凌霄 阅读(20) 评论(0) 推荐(0) 编辑
摘要: 视频直播网站源码,CSS实现吃豆豆效果 <!DOCTYPE html><html><head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta ht 阅读全文
posted @ 2023-06-26 14:09 云豹科技-苏凌霄 阅读(14) 评论(0) 推荐(0) 编辑
摘要: 直播源码开发,vue大图预览方法 1.使用vue-directive-image-previewer插件 安装 npm install vue-directive-image-previewer -D ​ 引入main.js import VueDirectiveImagePreviewer fro 阅读全文
posted @ 2023-06-26 14:07 云豹科技-苏凌霄 阅读(28) 评论(0) 推荐(0) 编辑
摘要: 直播网站源码,随机验证码 <div id="v_container" style="width: 200px;height: 50px;"></div><input type="text" id="code_input" value="" placeholder="请输入验证码"/><button 阅读全文
posted @ 2023-06-26 14:02 云豹科技-苏凌霄 阅读(10) 评论(0) 推荐(0) 编辑
摘要: 直播源码开发,情景模式界面设计 MainActivity.java源代码 package com.example.myring; import android.media.AudioManager;import android.os.Bundle; import android.app.AlarmM 阅读全文
posted @ 2023-06-25 14:09 云豹科技-苏凌霄 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 直播电商平台开发,个人中心的头像选择 1.进行主界面的布局activity_main.xml <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas. 阅读全文
posted @ 2023-06-25 14:07 云豹科技-苏凌霄 阅读(14) 评论(0) 推荐(0) 编辑
摘要: 直播软件app开发,实现商城底部导航栏 <?xml version="1.0" encoding="utf-8"?><LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://s 阅读全文
posted @ 2023-06-25 14:03 云豹科技-苏凌霄 阅读(11) 评论(0) 推荐(0) 编辑
摘要: 直播平台搭建源码,uni中使用轮播图 <swiper class="swiper" style="height:90rpx;" circular vertical="true" :autoplay="true" :interval="3000" :duration="1000"><swiper-it 阅读全文
posted @ 2023-06-21 14:13 云豹科技-苏凌霄 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 直播开发app,css 自定义滚动条样式 <div class="content-wrap"> <div> 内容XXXX </div> </div> <style> // content-wrap样式.content-wrap { flex: 1; overflow-y: scroll; box-s 阅读全文
posted @ 2023-06-21 14:10 云豹科技-苏凌霄 阅读(2) 评论(0) 推荐(0) 编辑
摘要: app直播源代码,Android中点击图片放大的简单方法 Java代码: public void onThumbnailClick(View v) {// final AlertDialog dialog = new AlertDialog.Builder(this).create();// Ima 阅读全文
posted @ 2023-06-21 14:04 云豹科技-苏凌霄 阅读(9) 评论(0) 推荐(0) 编辑
上一页 1 ··· 39 40 41 42 43 44 45 46 47 ··· 185 下一页