`
aliang1990
  • 浏览: 1872 次
社区版块
存档分类
最新评论
文章列表
    # -*- coding: utf-8 -*- import json import os from time import sleep from urllib import parse import schedule import time import requests import re class Pusher(object): def __init__(self): print('init_') def getSitemapIndex(self, sitemapIndexUrl): p ...
zblog robots.txt的正确写法,php版本,robots.txt作为网站的蜘蛛抓取遵循法则,里面可以自定义需要禁止的目录,以及sitemap的附属链接都可以添加 效果:User-agent: *Disallow: /zb_users/Disallow: /zb_system/Disallow: /MemberCenterSitemap:meishi/sitemap_index.xmlSitemap:xx/sitemap.xml 语法就不多说Disallow 禁止,Allow 允许,Sitemap:地图   代码:<?phpheader("Content-t ...
iframe作为一个网站之间交互的桥梁,受到很多站长的喜爱,但是又有不安全的因素存在,所以正确填写属性是很重要的。 <iframe name="my_iframe" height="540" width="100%" frameborder="0"        marginwidth="0" marginheight="0" scrolling="no" border="0"        src="http:/ ...
Global site tag (gtag.js) - Google Analytics