logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

uniapp 运行到H5或微信小程序,无法自动播放音频

【代码】uniapp 运行到H5或微信小程序,无法自动播放音频。

文章图片
#uni-app#微信小程序#音视频
java.sql.SQLException: Parameter index out of range (3 > number of parameters, which is 2)

在进行layui+ssm框架进行过滤查询时,出现标题的这个错误,百度一下,总的来说就是:你的sql语句写错了!!!@Select("SELECT * FROM company_admin where (account LIKE concat('%',#{account},'%')) "+ "and (supervisory_level LIKE conc...

WAGame.js:1 Uncaught TypeError: Failed to execute 'bindTexture' on 'WebGLRenderingContext": paramete

错误信息:WAGame.js:1 Uncaught TypeError: Failed to execute 'bindTexture' on 'WebGLRenderingContext": parameter 2 is not of type "WebGLTextture"下方图片的错误:可能是需要升级引擎版本(这是我的解决办法)...

uniapp App微信登录授权,返回:{ “errMsg“: “login:fail invalid appsecret, rid: xxx-xxx-xxx“

uniapp App微信登录授权,返回:"errMsg": "login:fail invalid appsecret, rid;"errCode": -100, "code": -100,"innerCode": 40125的原因

文章图片
#uni-app#微信
Caused by: java.lang.reflect.MalformedParameterizedTypeException

ssm(spring+springmvc+mybatis)开发过程中的两种选择:maven项目的web项目和非maven的web项目pom.xml中引入的jar的网络资源和lib中的jar出现:Caused by: java.lang.reflect.MalformedParameterizedTypeException注意:可能是由于你引入的jar包与其他jar包冲突1.(我是把ib...

uniapp发布到微信小程序,ios空白页面

ios手机打开体验版小程序,页面空白,查看日志,错误提示:miniprogramerror syntaxerror invalid group specifier name statck。可能原因是当前页面的js部分或者引入的js里的内容中包含,ios不允许的正则。)的话 , 在安卓手机上正常 , 但是在ios上会报错。如果正则表达式中包含(...

#微信小程序#uni-app
uniapp input自动聚焦

input标签有一个属性focus:获取焦点。初始化firstFocus为false。在onload中修改焦点值。

#uni-app
如何通过安卓证书.keystore获取应用签名

1.打开系统命令面板2.输入keytool -v -list -keystore [.keystore文件路径],并回车例如:keytool -v -list -keystore e:\item\test.keystore3.输入密钥口令,并回车则可获得签名啦

#android#前端
css实现吸顶效果

css吸顶效果(例如:实现滚动页面导航栏固定在顶部)主要针对需要吸顶的元素设置/* 兼容chorme */position: -webkit-sticky;position: sticky;top: 0px;示例<!DOCTYPE html><html lang="en"><head><meta charset="UTF-8"><meta ht

#css#html
到底了