<?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>我们的80年代</title>
	<atom:link href="http://www.19-80.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.19-80.com</link>
	<description>讲述一个80年代的老头堕落的故事</description>
	<lastBuildDate>Sat, 11 Feb 2012 09:00:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>mysql导入命令</title>
		<link>http://www.19-80.com/285.html</link>
		<comments>http://www.19-80.com/285.html#comments</comments>
		<pubDate>Sat, 11 Feb 2012 09:00:54 +0000</pubDate>
		<dc:creator>lyb</dc:creator>
				<category><![CDATA[Mysql]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://www.19-80.com/?p=285</guid>
		<description><![CDATA[cmd 运行DOS cd到mysql安装目录下的bin目录 运行 mysql -u root -p mysql>use 数据库 然后使用source命令，后面参数为脚本文件（如这里用到的.sql） mysql>source d:\wcnc_db.sql 搞定]]></description>
		<wfw:commentRss>http://www.19-80.com/285.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>win 环境下 phpmyadmin导入.sql 提示文件无法读取，解决方法</title>
		<link>http://www.19-80.com/282.html</link>
		<comments>http://www.19-80.com/282.html#comments</comments>
		<pubDate>Sat, 10 Dec 2011 15:18:17 +0000</pubDate>
		<dc:creator>lyb</dc:creator>
				<category><![CDATA[80年代回忆]]></category>

		<guid isPermaLink="false">http://www.19-80.com/?p=282</guid>
		<description><![CDATA[我的环境是winxp + fastcgi +php +mysql 导入.SQL提示 文件无法读取，考虑权限文件，将.sql文件改EVERYONE,无效，查阅度娘，将c:/window/temp 文件夹修改为everyone 后，顺利导入]]></description>
		<wfw:commentRss>http://www.19-80.com/282.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fatal error: Cannot use string offset as an array 报错解决</title>
		<link>http://www.19-80.com/280.html</link>
		<comments>http://www.19-80.com/280.html#comments</comments>
		<pubDate>Sat, 19 Nov 2011 05:38:24 +0000</pubDate>
		<dc:creator>lyb</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.19-80.com/?p=280</guid>
		<description><![CDATA[$hte =1 ; $sx&#91;'dx'&#93;&#91;'xiao'&#93;=explode&#40;',','1,2,3,4,5,6,7,8,9,10,11,12'&#41;; if &#40;in_array&#40;$hte,$sx&#91;'dx'&#93;&#91;'xiao'&#93;&#41;&#41;&#123; &#160; &#160;echo &#34;hello&#34;; &#125; 上面代码在我的FUNCTION中报错Fatal error: Cannot use string offset as an array 查了一个晚上没查出原因 最后把$sx改名，解决问题，原来自定义function中有重名，我擦～～～]]></description>
		<wfw:commentRss>http://www.19-80.com/280.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Smarty 常用语句收集（不断更新）</title>
		<link>http://www.19-80.com/272.html</link>
		<comments>http://www.19-80.com/272.html#comments</comments>
		<pubDate>Thu, 13 Oct 2011 08:37:23 +0000</pubDate>
		<dc:creator>lyb</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.19-80.com/?p=272</guid>
		<description><![CDATA[1.foreach循环 1.循环背景色 &#123;foreach from=$products item=product&#125; &#123;cycle assign=&#34;xhcolor&#34; values=&#34;background-color:#E5E5E5,background-color:#FAFAFA&#34;&#125; &#38;lt;div style=&#34;{$xhcolor}&#34;&#38;gt; &#123;/foreach&#125; 自己增加ID 从1开始： &#123;$smarty.foreach.循环的name.iteration&#125; 自己增加ID 从0开始： &#123;$smarty.foreach.循环的name.iteration&#125; 循环第一个： $smarty.foreach.循环的name.first 循环最后一个： $smarty.foreach.循环的name.last section循环 自己增加ID 从1开始： &#123;$smarty.section.i.rownum&#125; smarty 下得explode : &#123;assign var='price' value=&#34;.&#34;&#124;explode:$product.price&#125; &#123;$price.0&#125; &#123;$price.1&#125;]]></description>
		<wfw:commentRss>http://www.19-80.com/272.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XCART开启SSL https</title>
		<link>http://www.19-80.com/267.html</link>
		<comments>http://www.19-80.com/267.html#comments</comments>
		<pubDate>Sat, 27 Aug 2011 03:19:06 +0000</pubDate>
		<dc:creator>lyb</dc:creator>
				<category><![CDATA[X-cart开发记录]]></category>
		<category><![CDATA[https]]></category>
		<category><![CDATA[SSL]]></category>
		<category><![CDATA[XCART]]></category>

		<guid isPermaLink="false">http://www.19-80.com/?p=267</guid>
		<description><![CDATA[Security => Use HTTPS for users&#8217; login and registration 勾选，就直接打开了 如果要自己定义页面https 在根目录下打开https.php 查找 if ($config['Security']['use_https_login'] == &#8216;Y&#8217;) { 大概在100行左右 在数组$https_scripts中增加自己自定义的页面，这样前台打开这个页面的时候，就会自动转成https访问了]]></description>
		<wfw:commentRss>http://www.19-80.com/267.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>wordpress模板修改-自定义侧边栏（小工具）插件显示位置</title>
		<link>http://www.19-80.com/252.html</link>
		<comments>http://www.19-80.com/252.html#comments</comments>
		<pubDate>Thu, 04 Aug 2011 16:55:59 +0000</pubDate>
		<dc:creator>lyb</dc:creator>
				<category><![CDATA[网站其它]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[插件]]></category>

		<guid isPermaLink="false">http://www.19-80.com/?p=252</guid>
		<description><![CDATA[先下载了一个模板挺漂亮，可惜不支持侧边栏（小工具）插件，研究了下模板代码，自己给他添加个 第一步 : 找到 模板下面的 functions.php 文件 增加下面代码:&#60;!&#8211;more&#8211;&#62; add_action&#40;'widgets_init', 'my_register_sidebars'&#41;; function my_register_sidebars&#40;&#41; &#123; &#160; &#160; register_sidebar&#40; &#160; &#160; &#160; &#160; array&#40; &#160; &#160; &#160; &#160; &#160; &#160; 'id' =&#62; 'primary', &#160; &#160; &#160; &#160; &#160; &#160; 'name' =&#62; __&#40; 'Sidebar' &#41;, &#160; &#160; &#160; &#160; &#160; &#160; 'description' =&#62; __&#40;'Right sidebar.'&#41;, &#160; &#160; &#160; &#160; [...]]]></description>
		<wfw:commentRss>http://www.19-80.com/252.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>我的 WP 要装的插件</title>
		<link>http://www.19-80.com/246.html</link>
		<comments>http://www.19-80.com/246.html#comments</comments>
		<pubDate>Sun, 31 Jul 2011 16:20:51 +0000</pubDate>
		<dc:creator>lyb</dc:creator>
				<category><![CDATA[网站其它]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[插件]]></category>

		<guid isPermaLink="false">http://www.19-80.com/?p=246</guid>
		<description><![CDATA[1, Widget Logic //作用：控制小工具栏的显示隐藏 is_home() 主页 is_single() 文章页 is_page() 页面 is_category() 文章分类页 is_tag() 文章标签页 is_archive() 归档页 is_404() 404页 is_search() 搜索结果页 is_feed() 订阅页 2, Google XML Sitemaps //作用：自动生成站点地图，并PING GOOGLE]]></description>
		<wfw:commentRss>http://www.19-80.com/246.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cpanel11.30 文件管理器右边不显示文件 解决办法</title>
		<link>http://www.19-80.com/244.html</link>
		<comments>http://www.19-80.com/244.html#comments</comments>
		<pubDate>Sun, 31 Jul 2011 10:43:01 +0000</pubDate>
		<dc:creator>lyb</dc:creator>
				<category><![CDATA[网站其它]]></category>
		<category><![CDATA[Cpanel]]></category>

		<guid isPermaLink="false">http://www.19-80.com/?p=244</guid>
		<description><![CDATA[WopusIDC部分美国CPanel主机最近出现文件管理器不显示文件的问题。 这是因为CPanel版本有11.28升级到11.30，虽然Cpanel官方说11.30已经是稳定版，但是在中文语言下依然出现了这种Bug。 解决办法： 1，登陆Cpanel。（如何登陆CPanel？） 2，在 偏好 模块，找到 更改语言。 3，默认的是中文，修改成英文或者中文，不要选那个“中文（中国）”也行。 3，再次点击 进入文件管理器，就可以看到文件了。]]></description>
		<wfw:commentRss>http://www.19-80.com/244.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>xcart 后台添加产品页面增加相关产品选择器</title>
		<link>http://www.19-80.com/236.html</link>
		<comments>http://www.19-80.com/236.html#comments</comments>
		<pubDate>Sat, 30 Jul 2011 04:22:55 +0000</pubDate>
		<dc:creator>lyb</dc:creator>
				<category><![CDATA[X-cart开发记录]]></category>

		<guid isPermaLink="false">http://www.19-80.com/?p=236</guid>
		<description><![CDATA[1，在数据库xcart_products 中建立记录相关产品ID的字段 2，修改include/product_modify.php 3，打开 skin/common_files/main/product_details.tpl 在相应位置插入： &#60;script type="text/javascript" src="{$SkinDir}/js/popup_product.js"&#62;&#60;/script&#62; &#60;tr&#62; &#60;td class="FormButton" nowrap="nowrap"&#62;Related Products:&#60;/td&#62; &#60;td class="ProductDetails"&#62; &#60;input type="hidden" name="relatedid" value="{$product.relatedid}" /&#62; &#60;input type="text" size="35" name="newproduct" disabled="disabled" value="{$product.relatedid}" /&#62; &#60;input type="button" value="{$lng.lbl_browse_&#124;strip_tags:false&#124;escape}" onclick="javascript: popup_product('modifyform.relatedid', 'modifyform.newproduct');" /&#62;&#60;br /&#62; * WOOD MODLING need to select only &#60;/td&#62; &#60;/tr&#62; 注：popup_product(&#8216;modifyform.relatedid&#8217;, &#8216;modifyform.newproduct&#8217;);中的modifyform是指FORM的名字，relatedid是选择器返回ID，newproduct是返回产品名称。 下面两步骤一定要做，不然选择产品后会清除产品图片 4，打开/provider/popup_product.php 记得是provider目录，不是admin 顶部插入： define(&#34;IS_IMAGE_SELECTION&#34;, true); $choose_wood_product = [...]]]></description>
		<wfw:commentRss>http://www.19-80.com/236.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>转载：wordpress 制作插件之 侧边栏小工具 实例</title>
		<link>http://www.19-80.com/230.html</link>
		<comments>http://www.19-80.com/230.html#comments</comments>
		<pubDate>Fri, 29 Jul 2011 15:55:15 +0000</pubDate>
		<dc:creator>lyb</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[wordpress插件]]></category>

		<guid isPermaLink="false">http://www.19-80.com/?p=230</guid>
		<description><![CDATA[wordpress自带了一些小工具，可以让你自由的拖动到侧边栏，并支持自由排序。但毕竟自带的小工具不多，而且功能有限，那么我们能不能添加我们自己的小工具呢？当然可以。 自从wordpress升级到2.8之后，提供了一个WP_Widget类，我们只需要扩展WP_Widget类，就可以自定义我们自己的小工具(widget)。如果你想深入了解该类，请查看wp-includeswidgets.php。 前几天我制作了一个在侧边栏显示随机文章的小工具，今天我就以此为例来详细的解说一下小工具的制作过程。如果你有一定的html和php知识，将很容易理解，如果没有，直接套用就行了。 新建一个php文件，文件名你可以根据自己的需要自己定义，我们在这里就使用random-posts.php。编辑该文件，输入。接下来我们所有的代码都是添加在之间。 添加插件信息 在进入正题之前，我们先对插件作一个简单的描述。按照wordpress的要求，在文件的开始处添加下面这样的注释]]></description>
		<wfw:commentRss>http://www.19-80.com/230.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

