<?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>CMSzs</title>
	<atom:link href="http://www.cmszs.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cmszs.com</link>
	<description>CMS知识库</description>
	<lastBuildDate>Wed, 24 Aug 2011 00:30:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>发一枚8月godaddy的优惠码优惠29%</title>
		<link>http://www.cmszs.com/2011/08/2011-8-godaddy-save-29/</link>
		<comments>http://www.cmszs.com/2011/08/2011-8-godaddy-save-29/#comments</comments>
		<pubDate>Wed, 24 Aug 2011 00:30:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[主机域名]]></category>
		<category><![CDATA[GoDaddy]]></category>
		<category><![CDATA[godaddy优惠码]]></category>

		<guid isPermaLink="false">http://www.cmszs.com/?p=686</guid>
		<description><![CDATA[Place source code gdz826r in your cart when you order! 优惠29%， 没有最低限制。 截止日期 2011-8-28 ，很实惠的哦，需要的赶快啊。]]></description>
			<content:encoded><![CDATA[<p><span style="font-family: Arial, Helvetica, sans-serif; color: #000000;">Place source code <strong><span style="color: #cc0000;">gdz826r</span></strong> in your cart when you order!</span></p>
<p>优惠29%， 没有最低限制。</p>
<p>截止日期 2011-8-28 ，很实惠的哦，需要的赶快啊。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cmszs.com/2011/08/2011-8-godaddy-save-29/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>分享按钮jiathis和addthis</title>
		<link>http://www.cmszs.com/2011/07/share-button-code-jiathis-addthis/</link>
		<comments>http://www.cmszs.com/2011/07/share-button-code-jiathis-addthis/#comments</comments>
		<pubDate>Wed, 13 Jul 2011 04:45:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[互联网络]]></category>

		<guid isPermaLink="false">http://www.cmszs.com/?p=683</guid>
		<description><![CDATA[分享按钮jiathis和addthis]]></description>
			<content:encoded><![CDATA[<p>现在做的最好的分享按钮<br />
国内的<br />
<a href="http://www.jiathis.com/">http://www.jiathis.com/</a><br />
国外的<br />
<a href="http://www.addthis.com/">http://www.addthis.com/</a></p>
<p>大家看看他们的PR和Alexa 就知道有多火了， jiathis 的PR 是8 ， addthis的PR 是9 。</p>
<p>jiathis算是山寨addthis最成功的， 除了这两个还有其他的</p>
<p>AddThis： 英文 <a href="http://www.addthis.com/">http://www.addthis.com/</a> 分享和订阅，订阅代码差了点</p>
<p>分享家： 中文 <a href="http://addthis.org.cn/">http://addthis.org.cn/</a> 分享和订阅，代码可放到页脚</p>
<p>JiaThis： 中文 <a href="http://www.jiathis.com/">http://www.jiathis.com/</a> 仅分享</p>
<p>代推： 中文 <a href="http://www.daitui.com/">http://www.daitui.com/</a> 仅分享，代码可放到页脚，但显示速度稍慢</p>
<p>AddToAny： 中英文 <a href="http://www.addtoany.com/">http://www.addtoany.com/</a> 分享和订阅，支持 api，缺点是基本全是国外的分享订阅站点。</p>
<p>这几个网站都是提供分享（收藏）按钮、订阅按钮服务的网站，功能都相差无几，但有的代码可能更灵活更适合您的网站。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cmszs.com/2011/07/share-button-code-jiathis-addthis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IP和域名正则表达式</title>
		<link>http://www.cmszs.com/2011/07/ip-domain-regular-expressions/</link>
		<comments>http://www.cmszs.com/2011/07/ip-domain-regular-expressions/#comments</comments>
		<pubDate>Mon, 11 Jul 2011 06:27:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[互联网络]]></category>

		<guid isPermaLink="false">http://www.cmszs.com/?p=680</guid>
		<description><![CDATA[IP和域名正则表达式]]></description>
			<content:encoded><![CDATA[<p>　一个IP字串，由四段组成，每一段是0～255的数字，段与段之间用小数点隔开，比如61.139.2.69就是一个合法的IP字串。<br />
　　如果正则表达式写成\d{1,3}(\.\d{1,3}){3}无疑是不负责的，因为它可以匹配300.400.555.666这样的非法IP字串。<br />
　　要匹配一个0～255之间的数，有几种匹配方式，下面是其中一种：<br />
　　匹配 正则表达式 说明<br />
　　0～9 \d 单个数字<br />
　　10～99 [1-9]\d 两位数<br />
　　100～199 1\d\d 百位为1的三位数<br />
　　200～249 2[0-4]\d 三位数，百位是2，十位是0～9<br />
　　250～255 25[0-5] 三位数，百位是2，十位是5，个位是0～5<br />
　　写成正则表达式，即：(\d|([1-9]\d)|(1\d\d)|(2[0-4]\d)|(25[0-5]))，但是这样的正则表达式在匹配254这样的字串时，会分别匹配2、5、4，得到3个匹配，达不到预期效果，正确做法是将次序颠倒为((25[0-5])|(2[0-4]\d)|(1\d\d)|([1-9]\d)|\d)，因为在(xxx|yyy)这种匹配行为中，是从左向右搜索的。<br />
<span style="color: #ff0000;">　　完整的正则表达式是：<br />
　　((25[0-5])|(2[0-4]\d)|(1\d\d)|([1-9]\d)|\d)(\.((25[0-5])|(2[0-4]\d)|(1\d\d)|([1-9]\d)|\d)){3}<br />
</span>　　按：<br />
　　象061这样的高位为0的数是不能被匹配的。<br />
　　太麻烦，不如自己写一小段代码解析来得容易，呵呵<br />
　　<br />
　　--------------------------------------------------------------------------------<br />
　　<br />
　　一个完整的域名，由根域、顶级域、二级、三级……域名构成，每级域名之间用点分开，每级域名由字母、数字和减号构成（第一个字母不能是减号），不区分大小写，长度不超过63。<br />
　　很显然，单独的名字可以由正则表达式[a-zA-Z0-9][-a-zA-Z0-9]{0,62}来匹配，而完整的域名至少包括两个名字（比如google.com，由google和com构成），最后可以有一个表示根域的点（在规范中，最后有一个点的才是完整域名，但一般认为包括两个以上名字的域名也是完整域名，哪怕它后面没有点）。<br />
<span style="color: #ff0000;">　　匹配完整域名的正则表达式,至少一个点：<br />
　　[a-zA-Z0-9][-a-zA-Z0-9]{0,62}(\.[a-zA-Z0-9][-a-zA-Z0-9]{0,62})+\.?</span></p>
<p>　　如果 如果没有点也可以的话 这样：<br />
　　([a-zA-Z0-9][-a-zA-Z0-9]{0,62})+\.?</p>
<p>　　如果想要标准的有两个点 ：<br />
　　\w+([-+.]\w+)*\.\w+([-.]\w+)*\.\w+([-.]\w+)*</p>
<p>正则表达式 在线验证网址;    <a href="http://app.baidu.com/regextester">http://app.baidu.com/regextester</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cmszs.com/2011/07/ip-domain-regular-expressions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>godadd ssl证书续费时限</title>
		<link>http://www.cmszs.com/2011/07/godadd-ssl-renewal-time/</link>
		<comments>http://www.cmszs.com/2011/07/godadd-ssl-renewal-time/#comments</comments>
		<pubDate>Mon, 11 Jul 2011 02:23:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[互联网络]]></category>
		<category><![CDATA[GoDaddy]]></category>

		<guid isPermaLink="false">http://www.cmszs.com/?p=677</guid>
		<description><![CDATA[godadd ssl证书续费时限是有限制的 godadd ssl证书可以在ssl证书到期前的60天到ssl证书到期前的30天内进行，也就是ssl证书的有效期多于30天小于60天是正常续费区间。ssl证书有效期多于60天godaddy系统不让续费。如果有效期已经低于30天了还没有续费，则访问https的网址会有错误信息提示。 到续费时间的时候通常邮箱里面会收到一封邮件 “30-Day SSL Certificate Renewal Notice” 内容如下： 提示你要续费SSL 了 This is a courtesy notification to inform you that your SSL Certificate is coming up for renewal in 30 days for the following: Standard (Turbo) SSL (1 Year) (annual) Renew your product(s) early to avoid interrupted service. Follow these steps to renew: [...]]]></description>
			<content:encoded><![CDATA[<p>godadd ssl证书续费时限是有限制的</p>
<p>godadd ssl证书可以在ssl证书到期前的60天到ssl证书到期前的30天内进行，也就是ssl证书的有效期多于30天小于60天是正常续费区间。ssl证书有效期多于60天godaddy系统不让续费。如果有效期已经低于30天了还没有续费，则访问https的网址会有错误信息提示。</p>
<p>到续费时间的时候通常邮箱里面会收到一封邮件 “30-Day SSL Certificate Renewal Notice”<br />
内容如下： 提示你要续费SSL 了<br />
This is a courtesy notification to inform you that your SSL Certificate is coming up for renewal in 30 days for the following:</p>
<p><span style="color: #ff0000;">Standard (Turbo) SSL (1 Year) (annual)<br />
</span>Renew your product(s) early to avoid interrupted service.</p>
<p>Follow these steps to renew:<br />
<span style="color: #339966;">1.Go to the GoDaddy.com home page and roll over "My Account."</span></p>
<p><span style="color: #339966;">2.Select "My Renewals" from the drop-down menu and log in if requested.<br />
3.In the My Products section, click "SSL Certificates."<br />
4.Click on the SSL Certificate to be renewed.<br />
5. Choose the renewal length from the drop-down and click "Continue" to complete the purchase.<br />
To retrieve your customer number or password hint or to reset your password, click the "Forgot Your Password?" hyperlink in the login area on the home page. </span></p>
<p>IMPORTANT: Your Action Is Required For Successful Certificate Re-Activation Upon renewal, you will be required to re-submit a certificate request to our Certification Authority (CA) for approval. You will be receiving a follow-up email upon successful renewal that will provide you with setup instructions.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cmszs.com/2011/07/godadd-ssl-renewal-time/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>支付宝的充值退回真麻烦</title>
		<link>http://www.cmszs.com/2011/05/alipay/</link>
		<comments>http://www.cmszs.com/2011/05/alipay/#comments</comments>
		<pubDate>Mon, 30 May 2011 03:37:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[随笔]]></category>

		<guid isPermaLink="false">http://www.cmszs.com/?p=674</guid>
		<description><![CDATA[本人25号网上往支付宝充了一笔钱，之后业务变更没用上， 26号就把充的钱退回的原来的银行卡， 状态显示的是预计05月27日18点前到账 ， 到了28好还没到账， 去问客服说 是在28号凌晨已经提交给银行，一两天之后会到账， 今天30号了周一，还没到账，去问客服， 说是因为我用的是农行，需要到银行柜台转账， 要5个工作日， 让我下周再看下到账没。 郁闷之极 在充值退回页面的下方 帮助中是这样写的： 申请充值退回要多久时间资金会退到我卡里？ 答：自您确认申请日开始，Visa卡、中国银行，申请充退后款项会在5~10个工作日到账，其他银行2~3个工作日到账，届时请您及时关注银行账户资金到账情况。 建议大家以后支付宝少充点钱，　用多少充多少，　宁可多充几次也不要一次充好多，充的时候容易退回来难啊＼！]]></description>
			<content:encoded><![CDATA[<p>本人25号网上往支付宝充了一笔钱，之后业务变更没用上， 26号就把充的钱退回的原来的银行卡， 状态显示的是预计05月27日18点前到账 ，<br />
到了28好还没到账， 去问客服说 是在28号凌晨已经提交给银行，一两天之后会到账， 今天30号了周一，还没到账，去问客服， 说是因为我用的是农行，需要到银行柜台转账， 要5个工作日， 让我下周再看下到账没。<br />
郁闷之极</p>
<p>在充值退回页面的下方 帮助中是这样写的：<br />
申请充值退回要多久时间资金会退到我卡里？<br />
答：自您确认申请日开始，Visa卡、中国银行，申请充退后款项会在5~10个工作日到账，其他银行2~3个工作日到账，届时请您及时关注银行账户资金到账情况。</p>
<p>建议大家以后支付宝少充点钱，　用多少充多少，　宁可多充几次也不要一次充好多，充的时候容易退回来难啊＼！</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cmszs.com/2011/05/alipay/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>查询郑州住房公积金帐户信息</title>
		<link>http://www.cmszs.com/2011/05/view-zzgjj/</link>
		<comments>http://www.cmszs.com/2011/05/view-zzgjj/#comments</comments>
		<pubDate>Sat, 28 May 2011 09:15:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[随笔]]></category>

		<guid isPermaLink="false">http://www.cmszs.com/?p=670</guid>
		<description><![CDATA[如何查询个人住房公积金帐户信息？ 查询个人住房公积金账户信息需输入您的身份证号码或公积金帐号按以下方式查询： (1)拨打语音电话67887788查询，初始密码是111111的(不受初始密码限制)，更改以后用更新密码查询； （2）登陆郑州住房公积金网站，网址是：http://www.zzgjj.com查询；用住房公积金帐号或身份证号（若不正确必须由单位出证明修改）或联名卡、个人住房公积金密码（如果是初始密码111111的，必须更改以后才能使用，更改方式是拨打电话67887788或持本人身份证到业务经办网点修改，修改一天后可以在网上查询使用）； （3）用住房公积金查询卡在住房公积金查询机上查询； （4）用住房公积金联名卡在银行ATM机上，点其它项查询，银行卡初始密码更改后才能查询，建议最好把住房公积金密码和银行卡密码设为一致，便于查询； （5）持本人身份证到住房公积金办事大厅或办理网点查询。]]></description>
			<content:encoded><![CDATA[<p><strong>如何查询个人住房公积金帐户信息？</strong><strong></strong></p>
<p><strong>查询个人住房公积金账户信息需输入您的身份证号码或公积金帐号按以下方式查询：</strong></p>
<p><strong>(1)</strong><strong>拨打语音电话67887788查询，初始密码是111111的(不受初始密码限制)，更改以后用更新密码查询；</strong></p>
<p><strong>（2）登陆郑州住房公积金网站，网址是：<a href="http://www.zzgjj.com/">http://www.zzgjj.com</a>查询；用</strong>住房<strong>公积金帐号或身份证号（若不正确必须由单位出证明修改）或联名卡、个人住房公积金密码（如果是初始密码111111的，必须更改以后才能使用，更改方式是拨打电话67887788或持本人身份证到业务经办网点修改，修改一天后可以在网上查询使用）；</strong></p>
<p><strong>（3）用住房公积金查询卡在住房公积金查询机上查询；</strong></p>
<p><strong>（4）用住房公积金联名卡在银行ATM机上，点其它项查询，银行卡初始密码更改后才能查询，建议最好把住房公积金密码和银行卡密码设为一致，便于查询；</strong></p>
<p><strong>（5）持本人身份证到</strong>住房<strong>公积金办事大厅或办理网点查询。<br />
</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cmszs.com/2011/05/view-zzgjj/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>雅虎域名$3.95</title>
		<link>http://www.cmszs.com/2011/03/yahoo-domain-3-95/</link>
		<comments>http://www.cmszs.com/2011/03/yahoo-domain-3-95/#comments</comments>
		<pubDate>Thu, 17 Mar 2011 10:56:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[主机域名]]></category>
		<category><![CDATA[域名]]></category>

		<guid isPermaLink="false">http://www.cmszs.com/?p=663</guid>
		<description><![CDATA[雅虎域名$3.95]]></description>
			<content:encoded><![CDATA[<p> </p>
<p>注册网址为<a href="http://smallbusiness.yahoo.com/domains/?p=BESTDEAL">http://smallbusiness.yahoo.com/domains/?p=BESTDEAL</a><br />
1.99美元的优惠活动已经取消，现在的雅虎域名的初次注册价格为3.95美元,不过还是比较实惠的. 60天后转出去就可以了</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cmszs.com/2011/03/yahoo-domain-3-95/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>利用CDF文件篡改IE主页，怎么改也改不回来</title>
		<link>http://www.cmszs.com/2011/01/internat-explorer-cdf/</link>
		<comments>http://www.cmszs.com/2011/01/internat-explorer-cdf/#comments</comments>
		<pubDate>Wed, 19 Jan 2011 11:19:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[互联网络]]></category>

		<guid isPermaLink="false">http://www.cmszs.com/?p=661</guid>
		<description><![CDATA[利用CDF文件篡改IE主页]]></description>
			<content:encoded><![CDATA[<p>电脑里不知装了什么软件带的木马把IE主页给改了，想该回原来的空白页，如果改也改不回来，用360的工具没用。</p>
<p>后来仔细查找发现，木马把原来桌面上的傲游浏览器和 火狐浏览器的快捷方式都删除了，只留下了IE浏览器，仔细看看才发现原来这个IE浏览器也是假的，是一个带后缀的文件Internat Explorer.cdf， 放在桌面上面就像IE浏览器一样，用记事本打开这个文件，里面的代码如下：</p>
<p>&lt;?XML VERSION="1.0" ENCODING="gb2312"?&gt;&lt;CHANNEL HREF="http://www.378dh.com/"&gt;&lt;/CHANNEL&gt;</p>
<p>网上查找CDF文件到底是什么，说是频道文件，也不是很理解，删除之后，重新用360修改主页，最后还是改回来了。<br />
在这里把经过写下来，省的大家走弯路。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cmszs.com/2011/01/internat-explorer-cdf/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2011 年1月godaddy优惠码(持续更新中)</title>
		<link>http://www.cmszs.com/2011/01/2010-12-godaddy-source-code-new-2/</link>
		<comments>http://www.cmszs.com/2011/01/2010-12-godaddy-source-code-new-2/#comments</comments>
		<pubDate>Tue, 04 Jan 2011 05:07:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[主机域名]]></category>
		<category><![CDATA[godaddy优惠码]]></category>

		<guid isPermaLink="false">http://www.cmszs.com/?p=658</guid>
		<description><![CDATA[2011 年1月godaddy优惠码]]></description>
			<content:encoded><![CDATA[<p>gdz1112n .com域名节省30%<br />
有效期至 2011-1-9</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cmszs.com/2011/01/2010-12-godaddy-source-code-new-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>pdfdo注册码，pdfdo破解版</title>
		<link>http://www.cmszs.com/2010/12/pdfdo-license-code-crack/</link>
		<comments>http://www.cmszs.com/2010/12/pdfdo-license-code-crack/#comments</comments>
		<pubDate>Wed, 22 Dec 2010 07:28:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[互联网络]]></category>

		<guid isPermaLink="false">http://www.cmszs.com/?p=654</guid>
		<description><![CDATA[pdfdo注册码，pdfdo破解版]]></description>
			<content:encoded><![CDATA[<p>下了个pdfdo的软件，需要注册码，谁有pdfdo注册码或pdfdo破解版？</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cmszs.com/2010/12/pdfdo-license-code-crack/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

