07 2022 档案

摘要:dianji() { console.log('成功'); // #ifdef MP-WEIXIN wx.getChannelsLiveInfo({ finderUserName: 'sphn4Ag44p2YixT', success: function(res) { console.log('成功 阅读全文
posted @ 2022-07-26 11:32 79524795 阅读(620) 评论(0) 推荐(0) 编辑
摘要:<div style="height:300px;width:70px;overflow:auto;background:#EEEEEE;"> 菜鸟教程 -- 学的不仅是技术,更是梦想!!! 菜鸟教程 -- 学的不仅是技术,更是梦想!!! 菜鸟教程 -- 学的不仅是技术,更是梦想!!! 菜鸟教程 - 阅读全文
posted @ 2022-07-26 11:20 79524795 阅读(51) 评论(0) 推荐(0) 编辑
摘要:uniapp代码 <view> <text style="margin-left: 40rpx;" class="all-tx color-base-text" @click="uploadskm">上传图</text> <view> <img @click="uploadskm" style="w 阅读全文
posted @ 2022-07-26 10:44 79524795 阅读(662) 评论(0) 推荐(0) 编辑
摘要:// console.log(theRequest); // 获取用户个人信息 var memberInfo=[]; if (uni.getStorageSync('userInfo')) { memberInfo = uni.getStorageSync('userInfo'); } // 如果信 阅读全文
posted @ 2022-07-23 15:03 79524795 阅读(206) 评论(0) 推荐(0) 编辑
摘要:var url = window.location.search; var theRequest = new Object(); if (url.indexOf("?") != -1) { var str = url.substr(1); var strs = str.split("&"); for 阅读全文
posted @ 2022-07-23 10:14 79524795 阅读(7672) 评论(0) 推荐(0) 编辑
摘要:买了个云数据库简单使用 1.开启并且复制下 2.navicat填写信息 阅读全文
posted @ 2022-07-21 15:12 79524795 阅读(37) 评论(0) 推荐(0) 编辑
摘要:文字内容中需要跳转小程序的文字请输入如下格式: <a data-miniprogram-appid="小程序appid" data-miniprogram-path="小程序路径" href="备用网址" data-miniprogram-type="text">文字内容</a> 阅读全文
posted @ 2022-07-19 15:11 79524795 阅读(360) 评论(0) 推荐(0) 编辑
摘要:语法: window.open([URL], [窗口名称], [参数字符串]) 参数说明: URL:可选参数,在窗口中要显示网页的网址或路径。如果省略这个参数,或者它的值是空字符串,那么窗口就不显示任何文档。窗口名称:可选参数,被打开窗口的名称。 1.该名称由字母、数字和下划线字符组成。 2."_t 阅读全文
posted @ 2022-07-18 16:03 79524795 阅读(60) 评论(0) 推荐(0) 编辑
摘要:微信开发者工具,看下是否压缩了。 阅读全文
posted @ 2022-07-18 11:13 79524795 阅读(32) 评论(0) 推荐(0) 编辑
摘要:window.location.href = 'https://mp.weixin.qq.com/'; 阅读全文
posted @ 2022-07-12 15:06 79524795 阅读(738) 评论(0) 推荐(0) 编辑
摘要:案例 <navigator url="/pages/index1/index1" hover-class="navigator-hover"> <button type="default">跳转到新页面</button> </navigator> 阅读全文
posted @ 2022-07-12 14:13 79524795 阅读(326) 评论(0) 推荐(0) 编辑
摘要:1、从公众平台登进入公众号 2、点击开发>>开发者工具 3、F12 >>Elements 4、ctrl+f 搜索 uin_base64 5、将下面链接的_加密值_ 三个汉字 更换成 uin_base64的值,然后用微信打开该链接即可。 https://mp.weixin.qq.com/mp/prof 阅读全文
posted @ 2022-07-08 11:21 79524795 阅读(128) 评论(0) 推荐(0) 编辑
摘要:1,官网下载 下载地址:http://editor.md.ipandao.com 2,ThinkPHP5.1引入 在static下面新建文件夹md,将下载好的文件引入过来, 3,新建方法视图文件 <!DOCTYPE html> <html> <head> <meta charset="utf-8"> 阅读全文
posted @ 2022-07-07 18:36 79524795 阅读(589) 评论(0) 推荐(0) 编辑
摘要:1,直接弹窗 uni.showToast({ title: '标题', duration: 2000 }); 2,隐形弹窗 隐藏提示框:uni.hideToast(); 3,选择框 之 弹窗双选择 uni.showModal({ title: '提示', content: '这是一个模态弹窗', s 阅读全文
posted @ 2022-07-06 18:40 79524795 阅读(901) 评论(0) 推荐(0) 编辑
摘要:111 # 获取当前月的天数 $month_now_days = date('t'); //echo $month_now_days; # 获取某月的天数 $month_certain_days = date('t',strtotime('1993-8-1')); //echo $month_cer 阅读全文
posted @ 2022-07-05 19:14 79524795 阅读(197) 评论(0) 推荐(0) 编辑
摘要:首选项 -设置- User"index_files": false, 阅读全文
posted @ 2022-07-05 11:47 79524795 阅读(109) 评论(0) 推荐(0) 编辑
摘要:uni.showLoading({ title: '申请中' }); 提示转圈 uni.hideLoading(); 结束转圈 阅读全文
posted @ 2022-07-05 11:24 79524795 阅读(171) 评论(0) 推荐(0) 编辑
摘要:for ($iall = 0; $iall < count($all); $iall++) { $isdel = 0; for ($tbs = 0; $tbs < count($ces); $tbs++) { if($all[$iall]['mobile'] == $ces[$tbs]['tel'] 阅读全文
posted @ 2022-07-05 10:13 79524795 阅读(160) 评论(0) 推荐(0) 编辑
摘要:测试一下MarkDown文档 不错 阅读全文
posted @ 2022-07-05 10:13 79524795 阅读(6) 评论(0) 推荐(0) 编辑
摘要:break; 跳出 一层 循环 continue 2; 跳出二层循环 阅读全文
posted @ 2022-07-05 10:09 79524795 阅读(305) 评论(0) 推荐(0) 编辑
摘要:$arr = array_values($arr); 阅读全文
posted @ 2022-07-04 19:51 79524795 阅读(214) 评论(0) 推荐(0) 编辑
摘要:php中 != 就是判断的全等 阅读全文
posted @ 2022-07-04 19:02 79524795 阅读(8) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示