上一页 1 ··· 108 109 110 111 112 113 114 115 116 ··· 203 下一页
摘要: 直播电商平台开发,BigDecimal 加减乘除顺序验证 public static void main(String[] args) { BigDecimal two = new BigDecimal("2"); BigDecimal one = new BigDecimal("1"); Syst 阅读全文
posted @ 2022-10-13 14:12 云豹科技-苏凌霄 阅读(50) 评论(0) 推荐(0)
摘要: 直播app开发搭建,自动获取短信验证码,点击自动填充输入框 一、iOS端 <van-field :class="$style.code" v-model="verifyCode" type="text" name="验证码" pattern="\d{4}" maxlength=4 placehold 阅读全文
posted @ 2022-10-12 14:30 云豹科技-苏凌霄 阅读(253) 评论(0) 推荐(0)
摘要: 直播电商平台开发,将图片格式改成任意格式,如将bmp改成jpg格式 import globimport osimport threadingfrom PIL import Imagedef create_image(infile, index): os.path.splitext(infile) i 阅读全文
posted @ 2022-10-12 14:18 云豹科技-苏凌霄 阅读(39) 评论(0) 推荐(0)
摘要: 视频直播源码,python实现列表插入、查找、删除 #列表的插入、查找、删除实现 class TestArray: def __init__(self, capacity) ->None: # 由于python的list是动态扩展的,实现底层具有固定容量、占用一段连续的内存空间的数组,所以用-1来作 阅读全文
posted @ 2022-10-12 14:08 云豹科技-苏凌霄 阅读(36) 评论(0) 推荐(0)
摘要: 直播系统搭建,Android设置背景图延伸到状态栏 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.LOLLIPOP) { //5.0 全透明实现 //getWindow.setStatusBarColor(Color.TRANSPARENT) Wi 阅读全文
posted @ 2022-10-11 14:18 云豹科技-苏凌霄 阅读(49) 评论(0) 推荐(0)
摘要: 直播平台怎么搭建,SpringMVC-登录验证判断 1.拦截器 package com.kuang.config;import org.springframework.web.servlet.HandlerInterceptor;import javax.servlet.http.HttpServl 阅读全文
posted @ 2022-10-11 14:11 云豹科技-苏凌霄 阅读(31) 评论(0) 推荐(0)
摘要: 直播网站源码,简洁的登录页面 1.html <!DOCTYPE html><html><head> <meta charset="UTF-8"> <title>登录界面</title> <link rel="stylesheet" href="static/login.css"></head><bo 阅读全文
posted @ 2022-10-11 14:07 云豹科技-苏凌霄 阅读(75) 评论(0) 推荐(0)
摘要: 直播软件源码,echarts折线图设置渐变半透明面积颜色 areaStyle: { normal: { color: { x: 0, y: 0, x2: 0, y2: 1, colorStops: [ { offset: 0.1, color: '#c55D34' // 0% 处的颜色 }, { o 阅读全文
posted @ 2022-10-10 14:25 云豹科技-苏凌霄 阅读(120) 评论(0) 推荐(0)
摘要: 成品直播源码,react+ts实现分页全部功能 index.tsx代码 import React, { Component } from 'react';import Header from '../../component/header'import Footer from '../../comp 阅读全文
posted @ 2022-10-10 14:18 云豹科技-苏凌霄 阅读(54) 评论(0) 推荐(0)
摘要: 成品直播源码推荐,平台实现的炫酷背景页面 <!DOCTYPE HTML><html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><title>运营系统登录页</title> <link href=" 阅读全文
posted @ 2022-10-10 14:10 云豹科技-苏凌霄 阅读(73) 评论(0) 推荐(0)
上一页 1 ··· 108 109 110 111 112 113 114 115 116 ··· 203 下一页