上一页 1 2 3 4 5 6 7 8 9 10 ··· 23 下一页
摘要: jsonwebtoken 用法 jwt.sign(payload, secretOrPrivateKey, [options, callback]) (异步)如果提供回调,则使用err或JWT 调用回调。 (同步)将JsonWebToken返回为字符串。 payload必须是一个object, bu 阅读全文
posted @ 2021-02-07 22:11 mrt_yy 阅读(303) 评论(0) 推荐(0)
摘要: <html> <head> <title>credit.daan.gov.cn</title> </head> <body> <frameset cols=*,0 rows=* border=0 framespacing=0 frameborder=NO> <frame src='http://12 阅读全文
posted @ 2020-08-21 09:02 mrt_yy 阅读(94) 评论(0) 推荐(0)
摘要: <script type="text/javascript"> let obj = [{ id: 1, name: '顶级1', pid: 0 }, { id: 2, name: '顶级1 第二级1', pid: 1 }, { id: 3, name: '顶级1 第二级2', pid: 1 }, { 阅读全文
posted @ 2020-08-19 11:02 mrt_yy 阅读(157) 评论(0) 推荐(0)
摘要: background: -webkit-linear-gradient(#EE2825,#F6872B,#f6872b); /* Safari 5.1-6.0 */ background: -o-linear-gradient(#EE2825,#F6872B,#f6872b); /* Opera 1 阅读全文
posted @ 2020-08-12 14:50 mrt_yy 阅读(182) 评论(0) 推荐(0)
摘要: jsonToUrl : export const jsonToUrl = (data) => { try { var tempArr = []; for (var i in data) { if (encodeURIComponent(data[i]) != 'undefined' && encod 阅读全文
posted @ 2020-08-10 09:21 mrt_yy 阅读(213) 评论(0) 推荐(0)
摘要: content的取值为webkit,ie-comp,ie-stand之一,区分大小写,分别代表用webkit内核,IE兼容内核,IE标准内核。 若页面需默认用极速核,增加标签:<meta name="renderer" content="webkit"> 若页面需默认用ie兼容内核,增加标签:<me 阅读全文
posted @ 2020-07-30 15:46 mrt_yy 阅读(1311) 评论(0) 推荐(0)
摘要: uniapp重写 plus.runtime.quit 方法 toast也是plus的nativeUI,加一个判断即刻 let main = plus.android.runtimeMainActivity(); //为了防止快速点按返回键导致程序退出重写quit方法改为隐藏至后台 plus.runt 阅读全文
posted @ 2020-07-24 11:01 mrt_yy 阅读(615) 评论(0) 推荐(0)
摘要: function startAPVerify(options, callback) { my.call('startBizService', { name: 'open-certify', param: JSON.stringify(options), }, callback); } startAP 阅读全文
posted @ 2020-07-17 16:35 mrt_yy 阅读(828) 评论(0) 推荐(0)
摘要: const downloadTask = uni.downloadFile({ url: 'http://172.16.20.223:9083/test/download/1.wgt', complete: (res) => { console.log(res) }, success: (downl 阅读全文
posted @ 2020-07-16 13:38 mrt_yy 阅读(2488) 评论(0) 推荐(0)
摘要: 改HBuilderX的底层,分别编辑HBuilderX\plugins\uniapp-cli\node_modules\@dcloudio\uni-mp-weixin\dist\index.js 和 HBuilderX\plugins\uniapp-cli\node_modules\@dcloudi 阅读全文
posted @ 2020-07-16 10:51 mrt_yy 阅读(7049) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 10 ··· 23 下一页