<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Fresker小站 &#187; 版本控制工具</title>
	<atom:link href="http://www.fresker.com/old2/archives/category/%e5%bc%80%e5%8f%91%e5%b7%a5%e5%85%b7%e7%9a%84%e5%8f%99%e8%bf%b0/%e7%89%88%e6%9c%ac%e6%8e%a7%e5%88%b6%e5%b7%a5%e5%85%b7/feed" rel="self" type="application/rss+xml" />
	<link>http://www.fresker.com/old2</link>
	<description>天将降大任于斯人也，必先苦其心志，劳其筋骨，饿其体肤，空乏其身....</description>
	<lastBuildDate>Sat, 05 May 2018 04:20:42 +0000</lastBuildDate>
	<language></language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.3</generator>
		<item>
		<title>WordPress 嵌入 Flash 的代码及参数设置</title>
		<link>http://www.fresker.com/old2/archives/1385</link>
		<comments>http://www.fresker.com/old2/archives/1385#comments</comments>
		<pubDate>Wed, 08 Oct 2014 01:47:49 +0000</pubDate>
		<dc:creator>Duke</dc:creator>
				<category><![CDATA[版本控制工具]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.fresker.com/?p=1385</guid>
		<description><![CDATA[Flash 并不是一个多招人喜欢的媒体形式，特别是在 HTML5 越来越成熟的今天。但是有时候利用 Flash 来省事的话还真是非常不错的。同事就为了省事而将 Word / Powerpoint 文档转换成 Flash 直接嵌入到页面（虽然这样不利于 SEO，可是对某类网站来说无所谓），免却了在网页上重新排版的麻烦。不过找参数就是我的活了。这里记录了代码和部分参数的含义。 1. 基本用法¶ 在 WordPress 中嵌入 Flash 文件的确是非常简便，如果幸运的话，下面几步简单操作就能让人满意： 准备 Flash。 如果 Flash 文件已经在服务器上，或者在别的网站上，总之，已知这个 Flash 文件的网址链接并可访问，那就直接准备好链接地址（url），或者， 在文章撰写界面单击编写区域工具栏左上角的“添加媒体”（如下图），选择需要的 Flash 文件上传，然后记下其链接地址 WordPress 文章撰写区域工具栏 WordPress 文章撰写区域工具栏 准备代码。使用上面得到的这个链接地址（url）替换下面代码中的 URL， 如果你希望嵌入的 Flash 在它的位置上居中显示，可以将上面的代码改成， 此时，如果切换到“可视化”编辑模式，再切换回“文本”编辑模式，可以看到 WordPress 已经自动将上面的代码加工成了标准的形式： 部署代码。打开要插入该 Flash 的文章进行编辑，切换到“文本”编辑模式（点击上图中工具栏右侧的“文本”按钮），然后将准备好的代码粘贴进去。 更新（保存，发布）文章，就能看到插入的 Flash 了。 2. 进阶用法 —— 几个常用控制参数¶ 经过上面的准备，应该已经能看到页面中嵌入的 Flash 了。但是有时候这个并不能让人满意。比如前面我提到的同事直接从 [...]]]></description>
		<wfw:commentRss>http://www.fresker.com/old2/archives/1385/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OpenBSD发布了5.0 beta版</title>
		<link>http://www.fresker.com/old2/archives/398</link>
		<comments>http://www.fresker.com/old2/archives/398#comments</comments>
		<pubDate>Thu, 21 Jul 2011 07:36:14 +0000</pubDate>
		<dc:creator>Duke</dc:creator>
				<category><![CDATA[版本控制工具]]></category>
		<category><![CDATA[随笔]]></category>
		<category><![CDATA[python开发工具]]></category>
		<category><![CDATA[UNIX/Linux编程相关工具]]></category>

		<guid isPermaLink="false">http://www.fresker.com/?p=398</guid>
		<description><![CDATA[OpenBSD发布了5.0 beta版，正式版将于11月1日发布。 OpenBSD的开发发布周期为半年，但每次版本号只增加0.1，最新的正式版是5月1日发布的OpenBSD 4.9。5.0的主要特性包括：amd64架构默认启用BIGMEM；支持Disk UID；proxies (ftp-proxy(8)，tftp-proxy(8))使用divert(4) socket，等等。]]></description>
		<wfw:commentRss>http://www.fresker.com/old2/archives/398/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>查看apache,nginx,mysql,linux,php版本及编译参数信息</title>
		<link>http://www.fresker.com/old2/archives/381</link>
		<comments>http://www.fresker.com/old2/archives/381#comments</comments>
		<pubDate>Fri, 17 Jun 2011 02:22:07 +0000</pubDate>
		<dc:creator>Duke</dc:creator>
				<category><![CDATA[开发技术类]]></category>
		<category><![CDATA[版本控制工具]]></category>
		<category><![CDATA[PHP开发框架]]></category>

		<guid isPermaLink="false">http://www.fresker.com/archives/381</guid>
		<description><![CDATA[查看apache,nginx,mysql,linux,php版本 &#160; 查看apache版本 /usr/sbin/apachectl -v httpd -v 安装目录，使用apachectl -c &#160; mysql版本查看 mysql &#8211;help &#124; grep Distribmysql -Vmysql/bin/mysql -u root -p -e &#8220;select version()&#8221; /bin mysqladmin version &#160; 查看linux版本 &#160;lsb_release -a head -n1 /etc/issuecat /etc/redhat-release （redhat) rpm -q redhat-release&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;(redhat) &#160; 查看内核版本 cat /proc/version uname -a uname -r &#160; 查看php版本 php -v phpinfo(); &#160; 查看nginx版本 nginx -V [...]]]></description>
		<wfw:commentRss>http://www.fresker.com/old2/archives/381/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>版本控制——Subversion</title>
		<link>http://www.fresker.com/old2/archives/225</link>
		<comments>http://www.fresker.com/old2/archives/225#comments</comments>
		<pubDate>Mon, 10 May 2010 07:20:58 +0000</pubDate>
		<dc:creator>Duke</dc:creator>
				<category><![CDATA[开发工具]]></category>
		<category><![CDATA[开发技术类]]></category>
		<category><![CDATA[版本控制工具]]></category>
		<category><![CDATA[随笔]]></category>
		<category><![CDATA[SVN]]></category>

		<guid isPermaLink="false">http://www.fresker.com/?p=225</guid>
		<description><![CDATA[认识它，真的有点相见恨晚。不过确切的原因只能是怪自己哈，他已经出来了很长的时间了，使用它带来的便利是在实际工作中体现出来的。毕业后准备和同学坐2 个小站赚点小钱，不过由于2人之间各处理的部分不一样，导致了太多的沟通上问题。感觉一个好的创意就快胎死腹中，2人根本没法很好的结合来完善站点了。到底是什么原因你呢，他是负责后天，我处理页面，怎么就会出现这个问题呢。]]></description>
		<wfw:commentRss>http://www.fresker.com/old2/archives/225/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Baidu收录我站点文章的问题</title>
		<link>http://www.fresker.com/old2/archives/204</link>
		<comments>http://www.fresker.com/old2/archives/204#comments</comments>
		<pubDate>Mon, 26 Apr 2010 03:16:51 +0000</pubDate>
		<dc:creator>Duke</dc:creator>
				<category><![CDATA[开发技术类]]></category>
		<category><![CDATA[版本控制工具]]></category>
		<category><![CDATA[MongoDB]]></category>

		<guid isPermaLink="false">http://www.fresker.com/?p=204</guid>
		<description><![CDATA[Google已经收录我的文章好多天了，可是自己在baidu上搜Fresker,出来的结果还只是一篇4-16的首页状态，那甚至是我在改版前的页面首页，这东西好恼火，看来又是自己哪儿出了问题，靠Google（个人查阅技术文章喜欢用G）搜索了一番，恩，问题还真不少，主要原因是自己是一个新建的站点，外部链接基本没有，所有要靠自己想Baidu提交自己的站点地图。 寻寻觅觅，还真让我找到了2篇还不错的帖子，一篇是来自远方博客的帖子，介绍了baidu站点地图的收录对象和如何提交，转载就没必要了，在此我将帖子地址贴出来，方便大家去看看： http://farlee.info/archives/baidu-sitemap-howto-submit.html 个人觉得蛮有用的，提交了自己的站点地图，不知道Baidu的小爬虫撒时候来我的站点转转，不过我会不断更新文章，没好东西，那小东西是不会来的。]]></description>
		<wfw:commentRss>http://www.fresker.com/old2/archives/204/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>还是通知Google的问题，关于robots.txt</title>
		<link>http://www.fresker.com/old2/archives/198</link>
		<comments>http://www.fresker.com/old2/archives/198#comments</comments>
		<pubDate>Thu, 22 Apr 2010 07:00:18 +0000</pubDate>
		<dc:creator>Duke</dc:creator>
				<category><![CDATA[开发技术类]]></category>
		<category><![CDATA[版本控制工具]]></category>
		<category><![CDATA[MongoDB]]></category>
		<category><![CDATA[项目环境搭建]]></category>

		<guid isPermaLink="false">http://www.fresker.com/?p=198</guid>
		<description><![CDATA[这2天一直在整这个，还真的是能把人整垮，不过貌似自己掌握了一点门道了，算是学习到的一点新知识嘛。分享出来，大家可以看看，不过我的问题还没解决，还得继续。 我进入Google网站管理员工具，发现自己的Googlebot 已被阻止访问 http://www.fresker.com/这问题大条了，咋个会是这样呢，查看自己站点的robots.txt文件，如今内容是这样的： 这不被禁用才怪呢，都怪自己不细心，虽然最开始对robots不熟悉，但是disallow:/这句还是应该清楚的啊，现在好了，搞出这么大的问题。没办法，只好把它改回来，我现在的改为下面的了： User-agent: * Disallow: /wp-admin Disallow: /wp-content/plugins Disallow: /wp-content/themes Disallow: /wp-includes Disallow: /?s= Sitemap: http://www.fresker.com/sitemap.xml 不过还是没法解决问题，直接把robots.txt文件删除，仍然不见效果。不知道是什么问题。 我也按照其他方式做了，如： User-agent: * Disallow: 或者： User-agent: * Allow: / 不过都不见效果 在通知Google的时候还是有问题，不知道是不是还要等待刷新。 现在就是把它改为最上面那种方式贴上去，也只有等待了。。。。。。。 我在网上找到了一个关于robots.txt写的还不错的帖子，在此把它的地址贴出来，大家可以去看看， 或许有帮助： http://ffpan.ctripued.com/2010/03/12/robots-txt/ 如果大家有撒建议，麻烦会个贴。]]></description>
		<wfw:commentRss>http://www.fresker.com/old2/archives/198/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->