上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 52 下一页
摘要: 一、效果图 二、代码 function get_server_info() { // 定义输出常量 define('YES', 'Yes'); define('NO', '<span style="color:red">No</span>'); // 服务器系统 $data['php_os'] = 阅读全文
posted @ 2022-05-11 13:50 样子2018 阅读(461) 评论(0) 推荐(0)
摘要: 一、效果图 阅读全文
posted @ 2022-05-09 10:55 样子2018 阅读(323) 评论(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 阅读(1259) 评论(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 阅读(815) 评论(0) 推荐(0)
摘要: 一、下载 https://gitee.com/hnaoyun/PbootCMS/ 二、开发文档 https://www.pbootcms.com/docs/ 三、模板网 https://www.pbootcms.com/cooperation/ 阅读全文
posted @ 2022-04-25 08:57 样子2018 阅读(165) 评论(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 阅读(1679) 评论(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 阅读(169) 评论(0) 推荐(0)
摘要: 一、代码 1、php //解密函数 function myDecode($txt, $key = 'YangYang') { $txt = urldecode($txt); $chars = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0 阅读全文
posted @ 2022-04-07 10:14 样子2018 阅读(1506) 评论(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 阅读(87) 评论(0) 推荐(0)
摘要: 一、安装与使用 npm install --save js-base64 let Base64 = require('js-base64').Base64; Base64.encode(''); // 加密 Base64.decode(''); // 解密 阅读全文
posted @ 2022-03-30 14:31 样子2018 阅读(689) 评论(0) 推荐(0)
上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 52 下一页