sitemap怎么制作才适合蜘蛛抓取?
网站sitemap制作格式与要求
1.sitemap格式说明
<?xml version="1.0" encoding="utf-8"?>
<!-- XML文件需以utf-8编码-->
<urlset>
<!--必填标签-->
<url>
<!--必填标签,这是具体某一个链接的定义入口,每一条数据都要用<url>和</url>包含在里面,这是必须的 -->
<loc>http://zhimo.yuanzhumuban.cc/blog/</loc>
<!--必填,URL链接地址,长度不得超过256字节-->
<lastmod>2018-07-28</lastmod>
<!--可以不提交该标签,用来指定该链接的最后更新时间-->
<changefreq>daily</changefreq>
<!--可以不提交该标签,用这个标签告诉此链接可能会出现的更新频率 -->
<priority>0.8</priority>
<!--可以不提交该标签,用来指定此链接相对于其他链接的优先权比值,此值定于0.0-1.0之间-->
</url>
<url>
<loc>http://zhimo.yuanzhumuban.cc/</loc>
<lastmod>2017-04-15</lastmod>
<changefreq>daily</changefreq>
<priority>0.8</priority>
</url>
</urlset>
2.sitemap主索引文件格式
如需提交大量sitemap文件,则可将其列在sitemap索引文件中,然后将该索引文件提交。您无需分别提交每个文件。
<?xml version="1.0" encoding="utf-8"?>
<!-- XML文件需以utf-8编码-->
<sitemapindex>
<!--必填,以 <sitemapindex> 开始标记作为开始,以 </sitemapindex> 结束标记作为结束-->
<sitemap>
<!--必填,以<sitemap>标签提交一个子sitemap文件-->
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/1.xml</loc>
<!--必填,识别sitemap的位置-->
<lastmod>2018-7-28</lastmod>
<!--选填,识别相对sitemap文件的修改时间-->
</sitemap>
<!--必填,标签闭合-->
</sitemapindex>
<!--必填,标签闭合-->
3.sitemap生成要求
生成的数据包括:
a.所有网站文章详情页:数据状态为可访问页面,同时生成链接采用网站的规范链接;
b.所有网站问答详情页:数据状态为审核后页面,同时生成链接采用网站的规范链接;
c.所有网站职位内容页:数据状态为可访问的页面,同时生成链接采用网站的规范链接。
xml文件要求:
a.多条url,按照上述格式重复<url></url>之间的片断,列明所有url地址,打包到一个sitemap xml文件。
b.一个xml文件包含的网址不得超过 5 万个(建议2万个),且文件大小不得超过 10 MB。
c.如果Sitemap超过限值,请拆分为多个XML,避免网络原因,不会因提供大文件而超载或抓取失败。
子sitemap文件命名格式:http://zhimo.yuanzhumuban.cc/blog/sitemap.xml
This XML file does not appear to have any style information associated with it. The document tree is shown below.
<sitemapindex>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/1.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/2.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/3.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/4.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/5.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/6.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/7.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/8.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/9.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/10.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/11.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/12.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/13.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/14.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/15.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/16.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/17.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/18.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/19.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/20.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/21.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/22.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/23.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/24.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/25.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/26.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/27.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/28.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/29.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/30.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/31.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/32.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/33.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/34.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/35.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/36.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/37.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/38.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/39.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/40.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/41.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/42.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/43.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/44.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/45.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/46.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/47.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/48.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/49.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/50.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/51.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/52.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/53.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/54.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/55.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/56.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/57.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/58.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/59.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/60.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/61.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/62.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/63.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/64.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/65.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/66.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/67.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/68.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/69.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/70.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/71.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/72.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/73.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/74.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/75.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/76.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/77.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/78.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/79.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/80.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/81.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/82.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/83.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/84.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/85.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/86.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/87.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/88.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/89.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/90.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/91.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/92.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/93.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/94.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/95.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/96.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/97.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/98.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/99.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/100.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/101.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/102.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/103.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/104.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/105.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/106.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/107.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/108.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/109.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/110.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/111.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/112.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/113.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/114.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/115.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/116.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/117.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/118.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/119.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/120.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/121.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/122.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/123.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/124.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/125.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/126.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/127.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/128.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/129.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/130.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/131.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/132.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/133.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/134.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/135.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/136.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/137.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/138.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/139.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/140.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/141.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/142.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/143.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/144.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/145.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/146.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/147.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/148.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/149.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/150.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/151.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/152.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/153.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/154.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/155.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/156.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/157.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/158.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/159.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/160.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/161.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/162.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/163.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/164.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/165.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/166.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/167.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/168.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/169.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/170.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/171.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/172.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/173.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/174.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/175.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/176.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/177.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/178.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/179.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/180.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/181.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/182.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/183.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/184.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/185.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/186.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/187.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/188.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/189.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/190.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/191.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/192.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/193.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/194.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/195.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/196.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/197.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/198.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/199.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/200.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/201.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/202.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/203.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/204.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/205.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/206.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/207.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/208.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/209.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/210.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/211.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/212.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/213.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/214.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/215.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/216.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/217.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/218.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/219.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/220.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/221.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/222.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/223.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/224.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/225.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/226.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/227.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/228.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/229.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/230.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/231.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/232.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/233.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/234.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/235.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/236.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/237.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/238.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/239.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/240.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/241.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/242.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/243.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/244.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/245.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/246.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/247.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/248.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/249.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/250.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/251.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/252.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/253.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/254.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/255.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/256.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/257.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/258.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/259.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/260.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/261.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/262.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/263.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/264.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/265.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/266.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/267.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/268.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/269.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/270.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/271.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/272.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/273.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/274.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/275.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/276.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/277.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/278.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/279.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/280.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/281.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/282.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/283.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/284.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/285.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/286.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/287.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/288.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/289.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/290.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/291.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/292.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/293.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/294.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/295.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/296.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/297.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/298.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/299.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/300.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/301.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/302.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/303.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/304.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/305.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/306.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/307.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/308.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/309.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/310.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/311.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/312.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/313.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/314.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/315.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/316.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/317.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/318.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/319.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/320.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/321.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/322.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/323.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/324.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/325.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/326.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/327.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/328.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/329.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/330.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/331.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/332.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/333.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/334.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/335.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/336.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/337.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/338.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/339.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/340.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/341.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/342.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/343.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/344.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/345.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/346.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/347.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/348.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/349.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/350.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/351.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/352.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/353.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/354.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/355.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/356.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/357.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/358.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/359.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/360.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/361.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/362.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/363.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/364.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/365.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/366.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/367.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/368.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/369.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/370.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/371.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/372.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/373.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/374.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/375.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/376.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/377.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/378.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/379.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/380.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/381.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/382.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/383.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/384.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/385.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/386.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/387.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/388.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/389.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/390.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/391.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/392.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/393.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/394.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/395.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/396.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/397.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/398.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/399.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/400.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/401.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/402.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/403.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/404.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/405.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/406.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/407.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/408.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/409.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/410.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/411.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/412.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/413.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/414.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/xml/415.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/tagXml/1.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/tagXml/2.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/tagXml/3.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/tagXml/4.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/tagXml/5.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/tagXml/6.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/tagXml/7.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/tagXml/8.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/tagXml/9.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/tagXml/10.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/tagXml/11.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/tagXml/12.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/tagXml/13.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/tagXml/14.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/tagXml/15.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/tagXml/16.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/tagXml/17.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/tagXml/18.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/tagXml/19.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/tagXml/20.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/tagXml/21.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/tagXml/22.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/tagXml/23.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/tagXml/24.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/tagXml/25.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/tagXml/26.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/tagXml/27.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/tagXml/28.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/tagXml/29.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/tagXml/30.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/tagXml/31.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/tagXml/32.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/tagXml/33.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/tagXml/34.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/tagXml/35.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/tagXml/36.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/tagXml/37.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/tagXml/38.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/tagXml/39.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/tagXml/40.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/tagXml/41.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/tagXml/42.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/tagXml/43.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/tagXml/44.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/tagXml/45.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/tagXml/46.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/tagXml/47.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/tagXml/48.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/tagXml/49.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/tagXml/50.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/tagXml/51.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/tagXml/52.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/tagXml/53.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/tagXml/54.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/tagXml/55.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/tagXml/56.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/tagXml/57.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/tagXml/58.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/tagXml/59.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/tagXml/60.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/tagXml/61.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/tagXml/62.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/tagXml/63.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/tagXml/64.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/tagXml/65.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/tagXml/66.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/tagXml/67.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/tagXml/68.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/tagXml/69.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/tagXml/70.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/tagXml/71.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/tagXml/72.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/tagXml/73.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/tagXml/74.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/tagXml/75.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/tagXml/76.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/tagXml/77.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/tagXml/78.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/tagXml/79.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/tagXml/80.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/tagXml/81.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/tagXml/82.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/tagXml/83.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/tagXml/84.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/tagXml/85.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/tagXml/86.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/tagXml/87.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/tagXml/88.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/tagXml/89.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/tagXml/90.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/tagXml/91.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/tagXml/92.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/tagXml/93.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/tagXml/94.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/tagXml/95.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/tagXml/96.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/tagXml/97.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/tagXml/98.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/tagXml/99.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/tagXml/100.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/tagXml/101.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/tagXml/102.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/tagXml/103.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/tagXml/104.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/tagXml/105.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/tagXml/106.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/tagXml/107.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/tagXml/108.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/tagXml/109.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/tagXml/110.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/tagXml/111.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/tagXml/112.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/tagXml/113.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/tagXml/114.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/tagXml/115.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/tagXml/116.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/tagXml/117.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/tagXml/118.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/tagXml/119.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/tagXml/120.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/tagXml/121.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
<sitemap>
<loc>http://zhimo.yuanzhumuban.cc/blog/tagXml/122.xml</loc>
<lastmod>2019-01-14</lastmod>
</sitemap>
</sitemapindex>
sitemap怎么制作才适合蜘蛛抓取?的更多相关文章
- dedecms 蜘蛛抓取设置 robots.txt
我们可以用robots.txt屏蔽蜘蛛文件来跟蜘蛛来达成一个协议,但现在很少注重,其实用好robots.txt屏蔽蜘蛛文件,能给你的网站提高权重,接下来重庆SEO讲一下robots.txt屏蔽蜘蛛文件 ...
- 制作bat脚本,抓取Android设备logcat
::bat制作抓取Android设备的logcat,并保存以时间命名的txt文件至设备目录 1 @ECHO off adb wait-for-device ECHO 正在连接设备 adb logcat ...
- seo-mask -- 为单页应用创建一个适合蜘蛛爬取的seo网站
seo-mask seo-mask是利用搜索引擎蜘蛛的爬取原理(蜘蛛只会爬取网页的内容,并不会关心解析网页里的css和js),制作一套专门针对seo的镜像网站,鄙人称它为针对seo的mask,让蜘蛛看 ...
- php 禁止谷歌蜘蛛抓取
$useragent = strtolower($_SERVER['HTTP_USER_AGENT']); if (strpos($useragent, 'googlebot')){ exit(); ...
- nginx限制蜘蛛的频繁抓取
蜘蛛抓取量骤增,导致服务器负载很高.最终用nginx的ngx_http_limit_req_module模块限制了百度蜘蛛的抓取频率.每分钟允许百度蜘蛛抓取200次,多余的抓取请求返回503. ngi ...
- 网页数据抓取工具,webscraper 最简单的数据抓取教程,人人都用得上
Web Scraper 是一款免费的,适用于普通用户(不需要专业 IT 技术的)的爬虫工具,可以方便的通过鼠标和简单配置获取你所想要数据.例如知乎回答列表.微博热门.微博评论.淘宝.天猫.亚马逊等电商 ...
- 基于Casperjs的网页抓取技术【抓取豆瓣信息网络爬虫实战示例】
CasperJS is a navigation scripting & testing utility for the PhantomJS (WebKit) and SlimerJS (Ge ...
- linux-网络数据包抓取-tcpdump
用法格式: tcpdump [-i 网卡] [选项] '表达式' 选项说明如下: -i:interface 监听的网卡. -nn:表示以ip和port的方式显示来源主机和目的主机,而不是用主机名和 ...
- linux使用tcpdump抓包工具抓取网络数据包,多示例演示
tcpdump是linux命令行下常用的的一个抓包工具,记录一下平时常用的方式,测试机器系统是ubuntu 12.04. tcpdump的命令格式 tcpdump的参数众多,通过man tcpdump ...
随机推荐
- 高级UI-UI绘制流程
UI的绘制流程和事件分发,属于Android里面的重点内容,在做自定义UI的时候,更是应该了解UI的绘制流程是如何的,此篇文章就是说明UI的绘制流程,事件分发前面已经详细讲过了 UI绘制流程探索 这里 ...
- web自动化测试笔记(一)
web自动化测试环境配置(JDK) 使用selenium工具做自动化测试之前,首先要做的准备工作是配置一下web自动化测试的环境. 1.下载jdk http://www.oracle.com/tech ...
- 【计算机网络基础】URI、URN和URL的区别
先引用一张关系图 灰色部分为URI URI强调的是给资源标记命名,URL强调的是给资源定位. URI是Uniform Resource Identifier,表示是一个资源: URL是Uniform ...
- 100天搞定机器学习|Day55 最大熵模型
1.熵的定义 熵最早是一个物理学概念,由克劳修斯于1854年提出,它是描述事物无序性的参数,跟热力学第二定律的宏观方向性有关:在不加外力的情况下,总是往混乱状态改变.熵增是宇宙的基本定律,自然的有序状 ...
- PAT(B) 1035 插入与归并(Java)
题目链接:1035 插入与归并 (25 point(s)) 参考博客:PAT乙级--1035(插入排序和归并)java实现熊仙森 题目描述 根据维基百科的定义: 插入排序是迭代算法,逐一获得输入数据, ...
- 【IDEA使用技巧】(4) —— IDEA 构建Java Maven项目、导入Eclipse项目、多Module Maven项目
1.IntelliJ IDEA构建Java Maven项目 1.1. IDEA构建Java Maven项目 ①选择Create New Project,选择创建Maven项目,并勾选Create fr ...
- AX 2012 model应用
说句实话,AX2012 model真心不好用,当你开发好,把Model到入到客户环境时, 要防止有冲突,假如出现冲突的话,还必须去删除另外一个Model里面冲突的代码,真心麻烦. 下面给一个ax 导入 ...
- ASP.NET面试题130道
130道ASP.NET面试题 1. 简述 private. protected. public. internal 修饰符的访问权限. 答 . private : 私有成员, 在类的内部才可以访问. ...
- 【转载】C#使用Random类来生成指定范围内的随机数
C#的程序应用的开发中,可以使用Random随机数类的对象来生成相应的随机数,通过Random随机数对象生成随机数的时候,支持设置随机数的最小值和最大值,例如可以指定生成1到1000范围内的随机数.R ...
- python day 9: xlm模块,configparser模块,shutil模块,subprocess模块,logging模块,迭代器与生成器,反射
目录 python day 9 1. xml模块 1.1 初识xml 1.2 遍历xml文档的指定节点 1.3 通过python手工创建xml文档 1.4 创建节点的两种方式 1.5 总结 2. co ...