上一页 1 ··· 147 148 149 150 151 152 153 154 155 ··· 214 下一页
摘要: 一,查看所有磁盘 查看磁盘的分区 [root@blog ~]# fdisk -l Disk /dev/vda: 50 GiB, 53687091200 bytes, 104857600 sectors Units: sectors of 1 * 512 = 512 bytes Sector size 阅读全文
posted @ 2023-05-09 15:14 刘宏缔的架构森林 阅读(3873) 评论(0) 推荐(0)
摘要: 一,报错 [root@osc ~]# yum install -y python3-pip Loaded plugins: fastestmirror, security Setting up Install Process Determining fastest mirrors YumRepo E 阅读全文
posted @ 2023-05-09 13:23 刘宏缔的架构森林 阅读(501) 评论(0) 推荐(0)
摘要: 一,默认是自动安装所有更新: 默认仅提供两个选择: 自动更新每个最新版本 仅自动更新安全版本 二,设置禁止自动更新: 代码: define( 'WP_AUTO_UPDATE_CORE', false ); 在wp-config.php中增加此行 [root@blog wordpress]# vi w 阅读全文
posted @ 2023-05-06 14:51 刘宏缔的架构森林 阅读(166) 评论(0) 推荐(0)
摘要: 一,安装插件/设置插件: 插件->安装插件->用top关键字进行搜索,然后选择 WPFront Scroll Top 点 立即安装 按钮 安装完成后,点 启用 按钮 选中前两项 选中前两项后,点 保存更改 按钮 二,测试效果 说明:刘宏缔的架构森林是一个专注架构的博客, 网站:https://blo 阅读全文
posted @ 2023-05-06 12:39 刘宏缔的架构森林 阅读(167) 评论(0) 推荐(0)
摘要: 一,第一种方法:手动更换ico 1,代码: <link rel="shortcut icon" href="http://wp.liuhongdi.com/favicon.ico?v=35" type="image/x-icon" /> 2,添加代码: 3,上传文件到wordpress根目录,如图: 阅读全文
posted @ 2023-05-06 10:20 刘宏缔的架构森林 阅读(1574) 评论(0) 推荐(0)
摘要: 一,添加代码: 1,代码: <a target="_blank" href='http://sns.qzone.qq.com/cgi-bin/qzshare/cgi_qzshare_onekey?title=<?php the_title(); ?>&desc=&summary=&site=&pic 阅读全文
posted @ 2023-05-05 21:20 刘宏缔的架构森林 阅读(135) 评论(0) 推荐(0)
摘要: 一,代码: 1,代码: <a target="_blank" href='https://www.douban.com/share/service?href=<?php the_permalink(); ?>&name=<?php the_title(); ?>&text=&image=&stari 阅读全文
posted @ 2023-05-05 19:23 刘宏缔的架构森林 阅读(103) 评论(0) 推荐(0)
摘要: 一,添加代码 1,代码: <a target="_blank" href='https://service.weibo.com/share/share.php?url=<?php the_permalink(); ?>&title=<?php the_title(); ?>'> <img id="i 阅读全文
posted @ 2023-05-05 12:44 刘宏缔的架构森林 阅读(132) 评论(0) 推荐(0)
摘要: 一,给文章添加二维码: 代码: <img src="https://api.sey.ink/api/qr?text=<?php the_permalink(); ?>&size=100" alt="QR:<?php the_title(); ?>"/> 编辑文章页面->single.php: 查看效 阅读全文
posted @ 2023-05-04 18:44 刘宏缔的架构森林 阅读(140) 评论(0) 推荐(0)
摘要: 一,默认头像效果: Gavatar的头像在国内不能正常访问,如图: 二,设置: 把以下php代码添加到模板函数funtions.php文件中 if ( ! function_exists( 'get_cravatar_url' ) ) { /** * 把Gravatar头像服务替换为Cravatar 阅读全文
posted @ 2023-05-04 15:00 刘宏缔的架构森林 阅读(1900) 评论(1) 推荐(1)
上一页 1 ··· 147 148 149 150 151 152 153 154 155 ··· 214 下一页