上一页 1 2 3 4 5 6 ··· 20 下一页
摘要: 编辑mysql链接属性,切换到高级,把保持连接间隔改为10. 阅读全文
posted @ 2024-08-28 11:04 流浪2024 阅读(150) 评论(0) 推荐(0) 编辑
摘要: 参考:https://www.jb51.net/javascript/3156411pd.htm 微信浏览器私有接口WeiXinJsBridge,大致有以下几个有用的知识点: 分享给好友 分享到朋友圈 分享到微博 隐藏下方工具栏 隐藏微信右上角分享按钮(三个小圆点) 关闭浏览器回到公众号对话窗口 获 阅读全文
posted @ 2024-08-27 08:51 流浪2024 阅读(259) 评论(0) 推荐(0) 编辑
摘要: // app.js App({ onLaunch: function () { if (!wx.cloud) { console.error('请使用 2.2.3 或以上的基础库以使用云能力'); } else { wx.login({ success: (res) => { if(res.code 阅读全文
posted @ 2024-08-26 11:54 流浪2024 阅读(75) 评论(0) 推荐(0) 编辑
摘要: // 方法一: echo "<script>alert('提交成功')</script>"; header("refresh:0;url=callback.php"); // 方法二: echo "<script>alert('提交成功');window.location.href=document 阅读全文
posted @ 2024-08-22 08:59 流浪2024 阅读(12) 评论(0) 推荐(0) 编辑
摘要: 参考文章:https://www.cnblogs.com/ivy-zheng/p/12557645.html array_multisort — 对多个数组或多维数组进行排序 array_multisort() 可以用来一次对多个数组进行排序,或者根据某一维或多维对多维数组进行排序。 关联(stri 阅读全文
posted @ 2024-08-21 08:40 流浪2024 阅读(385) 评论(0) 推荐(0) 编辑
摘要: 参考:https://www.cnblogs.com/q35455075/p/14110914.html 1.下载 选择php_redis-2.2.5-5.6-ts-vc11-x64.zip和php_igbinary-1.2.1-5.5-ts-vc11-x64.zip 下载地址: http://wi 阅读全文
posted @ 2024-08-20 16:01 流浪2024 阅读(29) 评论(0) 推荐(0) 编辑
摘要: 左键点住桌面微信图标,Enter 键摁几下就可以开几个号 阅读全文
posted @ 2024-08-12 11:39 流浪2024 阅读(35) 评论(0) 推荐(0) 编辑
摘要: 1.mysql执行group by时遇到下面提示: SELECT list is not in GROUP BY clause and contains nonaggregated column 'crm.b.id' which is not functionally dependent on co 阅读全文
posted @ 2024-08-08 11:11 流浪2024 阅读(99) 评论(0) 推荐(0) 编辑
摘要: $pwd = password_hash('123456',PASSWORD_DEFAULT); echo $pwd; $res = password_verify('1234567',$pwd); var_dump($res); 1.password_hash() 函数用于创建密码的散列(hash 阅读全文
posted @ 2024-08-06 14:12 流浪2024 阅读(21) 评论(0) 推荐(0) 编辑
摘要: win7升级win10参考: 1.https://www.php.cn/faq/576688.html 2.https://jingyan.baidu.com/article/acf728fd60c6a6b9e510a3ab.html 阅读全文
posted @ 2024-08-06 11:34 流浪2024 阅读(47) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 20 下一页