最新博文
-
【顶】[pages/index/index] Some selectors are not allowed in component wxss, includ
微信小程序报错: [pages/index/index] Some selectors are not allowed in component wxss, including tag name selectors, 1、翻译:[pages/index/index]组件wxss中不允许使用某些选
2023-03-17 12:08:56 【Web前端】
-
【顶】踩坑-vue3.0-uniapp-全局变量prototype失效
项目场景:踩坑-vue3.0-uniapp-全局变量prototype失效 问题描述踩坑-vue3.0-uniapp-全局变量prototype失效 main.js中全局变量失效Vue.prototype.$testname = "testNAME";解决方案:使用 export function
2023-03-17 11:52:03 【Web前端】
-
【顶】uniapp 封装接口调用
uniapp 封装接口调用1.文件结构 2.新建request.js,请求工具封装(可以新建个util目录) const baseURL = 'https://majiameng.com'const request = { get(url, data) { return new
2023-03-16 11:53:57 【Web前端】
-
【顶】【mysql】mysql limit ?,? 分页结果 每一页的数据都重复
今天在测试的时候随便点击了一下倒数几页数据,发现了一个奇异的事件【怎么615,617,618…分页数据完全一样??】 打开idea查看分页代码ing…仅仅是一个普通再普通不过的sql参考 select * from table order by create_time desc把偏移参数带入sql
2023-02-01 15:07:08 【数据库】
-
【顶】爱心代码
爱心代码1 http://majiameng.com/love/love1.html?n=名字复制上面的链接,把最后面的名字替换成自己名字哦! 爱心代码2 http://majiameng.com/love/love.html
2022-11-15 20:05:19 【Web前端】
-
【顶】CentOS 8 EOL如何切换源? ECS使用yum命令安装软件包失败时提示“HTTP Error 404 -Not Found Trying other mirror”
ECS使用yum命令安装软件包失败时提示”HTTP Error 404 -Not Found Trying other mirror”免责申明:本文可能由社区贡献或涉及第三方产品信息,建议您访问社区或第三方产品的官方网站获取帮助与支持。第三方产品不在阿里云售后支持范围。本文仅供参考,阿里云不做任何暗
2022-03-22 13:02:44 【Liunx】
-
【顶】TRTC 旁路流实现截图鉴黄 - php
在对接腾讯的trtc中,使用官方的直播自动截图功能出现了以下问题 因为自动截图和鉴黄是针对 直播 模块进行的 `` 腾讯的trtc实时音视频模块不能直接进行使用 `提交腾讯云工单想咨询一下这个功能,被工作人员拽过来一个链接`` TRTC 旁路流实现截图鉴黄 https://www.rtcg
2022-03-18 00:35:10 【Php】
-
【顶】TZ时间转正常使用的时间(换算时区)
$CreateTime = "2022-03-17T13:42:37Z";$create_time = str_replace(array('T','Z'),' ',$CreateTime);$create_time = date('Y-m-d H:i:s',strtotime('+8hours',
2022-03-17 22:20:10 【Php】
-
【顶】composer 安装包,提示找不到对应的包,很奇怪的问题,备忘
composer 安装包,提示找不到对应的包,很奇怪的问题,备忘 PS E:\phpstudy_pro\WWW\yzjy-live> composer require tinymeng/tools v1.2.0[InvalidArgumentException]Could not find p
2022-03-17 11:26:38 【Php】
-
【顶】PHP出现SSL certificate:unable to get local issuer certificate的解决办法
PHP出现SSL certificate:unable to get local issuer certificate的解决办法 当本地curl需要访问https时,如果没有配置证书,会出现SSL certificate: unable to get local issuer certifica
2022-03-11 00:02:07 【Php】