会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
样子2018
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
9
···
52
下一页
2024年7月27日
Uniapp 之我的手写签名
摘要: 一、效果图 二、代码示例 qianming.js export const qianming = { data() { return { windowWidth: 0, pixelRatio: 0, context: null, points: [], oldPoints: [], qm_width
阅读全文
posted @ 2024-07-27 15:51 样子2018
阅读(504)
评论(0)
推荐(0)
2024年5月20日
Uni-app 之IOS生成Universal Link(通用链接)
摘要: 一、文档 https://uniapp.dcloud.net.cn/api/plugins/universal-links.html#%E8%83%8C%E6%99%AF%E4%BB%8B%E7%BB%8D 二、配置 1、登录苹果开发者中心找到对应的APPID,配置Associated Domain
阅读全文
posted @ 2024-05-20 09:56 样子2018
阅读(2082)
评论(0)
推荐(0)
Uni-app 之IOS苹果账号登录
摘要: 一、开发文档 https://uniapp.dcloud.net.cn/tutorial/app-oauth-apple.html 二、示例 appleLogin() { uni.login({ provider: 'apple', success: function(loginRes) { con
阅读全文
posted @ 2024-05-20 09:22 样子2018
阅读(536)
评论(0)
推荐(0)
2024年5月15日
Mysql 之explain索引效率分析
摘要: 一、explain语句 EXPLAIN [EXTENDED] SELECT select_options 二、字段分析 1、id select识别符。这是select的查询序列号,id的值越大优先级别越高,越先被执行,如果id相同,执行顺序右上至下 2、select_type select_type
阅读全文
posted @ 2024-05-15 11:28 样子2018
阅读(126)
评论(0)
推荐(0)
2024年4月9日
Js插件 之jSignature签名插件
摘要: 一、效果图 二、代码示例 <!doctype html> <html lang="zh"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <meta http-equiv="X-UA-Comp
阅读全文
posted @ 2024-04-09 16:07 样子2018
阅读(825)
评论(0)
推荐(0)
2024年3月23日
Uni-app 之uni-push1.0服务端推送
摘要: 一、配置 1、uni-push1.0文档 https://uniapp.dcloud.net.cn/unipush-v1.html 2、服务端推送文档 https://docs.getui.com/getui/server/rest_v2/push/ 二、客户端 1、App.vue import p
阅读全文
posted @ 2024-03-23 10:06 样子2018
阅读(1909)
评论(0)
推荐(0)
Uni-app 之APP打开小程序与分享小程序页面
摘要: 一、配置 1、微信开放平台,创建移动应用与绑定小程序 2、manifest.json,填写移动应用的appid 二、打开小程序 plus.share.getServices(res => { var is_weixin = res.find(i => i.id 'weixin'); if (is_w
阅读全文
posted @ 2024-03-23 09:44 样子2018
阅读(931)
评论(0)
推荐(0)
2024年2月2日
TP5框架 之think-auth权限认证
摘要: 一、安装think-auth composer require 5ini99/think-auth 二、数据表 -- -- think_auth_rule,规则表, -- id:主键,name:规则唯一标识, title:规则中文名称 status 状态:为1正常,为0禁用,condition:规则
阅读全文
posted @ 2024-02-02 15:38 样子2018
阅读(149)
评论(0)
推荐(0)
TP5框架 之自定义标签
摘要: 一、创建控制器 <?php namespace app\common\taglib; use think\auth\Auth; use think\template\TagLib; class MyTag extends TagLib { protected $tags = [ 'auth' =>
阅读全文
posted @ 2024-02-02 15:17 样子2018
阅读(106)
评论(0)
推荐(0)
2024年1月18日
Uni-app 之安卓证书申请、查询和公私钥查看
摘要: 一、安装环境 可从Oracle官方下载jre安装包:https://www.oracle.com/java/technologies/downloads/#java8 将jre命令添加到临时环境变量中 二、生成证书 keytool -genkey -alias testalias -keyalg R
阅读全文
posted @ 2024-01-18 10:03 样子2018
阅读(2565)
评论(0)
推荐(1)
上一页
1
2
3
4
5
6
7
8
9
···
52
下一页
公告