<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
<channel>
<title><![CDATA[扬帆blog|扬帆博客关注delphi_asp_php_div+css_济南seo]]></title>
<link>http://www.wesoho.com/</link>
<description><![CDATA[Www.WeSoho.Com]]></description>
<language>zh-cn</language>
<copyright><![CDATA[Copyright 2005 PBlog3 v2.8]]></copyright>
<webMaster><![CDATA[webfly@gmail.com(扬帆)]]></webMaster>
<generator>PBlog2 v2.4</generator> 
<image>
	<title>扬帆blog|扬帆博客关注delphi_asp_php_div+css_济南seo</title>
	<url>http://www.wesoho.com/images/logos.gif</url>
	<link>http://www.wesoho.com/</link>
	<description>扬帆blog|扬帆博客关注delphi_asp_php_div+css_济南seo</description>
</image>

			<item>
			<link>http://www.wesoho.com/article/Php/3045.html</link>
			<title><![CDATA[【济南php】dedecms Safe Alert Request Error step 的解决办法]]></title>
			<author>webfly@gmail.com(webfly)</author>
			<category><![CDATA[Php]]></category>
			<pubDate>Sun,05 Feb 2012 19:16:25 +0800</pubDate>
			<guid>http://www.wesoho.com/default.asp?id=3045</guid>
		<description><![CDATA[<p>系统提示Safe Alert Request Error step 1 或 Safe Alert Request Error step 2</p>
<p>是因为安全检测机制，可以临时屏蔽掉这个机制</p>
<p>修改include文件夹中dedesql.class.php dedesqli.class.php</p>
<p>&nbsp;$this-&gt;safeCheck = FALSE;</p>]]></description>
		</item>
		
			<item>
			<link>http://www.wesoho.com/article/Php/3044.html</link>
			<title><![CDATA[【济南php】dedecms面包屑导航去掉某个连接]]></title>
			<author>webfly@gmail.com(webfly)</author>
			<category><![CDATA[Php]]></category>
			<pubDate>Sun,05 Feb 2012 09:47:38 +0800</pubDate>
			<guid>http://www.wesoho.com/default.asp?id=3044</guid>
		<description><![CDATA[<strong>【济南php】dedecms面包屑导航去掉某个连接</strong><br/><br/>有的时候为了优化或者某些其他目的，需要把面包屑导航里的某个连接替换掉，下面代码就是干这个的<br/><br/>{dede:field name=&#39;position&#39; runphp=&#39;yes&#39;}@me=str_replace(&#34;&lt;a href=&#39;/zhenliaoxiangmu/&#39;&gt;诊疗项目&lt;/a&gt; &gt; &#34;,&#34;&#34;,@me);{/dede:field}]]></description>
		</item>
		
			<item>
			<link>http://www.wesoho.com/article/Php/3043.html</link>
			<title><![CDATA[dedecms多级分类 无论大类小类都显示所属大类名]]></title>
			<author>webfly@gmail.com(webfly)</author>
			<category><![CDATA[Php]]></category>
			<pubDate>Sat,04 Feb 2012 09:18:59 +0800</pubDate>
			<guid>http://www.wesoho.com/default.asp?id=3043</guid>
		<description><![CDATA[<div id="content" class="bigfont mycontent" style="min-height: 200px; height: auto !important; clear: both">
<div>{dede:field name='typeid' runphp='yes'} <br />
<a href="http://www.wesoho.com/mailto:$id=@me" target="_blank">$id=@me</a>; <br />
global $dsql; <br />
$sql=&quot;select * from dede_arctype where id=$id&quot;; <br />
$row=$dsql-&gt;getOne($sql); <br />
if(($row['reid']==$row['topid'])&amp;&amp;($row['reid']==12))<br />
<a href="http://www.wesoho.com/mailto:%7B@me=$row[%22typename" target="_blank">{@me=$row[&quot;typename</a>&quot;]; }<br />
else<br />
{<br />
$reid=$row['reid'];<br />
$sql=&quot;select * from dede_arctype where id=$reid&quot;; <br />
$row=$dsql-&gt;getOne($sql); <br />
@me=$row[&quot;typename&quot;]; <br />
}<br />
{/dede:field}</div>
</div>]]></description>
		</item>
		
			<item>
			<link>http://www.wesoho.com/article/Php/3042.html</link>
			<title><![CDATA[【济南php】dedecms如果遇到更新了模板页面上没有及时改变]]></title>
			<author>webfly@gmail.com(webfly)</author>
			<category><![CDATA[Php]]></category>
			<pubDate>Fri,03 Feb 2012 11:52:18 +0800</pubDate>
			<guid>http://www.wesoho.com/default.asp?id=3042</guid>
		<description><![CDATA[<div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; dedecms如果遇到更新了模板页面上没有及时改变的情况，需要删除/data/tplcache中的对应模板缓存文件，这种情况我在修改dedecms的问答时多次遇到，希望对遇到这种情况的同学有所帮助</div>]]></description>
		</item>
		
			<item>
			<link>http://www.wesoho.com/article/Php/DedeCmsLieBiaoYeFenYecssYangShi.html</link>
			<title><![CDATA[【济南php】dedeCms列表页分页css样式]]></title>
			<author>webfly@gmail.com(webfly)</author>
			<category><![CDATA[Php]]></category>
			<pubDate>Fri,03 Feb 2012 11:46:00 +0800</pubDate>
			<guid>http://www.wesoho.com/default.asp?id=3041</guid>
		<description><![CDATA[<p>模板页面代码</p>
<p>&lt;div class=&quot;page&quot;&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;ul&gt;{dede:pagelist listitem=&quot;info,pre,next,pageno&quot; listsize=&quot;5&quot;/}&lt;/ul&gt;<br />
&nbsp;&nbsp;&lt;/div&gt;</p>
<div>&nbsp;=======================================================</div>
<div>&nbsp;</div>
<div>/* 分页样式 */<br />
.page{width:398px;margin:0 auto;margin-top:14px;margin-bottom:14px;}<br />
.page ul{}<br />
.page ul li{float:left;&nbsp;line-height:17px;white-space:nowrap; }<br />
.page ul li a{min-width:22px;height:22px;font:14px, sans-serif;line-height:22px;text-align:center;margin-right:12px;display:block;border:1px solid #ddd;color:#7d4e0c;background-color:#f8ebce;}<br />
.page ul li a:hover{}<br />
.page ul li.thisclass,<br />
.page ul li.thisclass a,.pagebox ul li.thisclass a:hover{width:22px;height:22px;font:14px, sans-serif;line-height:22px;text-align:center;margin-right:12px;display:inline-block;border:1px solid #ddd;color:#7d4e0c;background-color:#f8ebce;color:#d9936f;border:1px solid #d9936f;background-color:#fff;}<br />
.page .pageinfo{line-height:21px;&nbsp;padding:12px 10px 12px 16px;color:#999; font-size:12px}<br />
.page .pageinfo strong{&nbsp;color:#555;&nbsp;font-weight:normal;&nbsp;margin:0px 2px;}</div>
<p><img alt="" src="http://www.wesoho.com/download.asp?id=62" /></p>]]></description>
		</item>
		
			<item>
			<link>http://www.wesoho.com/article/asp/3040.html</link>
			<title><![CDATA[成功升级博客到PJBlog3 V3.2.9.518 ]]></title>
			<author>webfly@gmail.com(webfly)</author>
			<category><![CDATA[asp类]]></category>
			<pubDate>Fri,03 Feb 2012 10:58:10 +0800</pubDate>
			<guid>http://www.wesoho.com/default.asp?id=3040</guid>
		<description><![CDATA[<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 今天花了点时间把博客程序升级到了最新版本PJBlog3 V3.2.9.518 ，并且把栏目的关键词 描述等做了优化，增加了百度分享功能，其中有个问题值得分享一下。</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 我的博客选择的是全部静态化，这样原来设置的谷歌广告就没有了，必须修改静态模板，才能重新加上谷歌广告，静态模板位置在/Template/static.htm,在需要加广告的地方插入代码，上传，重新生成静态页面就ok了</p>
<p><img alt="" src="http://www.wesoho.com/download.asp?id=61" /></p>]]></description>
		</item>
		
			<item>
			<link>http://www.wesoho.com/article/GerenZuopin/3039.html</link>
			<title><![CDATA[铁路订票网站12306.cn自动登陆软件]]></title>
			<author>webfly@gmail.com(webfly)</author>
			<category><![CDATA[个人作品]]></category>
			<pubDate>Tue,10 Jan 2012 22:15:54 +0800</pubDate>
			<guid>http://www.wesoho.com/default.asp?id=3039</guid>
		<description><![CDATA[<p>铁路订票网站12306.cn自动登陆软件，准备免费发布，诚征广告合作</p>
<p><img alt="" src="http://www.wesoho.com/download.asp?id=58" /></p>
<p><img alt="" src="http://www.wesoho.com/download.asp?id=60" /></p>
<p><img alt="" src="http://www.wesoho.com/download.asp?id=59" /></p>
<p>&nbsp;</p>]]></description>
		</item>
		
			<item>
			<link>http://www.wesoho.com/article/Read/3038.html</link>
			<title><![CDATA[欢迎2012]]></title>
			<author>webfly@gmail.com(webfly)</author>
			<category><![CDATA[阅读]]></category>
			<pubDate>Sat,31 Dec 2011 23:21:30 +0800</pubDate>
			<guid>http://www.wesoho.com/default.asp?id=3038</guid>
		<description><![CDATA[<p>告别2011，欢迎2012，充满变数的2012~~~</p>]]></description>
		</item>
		
			<item>
			<link>http://www.wesoho.com/article/GerenZuopin/3037.html</link>
			<title><![CDATA[舜网亲子封面宝宝秀评选公众投票辅助工具]]></title>
			<author>webfly@gmail.com(webfly)</author>
			<category><![CDATA[个人作品]]></category>
			<pubDate>Wed,28 Dec 2011 21:49:45 +0800</pubDate>
			<guid>http://www.wesoho.com/default.asp?id=3037</guid>
		<description><![CDATA[<p><a href="http://vote.e23.cn/zhuanti/qzbbx/index.jsp">http://vote.e23.cn/zhuanti/qzbbx/index.jsp</a></p>
<p>舜网亲子封面宝宝秀评选公众投票辅助工具，为一个朋友定制的，突破ip限制，使用代理投票，自动选定要投的宝宝，然后随机选择另外4名宝宝（一次投票最少投5人）</p>
<p><img alt="" src="http://www.wesoho.com/download.asp?id=57" /></p>]]></description>
		</item>
		
			<item>
			<link>http://www.wesoho.com/article/Delphi/3036.html</link>
			<title><![CDATA[[delphi]随机返回字符串数组中的一个元素]]></title>
			<author>webfly@gmail.com(webfly)</author>
			<category><![CDATA[Delphi]]></category>
			<pubDate>Wed,28 Dec 2011 16:26:05 +0800</pubDate>
			<guid>http://www.wesoho.com/default.asp?id=3036</guid>
		<description><![CDATA[<div id="blog_text" class="cnt">
<h1 class="ContentTitle">StrUtils.pas</h1>
<div class="Content-body">
<p>首部 function RandomFrom(const AValues: array of string): string; overload; $[StrUtils.pas<br />
功能 随机返回字符串数组AValues中的一个元素<br />
说明 之前建议执行Randomize<br />
参考 function System.Random</p>
<p><br />
例子 Randomize; Edit3.Text := RandomFrom(['a1', 'a2', 'a3', 'a4']);</p>
</div>
</div>
<p><br />
&nbsp;</p>]]></description>
		</item>
		
</channel>
</rss>

