会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
79524795
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
8
9
10
11
12
13
14
15
16
···
31
下一页
2023年4月23日
php按照首字母排序,PHP获取汉字首字母并分组排序
摘要: 没问题的 直接上代码 class Character { public function groupByInitials(array $data, $targetKey = 'name') { $data = array_map(function ($item) use ($targetKey) {
阅读全文
posted @ 2023-04-23 20:16 79524795
阅读(34)
评论(0)
推荐(0)
2023年4月20日
PHP数组反转排序
摘要: PHP内置函数 array_reverse()
阅读全文
posted @ 2023-04-20 18:04 79524795
阅读(21)
评论(0)
推荐(0)
PHP数组合并
摘要: 直接用PHP内置函数 使用array_merge()函数
阅读全文
posted @ 2023-04-20 14:19 79524795
阅读(27)
评论(0)
推荐(0)
2023年4月19日
niushop的APP端头像修改问题
摘要: 这几天修改niusop,遇到niushop APP端头像无法上传问题,以下是解决方案; niushop版本 4.1.12 后台修改: . /app/api/controller/Member.php中 modifyheadimg()方法 修改成: /** * 修改会员头像 * @return str
阅读全文
posted @ 2023-04-19 16:20 79524795
阅读(33)
评论(0)
推荐(0)
2023年4月18日
uniapp点击选中更改背景色,第二次点击直接跳转
摘要: 直接上代码 <view id="index0" v-for="(item, index) in value.list" :key="index" class="text-item" style="background-color: #fee3b3" :style="{ width: 'calc(10
阅读全文
posted @ 2023-04-18 16:19 79524795
阅读(90)
评论(0)
推荐(0)
2023年4月12日
TP6-Class 'think\facade\Filesystem' not found--完美解决
摘要: 命令 composer require topthink/think-filesystem 1.0.1
阅读全文
posted @ 2023-04-12 16:06 79524795
阅读(2215)
评论(0)
推荐(0)
2023年4月1日
Uniapp 图片上放另一个图片
摘要: 直接上代码 .img1a{ position: relative; width: 100%; height: 100%; } .video-open{ margin-left: 45%; margin-top: 45%; position: absolute; z-index: 9999; widt
阅读全文
posted @ 2023-04-01 16:21 79524795
阅读(218)
评论(0)
推荐(0)
2023年3月28日
使用 keytool(jdk自带工具)获取SHA1
摘要: 正式版 安装jdk环境 cmd进入D:\phpstudy_pro\Extensions\jdk1.8\bin 输入keytool -list -v -keystore D:\APP\cert\test.keystore D:\APP\cert\test.keystore是你的包的证书目录 输入包密码
阅读全文
posted @ 2023-03-28 20:20 79524795
阅读(264)
评论(1)
推荐(0)
2023年3月14日
APP-uniapp-uni.login实现微信登陆
摘要: 直接上代码 登录按钮,单击方法 weixinLogin(){ console.log("进入微信登录"); uni.login({ provider: 'weixin', success: function (loginRes) { // 登录成功 uni.getUserInfo({ provide
阅读全文
posted @ 2023-03-14 14:21 79524795
阅读(460)
评论(0)
推荐(0)
uniapp-uni.login-login:fail provider not find
摘要: 新版HbuiderX没有输入开放平台密钥地方,使用旧版3.2.16版本输入密钥之后可以了
阅读全文
posted @ 2023-03-14 13:11 79524795
阅读(179)
评论(0)
推荐(0)
上一页
1
···
8
9
10
11
12
13
14
15
16
···
31
下一页
公告