上一页 1 ··· 135 136 137 138 139 140 141 142 143 ··· 179 下一页
摘要: 一,js代码 1,css代码:定义变量 <style> :root { --tabbar-background: red; } </style> 2,html代码:调用变量 直接用var函数即可: <tabBar id="tabbar" style="width:100%;font-size:0.2 阅读全文
posted @ 2022-02-19 08:30 刘宏缔的架构森林 阅读(2467) 评论(0) 推荐(0)
摘要: 一,快递100开发的相关文档 1,快递公司编码的表格 登录后访问: https://api.kuaidi100.com/manager/page/document/kdbm 2,快递公司编码的表格下载: https://api.kuaidi100.com/manager/utils/download 阅读全文
posted @ 2022-02-13 20:26 刘宏缔的架构森林 阅读(610) 评论(0) 推荐(0)
摘要: 一,bash代码 1,splitlog.sh [lhdop@blog tools]$ more splitlog.sh #!/bin/bash LOG_PATH=/data/store/back/logs/back.log now_date=`date +%Y%m%d` DEST_PATH=/dat 阅读全文
posted @ 2022-02-13 19:49 刘宏缔的架构森林 阅读(279) 评论(0) 推荐(0)
摘要: 一,vue代码 1,GoodsList.vue html部分: <!-- 编辑tag 弹窗 --> <el-dialog title="编辑tag信息" :before-close="closeTagDialog" v-model="dialogSetTagFormVisible" destroy- 阅读全文
posted @ 2022-02-04 17:57 刘宏缔的架构森林 阅读(1478) 评论(0) 推荐(0)
摘要: 一,编写js代码 1,Parent.vue <template> <div> <Child @eventParent="receiveMessage"></Child> </div> </template> <script> import Child from './Child' export de 阅读全文
posted @ 2022-02-04 17:05 刘宏缔的架构森林 阅读(1239) 评论(0) 推荐(2)
摘要: 一,配置api多版本: 1,目录结构: 2,路由: route/app.php <?php // + // | ThinkPHP [ WE CAN DO IT JUST THINK ] // + // | Copyright (c) 2006~2018 http://thinkphp.cn All 阅读全文
posted @ 2022-01-27 21:49 刘宏缔的架构森林 阅读(1342) 评论(0) 推荐(0)
摘要: 一,extend目录的功能: extend目录可以存放自己所开发的具备通用功能的类, vendor目录存放的是通过composer下载的第三方库 注意与app目录下的内容区分 说明:刘宏缔的架构森林是一个专注架构的博客, 网站:https://blog.imgtouch.com本文: https:/ 阅读全文
posted @ 2022-01-27 21:42 刘宏缔的架构森林 阅读(1521) 评论(0) 推荐(0)
摘要: 一,编写php代码 1,config/errorMsg.php 代码: <?php //user define('USER_NOT_EXIST', ['code'=>1001,'msg'=>'用户不存在']); define('USER_NOT_ACTIVE', ['code'=>1002,'msg 阅读全文
posted @ 2022-01-27 21:36 刘宏缔的架构森林 阅读(1096) 评论(0) 推荐(0)
摘要: 一,系统配置 .env 中配置redis [REDIS0] TYPE = redis HOST = 127.0.0.1 PORT = 6379 PASSWORD = 说明:刘宏缔的架构森林是一个专注架构的博客, 网站:https://blog.imgtouch.com本文: https://blog 阅读全文
posted @ 2022-01-26 21:44 刘宏缔的架构森林 阅读(696) 评论(0) 推荐(0)
摘要: 一,安装ab: 1,安装 root@lhdpc:~# apt-get install httpd-tools 2,查看安装的路径 root@lhdpc:~# whereis ab ab: /usr/bin/ab /usr/share/man/man1/ab.1.gz 3,查看ab的版本: root@ 阅读全文
posted @ 2022-01-26 21:38 刘宏缔的架构森林 阅读(1305) 评论(0) 推荐(0)
上一页 1 ··· 135 136 137 138 139 140 141 142 143 ··· 179 下一页