上一页 1 ··· 95 96 97 98 99 100 101 102 103 ··· 169 下一页
摘要: 一,官方文档: 1,官方站: https://www.workerman.net/webman 2,安装文档: https://www.workerman.net/doc/webman/install.html 二,准备安装环境: 1,需求 环境需求 PHP >= 7.2 Composer >= 2 阅读全文
posted @ 2023-08-19 08:55 刘宏缔的架构森林 阅读(366) 评论(0) 推荐(0)
摘要: 一,代码 1,captcode.php <?php namespace capt; use think\Config; use think\facade\Cache; //use think\Session; class captcode { /** * @var Config|null */ pr 阅读全文
posted @ 2023-08-09 10:38 刘宏缔的架构森林 阅读(1120) 评论(0) 推荐(0)
摘要: 一,官方代码及文档: https://github.com/nadermx/backgroundremover 二, 安装backgroundremover的准备工作 1,安装 pytorch: https://blog.imgtouch.com/index.php/2023/08/03/rocky 阅读全文
posted @ 2023-08-09 10:32 刘宏缔的架构森林 阅读(574) 评论(0) 推荐(0)
摘要: 一,pytorch官网: https://pytorch.org/ 如图: 根据自己的需求选择版本、平台、语言环境等信息, 然后运行命令 二,运行pip安装命令: [root@img bin]# pip3 install torch torchvision torchaudio --index-ur 阅读全文
posted @ 2023-08-09 10:22 刘宏缔的架构森林 阅读(952) 评论(0) 推荐(0)
摘要: 一,ffmpeg官网: 网址: http://ffmpeg.org/ 如图: 说明:最新版本出到了6.0, 我们从dnf通道安装,版本可能略低 二,安装rpmfusion库 [root@img ~]# dnf install --nogpgcheck https://mirrors.rpmfusio 阅读全文
posted @ 2023-08-09 10:17 刘宏缔的架构森林 阅读(1070) 评论(0) 推荐(0)
摘要: 一,查看当前setuptools的版本: [root@img Python-3.11.4]# python3 -m pip show setuptools Name: setuptools Version: 65.5.0 Summary: Easily download, build, instal 阅读全文
posted @ 2023-08-09 10:13 刘宏缔的架构森林 阅读(3506) 评论(0) 推荐(0)
摘要: 一,查看当前pip的版本: [root@img Python-3.11.4]# pip --version pip 23.1.2 from /usr/local/soft/python3.11.4/lib/python3.11/site-packages/pip (python 3.11) 二,升级 阅读全文
posted @ 2023-08-09 10:11 刘宏缔的架构森林 阅读(1126) 评论(0) 推荐(0)
摘要: 一,查看现有的版本: 1,本地版本 [root@img ~]# python --version Python 3.9.16 2,现在的最新版本: 访问官网: https://www.python.org/ 如图: 可以看到线上的最新版本是3.11.4 二,编译/安装: 1,下载: 先复制下载地址 阅读全文
posted @ 2023-08-09 10:10 刘宏缔的架构森林 阅读(1622) 评论(0) 推荐(0)
摘要: 一,代码: 官方文档地址: https://element-plus.gitee.io/zh-CN/component/breadcrumb.html 代码: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 2 阅读全文
posted @ 2023-07-31 20:54 刘宏缔的架构森林 阅读(395) 评论(0) 推荐(0)
摘要: 一,代码: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 阅读全文
posted @ 2023-07-27 14:46 刘宏缔的架构森林 阅读(279) 评论(0) 推荐(0)
上一页 1 ··· 95 96 97 98 99 100 101 102 103 ··· 169 下一页