上一页 1 ··· 114 115 116 117 118 119 120 121 122 ··· 169 下一页
摘要: 一,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 刘宏缔的架构森林 阅读(525) 评论(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 刘宏缔的架构森林 阅读(4091) 评论(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 刘宏缔的架构森林 阅读(1934) 评论(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 刘宏缔的架构森林 阅读(2966) 评论(0) 推荐(0)
摘要: 一,查看python本地版本和最新版本 1,查看本地版本: [lhdop@blog ~]$ python3 --version Python 3.6.8 2,查看最新版本: https://www.python.org/downloads/ 可以看到最新版本: 说明:刘宏缔的架构森林是一个专注架构的 阅读全文
posted @ 2022-10-28 16:57 刘宏缔的架构森林 阅读(4132) 评论(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 刘宏缔的架构森林 阅读(128) 评论(0) 推荐(0)
摘要: 一,问题的表现: 页面上左右两个div,里面各有一张图片,图片是相邻的,在页面上应该象一张图一样显示, 代码如下: <!-- background: #000000; --> <div style="width:100%;height:100%;" onclick="disp_header_foot 阅读全文
posted @ 2022-10-27 14:36 刘宏缔的架构森林 阅读(678) 评论(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 刘宏缔的架构森林 阅读(599) 评论(0) 推荐(0)
摘要: 一,下载redis7 1,官网: https://redis.io/ 2,下载页面: https://redis.io/download/ 如图: 3,复制7.0.5的链接地址,从命令行下载: [lhdop@blog redis]$ wget https://github.com/redis/red 阅读全文
posted @ 2022-10-23 18:42 刘宏缔的架构森林 阅读(1308) 评论(0) 推荐(1)
摘要: 一,命令行例子: 1,生成gif [lhdop@blog gif1]$ convert -delay 200 a1.webp a2.webp a3.webp a4.webp -loop 0 a.gif -delay 数字单位是10毫秒,图片切换的时间是该数字乘以10毫秒,例子中设置的切换时间是 20 阅读全文
posted @ 2022-10-21 11:23 刘宏缔的架构森林 阅读(332) 评论(0) 推荐(0)
上一页 1 ··· 114 115 116 117 118 119 120 121 122 ··· 169 下一页