上一页 1 ··· 84 85 86 87 88 89 90 91 92 ··· 203 下一页
摘要: 一,官网: 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 刘宏缔的架构森林 阅读(344) 评论(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 刘宏缔的架构森林 阅读(905) 评论(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 刘宏缔的架构森林 阅读(76) 评论(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 刘宏缔的架构森林 阅读(570) 评论(0) 推荐(0)
摘要: 一,官方文档地址: https://webman.workerman.net/doc/zh-cn/others/bin.html 二,报错的处理: 1, $ php webman build:bin Route /delete ["app\\controller\\LoginController", 阅读全文
posted @ 2024-12-21 10:14 刘宏缔的架构森林 阅读(212) 评论(0) 推荐(0)
摘要: 一,文档地址: https://www.workerman.net/doc/webman/db/tutorial.html 二,安装所需的库 $ composer require -W illuminate/database illuminate/pagination illuminate/even 阅读全文
posted @ 2024-12-21 09:54 刘宏缔的架构森林 阅读(98) 评论(0) 推荐(0)
摘要: 一,安装用到的库: (venv) liuhongdi@lhdpc:/data/work/python/xiaoqu$ pip3 install PyJWT Collecting PyJWT Downloading PyJWT-2.10.1-py3-none-any.whl.metadata (4.0 阅读全文
posted @ 2024-12-21 09:46 刘宏缔的架构森林 阅读(88) 评论(0) 推荐(0)
摘要: 一,安装 $ composer require twig/twig 二,配置 config/view.php <?php /** * This file is part of webman. * * Licensed under The MIT License * For full copyrigh 阅读全文
posted @ 2024-12-21 09:43 刘宏缔的架构森林 阅读(89) 评论(0) 推荐(0)
摘要: 一,配置php环境变量 编辑/etc/profile文件: 增加: export PHP_HOME=/usr/local/soft/php8.4.1 export PATH=$PATH:$PHP_HOME/bin 使生效 # source /etc/profile 测试效果: # php --ver 阅读全文
posted @ 2024-12-21 09:43 刘宏缔的架构森林 阅读(289) 评论(0) 推荐(0)
摘要: 一,官网 https://www.phpmyadmin.net/ 二,下载 $ wget https://files.phpmyadmin.net/phpMyAdmin/5.2.1/phpMyAdmin-5.2.1-all-languages.zip 解压: $ unzip phpMyAdmin-5 阅读全文
posted @ 2024-12-21 09:41 刘宏缔的架构森林 阅读(381) 评论(0) 推荐(0)
上一页 1 ··· 84 85 86 87 88 89 90 91 92 ··· 203 下一页