上一页 1 ··· 95 96 97 98 99 100 101 102 103 ··· 203 下一页
摘要: 直播系统app源码,Android studio 实现app登录注册页面 activity_main.xml代码如下 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http: 阅读全文
posted @ 2022-12-13 14:08 云豹科技-苏凌霄 阅读(84) 评论(0) 推荐(0)
摘要: 在线直播系统源码,实现搜索后界面显示商品列表效果 activity_main.xml <?xml version="1.0" encoding="utf-8"?><LinearLayout xmlns:android="http://schemas.android.com/apk/res/andro 阅读全文
posted @ 2022-12-13 14:04 云豹科技-苏凌霄 阅读(51) 评论(0) 推荐(0)
摘要: 视频直播系统源码,C语言实现图片合成功能 public partial class Form1 : Form{ public Form1() { InitializeComponent(); } private void button1_Click(object sender, EventArgs 阅读全文
posted @ 2022-12-12 14:14 云豹科技-苏凌霄 阅读(66) 评论(0) 推荐(0)
摘要: 直播平台搭建,实现图片缩略图功能 public partial class Form1 : Form{ public Form1() { InitializeComponent(); } public Image ResourceImage; private int ImageWidth; priv 阅读全文
posted @ 2022-12-12 14:12 云豹科技-苏凌霄 阅读(50) 评论(0) 推荐(0)
摘要: 直播平台制作,依靠C语言实现图片轮播 public partial class Form1 : Form{ public Form1() { InitializeComponent(); } public bool Pflag; int flag = 0; FileSystemInfo[] fsin 阅读全文
posted @ 2022-12-12 14:09 云豹科技-苏凌霄 阅读(59) 评论(0) 推荐(0)
摘要: 直播系统app源码,js操作在当前日期加减(天、周、月、年数) 1. 项目案例 首先,我们创建个获取当前日期的变量nowDate,项目中需求是设置在当前时间的15天后做xxx事情,写一个方法 getNextDay () { let nowDate = new Date() nowDate.setDa 阅读全文
posted @ 2022-12-09 14:18 云豹科技-苏凌霄 阅读(73) 评论(0) 推荐(0)
摘要: 直播app开发,页面跳转的几种方法和区别 1. 保留当前页面,可跳转到非 tabBar 页面,使用uni.navigateBack可以返回到原页面(可传参) uni.navigateTo({url: 'test?id=1&name=uniapp'}); ​ 2. 关闭当前页面,跳转到应用内的某个页面 阅读全文
posted @ 2022-12-09 14:12 云豹科技-苏凌霄 阅读(71) 评论(0) 推荐(0)
摘要: 在线直播系统源码,Android页面跳转,intent activity_main2.xml <?xml version="1.0" encoding="utf-8"?><LinearLayout xmlns:android="http://schemas.android.com/apk/res/a 阅读全文
posted @ 2022-12-09 14:07 云豹科技-苏凌霄 阅读(53) 评论(0) 推荐(0)
摘要: app直播源码,js实现上传图片类型+大小+尺寸验证 html代码: <input type="file" name="files" id="file" onchange="verificationPicFile(this)"> ​ js代码: //图片类型验证function verificati 阅读全文
posted @ 2022-12-08 14:14 云豹科技-苏凌霄 阅读(67) 评论(0) 推荐(0)
摘要: 在线直播系统源码,vue+audio 有新消息时加提示音 <audio controls="controls" hidden src="./static/tip.mp3" ref="audio"></audio> ​ 有新消息时,用以下代码即可播放指定的提示音。 this.$refs.audio.c 阅读全文
posted @ 2022-12-08 14:11 云豹科技-苏凌霄 阅读(64) 评论(0) 推荐(0)
上一页 1 ··· 95 96 97 98 99 100 101 102 103 ··· 203 下一页