上一页 1 ··· 144 145 146 147 148 149 150 151 152 ··· 199 下一页
摘要: 一,命令: 1,文档: https://legacy.imagemagick.org/Usage/transform/ 2,执行命令: #-charcoal radius: simulate a charcoal drawing:模拟炭笔画的半径 [lhdop@blog img2]$ convert 阅读全文
posted @ 2022-10-31 16:15 刘宏缔的架构森林 阅读(130) 评论(0) 推荐(0)
摘要: 一,命令: 1,相关的文档地址: https://legacy.imagemagick.org/Usage/transform/ 2,执行命令: #-paint radius: simulate an oil painting 指定模拟油画效果的半径 [lhdop@blog img2]$ conve 阅读全文
posted @ 2022-10-31 15:14 刘宏缔的架构森林 阅读(115) 评论(0) 推荐(0)
摘要: 一,js代码: <html> <head> <meta charset="utf-8"/> <title>测试</title> </head> <body> <div style="width:50%;height:100%;float:left;margin-left:-0.3px;positio 阅读全文
posted @ 2022-10-30 10:35 刘宏缔的架构森林 阅读(567) 评论(0) 推荐(0)
摘要: 一,查看当前python和pip的版本: 查看python的版本: [lhdop@blog ~]$ python3 --version Python 3.6.8 查看pip的版本: [lhdop@blog ~]$ pip3 -V pip 21.3.1 from /usr/local/lib/pyth 阅读全文
posted @ 2022-10-29 16:59 刘宏缔的架构森林 阅读(4168) 评论(0) 推荐(1)
摘要: 一,下载deoldify 1,官网: https://deoldify.ai/ 2,项目地址: https://github.com/jantic/DeOldify 3,用git下载到本地 [lhdop@blog soft]$ git clone https://github.com/jantic/ 阅读全文
posted @ 2022-10-29 16:20 刘宏缔的架构森林 阅读(2183) 评论(0) 推荐(0)
摘要: 一,升级pip3自身: 查看pip当前版本: [root@blog bin]# pip3 -V pip 22.0.4 from /usr/local/soft/python3.7.15/lib/python3.7/site-packages/pip (python 3.7) 升级pip [root@ 阅读全文
posted @ 2022-10-28 18:30 刘宏缔的架构森林 阅读(3081) 评论(0) 推荐(0)
摘要: 一,查看python本地版本和最新版本 1,查看本地版本: [lhdop@blog ~]$ python3 --version Python 3.6.8 2,查看最新版本: https://www.python.org/downloads/ 可以看到最新版本: 说明:刘宏缔的架构森林是一个专注架构的 阅读全文
posted @ 2022-10-28 16:57 刘宏缔的架构森林 阅读(4342) 评论(0) 推荐(0)
摘要: 一,js代码: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>innerText、inn 阅读全文
posted @ 2022-10-28 10:15 刘宏缔的架构森林 阅读(153) 评论(0) 推荐(0)
摘要: 一,问题的表现: 页面上左右两个div,里面各有一张图片,图片是相邻的,在页面上应该象一张图一样显示, 代码如下: <!-- background: #000000; --> <div style="width:100%;height:100%;" onclick="disp_header_foot 阅读全文
posted @ 2022-10-27 14:36 刘宏缔的架构森林 阅读(711) 评论(0) 推荐(0)
摘要: 一,创建路由 / 配置中间件/配置redis 创建controller: liuhongdi@lhdpc:/data/php/imgtouch$ php think make:controller Serve Controller:app\controller\Serve created succe 阅读全文
posted @ 2022-10-26 18:24 刘宏缔的架构森林 阅读(654) 评论(0) 推荐(0)
上一页 1 ··· 144 145 146 147 148 149 150 151 152 ··· 199 下一页