240 发简信
IP属地:上海
  • 使用python的requests+lxml 库爬取Bing的首页背景图

    import requests from lxml import etree import datetime #导入需要的函数库 ...

  • typecho首页导航调用分类目录

    找到header.php的以下代码 <?php $this->widget('Widget_Contents_Page_List')->to...

  • 如何让typecho侧边栏显示彩色标签云

    Typecho侧边栏对应代码文件在主题目录下的sidebar.php,先找到这个文件,在适当的位置添加下面的代码。 <?php Typech...

  • 如何让typecho首页显示摘要

    typecho首页默认情况下是显示文章的全部内容,观感很不友好,可以使用如下修改代码的方式让其只显示部分,从而获得不错的观感。 编辑模板的 `i...

  • linux中提示The requested URL *** was not found on this server

    rewrite_module没开启,开启过程如下: 1. centos的配置文件放在:/etc/httpd/conf/httpd.conf 打开...

  • Resize,w 360,h 240
    openmediavault设置静态ip

    1.输入ifconfig查看网络接口名称,我的网络接口名称为enp3s0 2.修改配置文件/etc/network/interfaces aut...

  • Resize,w 360,h 240
    如何在ubuntu20.10上搭建lamp环境运行wordpress

    首先用这2条指令更新和升级一下软件sudo apt updatesudo apt upgrade1.安装apache2sudo apt inst...