摘要: [PHP]:AES对称加密 -- 支持PHP7 加密类Aes.php /** * [AesSecurity aes加密,支持PHP7.1] */ class Aes { /** * [encrypt aes加密] * @param [type] $input [要加密的数据] * @param [t 阅读全文
posted @ 2020-08-12 23:27 wukong1688 阅读(581) 评论(0) 推荐(0) 编辑
摘要: [PHP]:RSA非对称加密 一、私钥和公钥 在线生成网站,或者在linux下生成。 网站生成:https://www.bm8.com.cn/webtool/rsa/ rsa_private_key.pem BEGIN RSA PRIVATE KEY MIICXAIBAAKBgFwZXG9epV7X 阅读全文
posted @ 2020-08-12 22:47 wukong1688 阅读(341) 评论(0) 推荐(0) 编辑
摘要: onLoad() { this.getList() }, getList() { var data = { column: 'id,post_id,title,author_name,cover,published_at' //需要的字段名 }; uni.request({ url: 'https: 阅读全文
posted @ 2020-08-12 16:16 wukong1688 阅读(683) 评论(0) 推荐(0) 编辑
摘要: Vue:uni-app学习(九)--引入地图 <template> <view> <map style="width: 100%; height: 600px;" :latitude="latitude" :longitude="longitude" :markers="covers"> </map 阅读全文
posted @ 2020-08-12 14:48 wukong1688 阅读(513) 评论(0) 推荐(0) 编辑
摘要: Vue:uni-app学习(八)--上滑透明渐变吸顶 阅读全文
posted @ 2020-08-12 14:35 wukong1688 阅读(952) 评论(0) 推荐(0) 编辑
摘要: List 列表 uni-ui 的 List 组件 ,帮助使用者快速构建列表 https://ext.dcloud.net.cn/plugin?id=24 GoodsNav 商品导航 uni-goods-nav 组件主要用于电商类应用底部导航,可自定义加入购物车,购买等操作 https://ext.d 阅读全文
posted @ 2020-08-12 14:34 wukong1688 阅读(782) 评论(0) 推荐(0) 编辑
摘要: 一、容器属性 display:flex flex-direction: 取值:row(默认) | row-reverse | column | column-reverse flex-wrap: 取值:nowrap(默认) | wrap | wrap-reverse flex-flow: flex- 阅读全文
posted @ 2020-08-12 11:05 wukong1688 阅读(837) 评论(0) 推荐(0) 编辑