<?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>广西Seo 蓝建松关注SEO和SEM博客&#62;&#62;&#62;网络ID: 蓝水</title>
	<atom:link href="http://www.lanjiansong.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.lanjiansong.com</link>
	<description>广西seo关注互联网,sem</description>
	<lastBuildDate>Sun, 20 May 2012 03:13:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>提供ecshop全站自定义标题 插件及包安装服务</title>
		<link>http://www.lanjiansong.com/archives/154</link>
		<comments>http://www.lanjiansong.com/archives/154#comments</comments>
		<pubDate>Sun, 20 May 2012 03:12:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Ecshop插件]]></category>
		<category><![CDATA[ecshop全站自定义标题插件]]></category>
		<category><![CDATA[自定义标题插件]]></category>

		<guid isPermaLink="false">http://www.lanjiansong.com/?p=154</guid>
		<description><![CDATA[蓝水提供ecshop全站自定义标题 插件及包安装服务，能实现对ecshop的 商品分类列表页(category)，商品祥细页(goods)，文章分类页(article_cat)，文章详细页及品牌页面(brend)的自定义标题(title)。可以提供演示地址，欢迎联系，QQ:510593878 商品分类后台效果如下： 商品分类前台台效果如下： 其他效果就不一一演示，可以QQ联系获取网站演示地址，在线演示。]]></description>
		<wfw:commentRss>http://www.lanjiansong.com/archives/154/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ECSHOP品牌页（brand）怎样自定义标题（title）?</title>
		<link>http://www.lanjiansong.com/archives/152</link>
		<comments>http://www.lanjiansong.com/archives/152#comments</comments>
		<pubDate>Sun, 20 May 2012 02:53:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Ecshop插件]]></category>
		<category><![CDATA[ECSHOP自定义标题]]></category>
		<category><![CDATA[ec品牌页怎样自定义标题]]></category>

		<guid isPermaLink="false">http://www.lanjiansong.com/?p=152</guid>
		<description><![CDATA[EC论坛里已经有朋友分享了文章分类页(article_cat)，商品祥细页(goods)，商品分类列表页(category)自定义相应title(标题)的方法，但是却没有关于自定义品牌页（brand）title的方法，在baidu里搜了一下，搜到一篇关系自定义品牌页（brand）title文章，文章如下： 1) 首先是修改数据库，未安装的在数据库结构文件\install\data\structure.sql中改，已安装的手动在安装后的数据库中改，对brand表增加brand_title、brand_keywords和brand_description等字段 2) 接着修改\admin\brand.php，这个文件是管理员后台文件， •88行： /*插入数据*/ $sql = &#8220;INSERT INTO &#8220;.$ecs-&#62;table(&#8216;brand&#8217;).&#8221;(brand_name, site_url, brand_desc, brand_logo, is_show, sort_order) &#8220;.&#8221;VALUES (&#8216;$_POST[brand_name]&#8216;, &#8216;$site_url&#8217;, &#8216;$_POST[brand_desc]&#8216;, &#8216;$img_name&#8217;, &#8216;$is_show&#8217;, &#8216;$_POST[sort_order]&#8216;)&#8221;; $db-&#62;query($sql); 修改为： /*插入数据*/ $sql = &#8220;INSERT INTO &#8220;.$ecs-&#62;table(&#8216;brand&#8217;).&#8221;(brand_name, site_url, brand_desc, brand_title, brand_keywords, brand_description,brand_logo, is_show, sort_order) &#8220;.&#8221;VALUES (&#8216;$_POST[brand_name]&#8216;, &#8216;$site_url&#8217;, &#8216;$_POST[brand_desc]&#8216;, &#8216;$_POST[brand_title]&#8216;, &#8216;$_POST[brand_keywords]&#8216;, &#8216;$_POST[brand_description]&#8216;, &#8216;$img_name&#8217;, &#8216;$is_show&#8217;, &#8216;$_POST[sort_order]&#8216;)&#8221;; $db-&#62;query($sql); •113行 /* 权限判断 */ admin_priv(&#8216;brand_manage&#8217;); [...]]]></description>
		<wfw:commentRss>http://www.lanjiansong.com/archives/152/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ECSHOP全站自定义URL插件（支持目录形式）支持ecshop 2.7.2 2.7.3 utf-8 gbk版本</title>
		<link>http://www.lanjiansong.com/archives/138</link>
		<comments>http://www.lanjiansong.com/archives/138#comments</comments>
		<pubDate>Fri, 18 May 2012 00:42:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Ecshop插件]]></category>
		<category><![CDATA[全站自定义URL插件]]></category>

		<guid isPermaLink="false">http://www.lanjiansong.com/?p=138</guid>
		<description><![CDATA[ECSHOP全站自定义URL插件（支持目录形式）支持ecshop 2.7.2 2.7.3 utf-8 gbk版本， 价格：98元 本人提供包安装服务，前提是要提供ftp帐号等信息，如果买家不提供信息，可以自己安装我们提供安装文档。还有网站空间或服务器一定要支持URL重写哦！（注：可以咨询,但不提供QQ等各种远程安装，协助等） ECSHOP虽然支持伪静态，但是伪静态的规则稍有死板。如果ECSHOP每个栏目都能自定义URL，那对SEO将很有帮助。 本店提供的这个“ECSHOP全站自定义URL插件（支持目录形式）”正是为了满足如上需求而开发的。 插件特点： 1）、80%的重点栏目都可自定义URL，提高了整站SEO。 包括商品类别，商品详情，文章类别，文章详情，商品品牌页等 2）、分类页使用目录形式。 如果您不喜欢目录形式，本站也可以为您定做成文件名形式 3）、详情页使用文件名形式 如果您不喜欢文件名形式，本站也可以为您定做成目录形式 4）、管理简单，一目了然，顺应管理者的管理习惯 使用ECSHOP全站自定义URL插件 后台和前台显示效果示例： 1）、产品分类 前台显示的url就是:http://www.domain.com/nvzhuang/ 2)、产品显示 前台产品详细页的url显示为：http://www.domain.com/nvzhuang/nvzhuang2.html 3)、商品品牌 前台品牌页的url显示为：http://www.domain.com/brand-lianxiang/ 插件使用说明： 首先得保证你购买的空间或者你的服务器支持URL重写才可使用本插件， 如果不支持，请咨询您的空间商或者您的网管。 题外话：现在90%的虚拟主机都支持URL重写了（也就是伪静态），所以买空间时，一定要问清楚再买。 注意事项： 1：如果使用了自定义重写，将不能同时启用“复杂重写”，只能启用“简单重写”。 2：商品分类，文章分类，品牌定义URL不能使用中划线，即   -。 请按下面方法操作： 一、首先进行数据库操作 第一种方法：在后台选择左边的&#8211;》数据库管理——》SQL查询（推荐） 执行以下SQL语句： 这里要注意你的表前缀，如果你的表前缀不是ecs_,  请将下面SQL语句中的 ecs_ 修改成你的 表前缀 ALTER TABLE  `ecs_category` ADD  `define_url` VARCHAR(255) NOT NULL , ADD INDEX (`define_url`); ALTER [...]]]></description>
		<wfw:commentRss>http://www.lanjiansong.com/archives/138/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>发现做开淘宝店顶好玩滴，比做淘客爽</title>
		<link>http://www.lanjiansong.com/archives/133</link>
		<comments>http://www.lanjiansong.com/archives/133#comments</comments>
		<pubDate>Tue, 15 May 2012 02:01:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[蓝水杂谈]]></category>
		<category><![CDATA[开淘宝店]]></category>
		<category><![CDATA[淘客]]></category>

		<guid isPermaLink="false">http://www.lanjiansong.com/?p=133</guid>
		<description><![CDATA[发现做开淘宝店顶好玩滴，比做淘客爽！ 淘客被k，重新得做，百度视淘宝是仇人啊，发现KKKK.蛋疼得不得了。。 开淘宝店了。。马上有上两心了，哈哈。。觉得进步顶快，还能学到东西。 好好玩吧。。 以后继续做站加淘宝了，淘宝客以后真的说BEY BEY了，搞自己的产品爽点]]></description>
		<wfw:commentRss>http://www.lanjiansong.com/archives/133/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>如何查看linux版本 如何查看LINUX是多少位的？</title>
		<link>http://www.lanjiansong.com/archives/128</link>
		<comments>http://www.lanjiansong.com/archives/128#comments</comments>
		<pubDate>Wed, 02 May 2012 13:42:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[服务器相关]]></category>
		<category><![CDATA[查看linux版本]]></category>
		<category><![CDATA[查看内核版本命令]]></category>

		<guid isPermaLink="false">http://www.lanjiansong.com/?p=128</guid>
		<description><![CDATA[最近在弄vps，把一些常用到的命令整理一下。 1. 查看内核版本命令： [root@localhost etc]# cat /proc/version Linux version 3.0.18-linode43 (root@build.linode.com) (gcc version 4.4.3 (Ubuntu 4.4.3-4ubuntu5) ) #1 SMP Mon Jan 30 11:44:09 EST 2012 [root@localhost etc]# uname -a Linux li442-89.members.linode.com 3.0.18-linode43 #1 SMP Mon Jan 30 11:44:09 EST 2012 i686 i686 i386 GNU/Linux [root@localhost etc]# uname -r 3.0.18-linode43 从上面可以看到i386 知道是32位系统。 还可以用如下命令查看linux机器是32位还是64位的方法： file /sbin/init 或者file [...]]]></description>
		<wfw:commentRss>http://www.lanjiansong.com/archives/128/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sphinx中文入门指南</title>
		<link>http://www.lanjiansong.com/archives/123</link>
		<comments>http://www.lanjiansong.com/archives/123#comments</comments>
		<pubDate>Wed, 11 Apr 2012 15:10:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Sphinx]]></category>

		<guid isPermaLink="false">http://www.lanjiansong.com/?p=123</guid>
		<description><![CDATA[本文主要介绍Sphinx的入门使用，新手观看，老鸟指正！ * 1、简介 * 1.1.Sphinx是什么 * 1.2.Sphinx的特性 * 1.3.Sphinx中文分词 * 2、安装配置实例 * 2.1 在GNU/Linux/unix系统上安装 o 2.1.1 sphinx安装 o 2.1.2.sfc安装(见另文) o 2.1.3.coreseek安装（见另文） * 2.2 在windows下安装 * 3、 配置实例 * 4、应用 * 4.1 在CLI上测试 * 4.2 使用API调用 * 5、附录 1.Sphinx简介 1.1.Sphinx是什么 Sphinx是由俄罗斯人Andrew Aksyonoff开发的一个全文检索引擎。意图为其他应用提供高速、低空间占用、高结果 相关度的全文搜索功能。Sphinx可以非常容易的与SQL数据库和脚本语言集成。当前系统内置MySQL和PostgreSQL 数据库数据源的支持，也支持从标准输入读取特定格式 的XML数据。通过修改源代码，用户可以自行增加新的数据源（例如：其他类型的DBMS 的原生支持） 1.2.Sphinx的特性 * 高速的建立索引(在当代CPU上，峰值性能可达到10 MB/秒); * 高性能的搜索(在2 – 4GB 的文本数据上，平均每次检索响应时间小于0.1秒); * [...]]]></description>
		<wfw:commentRss>http://www.lanjiansong.com/archives/123/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>淘客api申请PASS了</title>
		<link>http://www.lanjiansong.com/archives/119</link>
		<comments>http://www.lanjiansong.com/archives/119#comments</comments>
		<pubDate>Tue, 27 Mar 2012 09:27:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[蓝水杂谈]]></category>

		<guid isPermaLink="false">http://www.lanjiansong.com/?p=119</guid>
		<description><![CDATA[淘客api申请PASS了，迷茫了1-2个月，终于知道了。 好好玩一下。]]></description>
		<wfw:commentRss>http://www.lanjiansong.com/archives/119/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>使用phpSitemapNG 插件生成google sitemap</title>
		<link>http://www.lanjiansong.com/archives/115</link>
		<comments>http://www.lanjiansong.com/archives/115#comments</comments>
		<pubDate>Mon, 05 Mar 2012 03:24:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[搜索引擎营销]]></category>
		<category><![CDATA[用户体验]]></category>
		<category><![CDATA[phpSitemapNG]]></category>

		<guid isPermaLink="false">http://www.lanjiansong.com/?p=115</guid>
		<description><![CDATA[最近做网站sitemap发现一款php插件phpSitemapNG能生成google sitemap文件，只要空间支持php就可以使用。 相关介绍：http://enarion.net/tools/phpsitemapng/ 下载phpSitemapNG地址：http://enarion.net/tools/phpsitemapng/download/ 我下载Version 1.5.3 stable 版本的 解压上传到你网站目录下：例如你的目录是: /phpSitemapNG 然后访问：http://www.domain.com/phpSitemapNG/index.php 如下图： 主要配置以下几个地方： Exclude directories ：不想被索引的目录 我把 /css/ /js/ /admin/ 等其他不想出现的目录都放进去 Exclude files ：不想被索引的文件后缀 因为我的站是做伪静态，我就把所有的php过滤 .php .xml .txt Exclude url keys：不想索引在URL中出现的关键词，这个我没有其他参数就默认 以上的都可以根据自己的实际情况来设置。 接着配置底下： Lastmod： 最后修改时间 Priority：权重设置 Changefreq：更新频率 上面的按自己网站的实际情况相应设置。 设置好后就可以提交生成了 sumit setting Successful: Settings written to file settings/settings.inc.php! Info: Scanning filesystem for files now&#8230; Info: Found [...]]]></description>
		<wfw:commentRss>http://www.lanjiansong.com/archives/115/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>linux下安装kloxo面板如何绑定默认域名及IP能访问</title>
		<link>http://www.lanjiansong.com/archives/110</link>
		<comments>http://www.lanjiansong.com/archives/110#comments</comments>
		<pubDate>Sun, 04 Mar 2012 12:18:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[服务器相关]]></category>
		<category><![CDATA[kloxo绑定IP]]></category>
		<category><![CDATA[kloxo绑定默认域名]]></category>

		<guid isPermaLink="false">http://www.lanjiansong.com/?p=110</guid>
		<description><![CDATA[linux下安装kloxo面板成功后如何绑定默认域名及IP能访问? 如果没绑定,访问首页会出现如图： 访问内页会出现404。 下面我们来绑定域名到IP上 首先登录kloxo面板,找到资源&#8211;》IP地址&#8211;》点ip进去&#8211;》选“配置域名”选项卡&#8211;》选择自己的域名&#8211;》update; ok 刷新看是不是可以访问网站首页了。]]></description>
		<wfw:commentRss>http://www.lanjiansong.com/archives/110/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux下网页编码默认为UTF-8，修改编码使之支持gb2312中文编码</title>
		<link>http://www.lanjiansong.com/archives/106</link>
		<comments>http://www.lanjiansong.com/archives/106#comments</comments>
		<pubDate>Mon, 27 Feb 2012 14:06:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[服务器相关]]></category>
		<category><![CDATA[AddDefaultCharset]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.lanjiansong.com/?p=106</guid>
		<description><![CDATA[用SSH登陆VPS，修改httpd.conf文件 命令： cd /etc/httpd/conf/ vi httpd.conf 查找：AddDefaultCharset 把：AddDefaultCharset UTF8 改为：AddDefaultCharset OFF 这样，以后打开页面时就会按网页的编码来了]]></description>
		<wfw:commentRss>http://www.lanjiansong.com/archives/106/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

