摘要:
一,报错:Driver [Think] not supported. [2024-12-26T11:18:28+08:00][error] [0]Driver [Think] not supported. 原因: 没有安装视图驱动造成的 解决: $ composer require topthink 阅读全文
posted @ 2024-12-28 10:05
刘宏缔的架构森林
阅读(412)
评论(0)
推荐(0)
摘要:
一,修改默认主题颜色: 默认是暗色:如图: 修改index.html,如下: <!-- Main Sidebar Container <aside class="main-sidebar sidebar-dark-primary elevation-4"> --> <aside class="mai 阅读全文
posted @ 2024-12-28 09:40
刘宏缔的架构森林
阅读(177)
评论(0)
推荐(0)
摘要:
一,官网: 地址: https://adminlte.io/ 文档: https://adminlte.io/docs/3.2/ 代码站: https://github.com/ColorlibHQ/AdminLTE 二,下载、安装 1,从命令行下载: wget https://github.com 阅读全文
posted @ 2024-12-28 09:39
刘宏缔的架构森林
阅读(454)
评论(0)
推荐(0)
摘要:
一,官网: https://layui.dev/ 如图: 二,下载: 1,下载: 2,也可以直接使用第三方cdn引入css/js文件: 例子: <!--layui--> <link href="https://unpkg.com/layui@2.9.21-rc/dist/css/layui.css" 阅读全文
posted @ 2024-12-28 09:37
刘宏缔的架构森林
阅读(164)
评论(0)
推荐(0)
摘要:
一,用composer创建项目 $ composer create-project topthink/think gsadm 查看的项目版本: $ php think version v8.1.1 二,配置nginx访问thinkphp项目 server { listen 8090; root /d 阅读全文
posted @ 2024-12-28 09:37
刘宏缔的架构森林
阅读(616)
评论(0)
推荐(0)
摘要:
代码: import jwt import time import requests import json # issuer id: xxxx5efd-cxxd-4xx3-axx5-xx8axxxx9fxx # bundle id: issuer_id = "xxxx5efd-cxxd-4xx3- 阅读全文
posted @ 2024-12-28 09:35
刘宏缔的架构森林
阅读(49)
评论(0)
推荐(0)
摘要:
一,报错信息: hint: Diverging branches can't be fast-forwarded, you need to either: hint: hint: git merge --no-ff hint: hint: or: hint: hint: git rebase hin 阅读全文
posted @ 2024-12-28 09:32
刘宏缔的架构森林
阅读(366)
评论(0)
推荐(0)
浙公网安备 33010602011771号