08 2023 档案
摘要:一,登录百度统计获取统计代码: 使用设置->网站列表->新增网站: 填写数据后点确定: 配置单页: 复制代码: 二,添加代码到vue的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 27 28 2
阅读全文
摘要:一,官方文档地址: https://www.workerman.net/doc/webman/components/validation.html 二,安装组件: 1,安装 liuhongdi@lhdpc:/data/webman/imageadmin$ composer require topth
阅读全文
摘要:一,官方文档地址: https://www.workerman.net/doc/webman/config.html 二,代码: 1, .env: GOODS_IMAGE_DIR=/var/www/html/goodsImage GOODS_IMAGE_HOST=http://192.168.219
阅读全文
摘要:一,官方文档地址: https://www.workerman.net/doc/webman/components/env.html 二,安装phpdotenv插件: liuhongdi@lhdpc:/data/webman/imageadmin$ composer require vlucas/p
阅读全文
摘要:一,官方文档: https://www.workerman.net/doc/webman/middleware.html 二,php代码: 1,配置路由的中间件 config/route.php 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 2
阅读全文
摘要:一,官方文档地址: https://www.workerman.net/doc/webman/middleware.html 二,php代码 1,配置中间件: config/middleware.php 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
阅读全文
摘要:一,文档地址: https://www.workerman.net/doc/webman/others/security.html https://www.workerman.net/doc/webman/request.html https://www.workerman.net/doc/webm
阅读全文
摘要:一,官方文档地址: https://www.workerman.net/doc/webman/db/thinkcache.html 二,安装组件 liuhongdi@lhdpc:/data/webman/imageadmin$ composer require -W webman/think-cac
阅读全文
摘要:一,官方文档地址: https://www.workerman.net/doc/webman/db/thinkorm.html 二,安装组件 liuhongdi@lhdpc:/data/webman/imageadmin$ composer require -W webman/think-orm .
阅读全文
摘要:一,官方文档: https://www.workerman.net/doc/webman/log.html 二,代码: 1,配置: config/log.php 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
阅读全文
摘要:一,添加一个除0错的异常代码: 页面显示效果如图: 二,配置: php代码 1,config/ 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 <?php /** * This file is part of webman. * * Licensed und
阅读全文
摘要:一,官方文档: https://www.workerman.net/doc/webman/request.html 二,示例代码: ImageController.php 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2
阅读全文
摘要:一,php代码: 1,类代码: app/result/Result.php 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 <?php /* 统一格式的返回
阅读全文
摘要:一,官方文档地址: https://www.workerman.net/doc/webman/route.html 二,php代码: config/route.php 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 <?php use Webma
阅读全文
摘要:一,启动和停止 1,启动 #-d: 以daemon方式启动,用于生产环境 liuhongdi@lhdpc:/data/webman/imageadmin$ php start.php start -d Workerman[start.php] start in DAEMON mode WORKERM
阅读全文
摘要:一,默认页面的内容: 说明:代码位于 app/IndexController.php 参考这个文档: https://www.workerman.net/doc/webman/route.html 原始代码:显示了README.md这个文件的内容 1 2 3 4 5 6 7 8 9 10 class
阅读全文
摘要:一,官方文档: 1,官方站: https://www.workerman.net/webman 2,安装文档: https://www.workerman.net/doc/webman/install.html 二,准备安装环境: 1,需求 环境需求 PHP >= 7.2 Composer >= 2
阅读全文
摘要:一,代码 1,captcode.php <?php namespace capt; use think\Config; use think\facade\Cache; //use think\Session; class captcode { /** * @var Config|null */ pr
阅读全文
摘要:一,官方代码及文档: https://github.com/nadermx/backgroundremover 二, 安装backgroundremover的准备工作 1,安装 pytorch: https://blog.imgtouch.com/index.php/2023/08/03/rocky
阅读全文
摘要:一,pytorch官网: https://pytorch.org/ 如图: 根据自己的需求选择版本、平台、语言环境等信息, 然后运行命令 二,运行pip安装命令: [root@img bin]# pip3 install torch torchvision torchaudio --index-ur
阅读全文
摘要:一,ffmpeg官网: 网址: http://ffmpeg.org/ 如图: 说明:最新版本出到了6.0, 我们从dnf通道安装,版本可能略低 二,安装rpmfusion库 [root@img ~]# dnf install --nogpgcheck https://mirrors.rpmfusio
阅读全文
摘要:一,查看当前setuptools的版本: [root@img Python-3.11.4]# python3 -m pip show setuptools Name: setuptools Version: 65.5.0 Summary: Easily download, build, instal
阅读全文
摘要:一,查看当前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) 二,升级
阅读全文
摘要:一,查看现有的版本: 1,本地版本 [root@img ~]# python --version Python 3.9.16 2,现在的最新版本: 访问官网: https://www.python.org/ 如图: 可以看到线上的最新版本是3.11.4 二,编译/安装: 1,下载: 先复制下载地址
阅读全文