上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 49 下一页
摘要: 一、效果图 阅读全文
posted @ 2022-05-09 10:55 样子2018 阅读(284) 评论(0) 推荐(0) 编辑
摘要: 一、效果图 二、http.js网络请求封装 import { config } from '../config.js' import md5 from 'js-md5' import { aes_encrypt, aes_decrypt } from '@/utils/aes_endecrypt.j 阅读全文
posted @ 2022-05-04 14:22 样子2018 阅读(1026) 评论(0) 推荐(0) 编辑
摘要: 一、加密方式一 function encode_file_contents($filename, $dst = '') { $type=strtolower(substr(strrchr($filename,'.'),1)); if ('php' == $type && is_file($filen 阅读全文
posted @ 2022-05-04 10:49 样子2018 阅读(717) 评论(0) 推荐(0) 编辑
摘要: 一、下载 https://gitee.com/hnaoyun/PbootCMS/ 二、开发文档 https://www.pbootcms.com/docs/ 三、模板网 https://www.pbootcms.com/cooperation/ 阅读全文
posted @ 2022-04-25 08:57 样子2018 阅读(132) 评论(0) 推荐(0) 编辑
摘要: 一、效果图 二、代码 <vue-ueditor-wrap v-model="form.content" @ready="ready" :config="editorConfig" @beforeInit="addImageButton" style="line-height: initial;">< 阅读全文
posted @ 2022-04-19 14:47 样子2018 阅读(1412) 评论(0) 推荐(0) 编辑
摘要: 一、阿里云 /** * Created by PhpStorm. * User: Mr.Yang * Date: 2022/4/13 * Time: 10:14 * QQ: 2575404985 */ namespace app\api\controller; use OSS\OssClient; 阅读全文
posted @ 2022-04-14 14:34 样子2018 阅读(157) 评论(0) 推荐(0) 编辑
摘要: 一、代码 1、php //解密函数 function myDecode($txt, $key = 'YangYang') { $txt = urldecode($txt); $chars = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0 阅读全文
posted @ 2022-04-07 10:14 样子2018 阅读(1485) 评论(0) 推荐(0) 编辑
摘要: 一、代码 import VueResource from 'vue-resource' Vue.use(VueResource) //网络请求拦截器 Vue.http.interceptors.push(function(request, next){ //设置请求地址 request.url = 阅读全文
posted @ 2022-03-30 14:53 样子2018 阅读(67) 评论(0) 推荐(0) 编辑
摘要: 一、安装与使用 npm install --save js-base64 let Base64 = require('js-base64').Base64; Base64.encode(''); // 加密 Base64.decode(''); // 解密 阅读全文
posted @ 2022-03-30 14:31 样子2018 阅读(661) 评论(0) 推荐(0) 编辑
摘要: 一、安装与使用 npm install vue-cookies 在main.js中引入cookies import Vue from 'vue' import VueCookies from 'vue-cookies' Vue.use(VueCookies) 二、基本API 1、设置全局配置,设置c 阅读全文
posted @ 2022-03-29 15:54 样子2018 阅读(2960) 评论(0) 推荐(0) 编辑
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 49 下一页