<?xml version="1.0" encoding="UTF-8"?>
  <feed xmlns="http://www.w3.org/2005/Atom">
  <title type="html"><![CDATA[扬帆blog|扬帆博客关注delphi_asp_php_div+css_济南seo]]></title>
  <subtitle type="html"><![CDATA[Www.WeSoho.Com]]></subtitle>
  <id>http://www.wesoho.com/</id>
  <link rel="alternate" type="text/html" href="http://www.wesoho.com/" /> 
  <link rel="self" type="application/atom+xml" href="http://www.wesoho.com/atom.asp" /> 
  <generator uri="http://www.pjhome.net/" version="2.8">PJBlog3</generator> 
  <updated>2012-02-05T19:16:25+08:00</updated>

  <entry>
	  <title type="html"><![CDATA[【济南php】dedecms Safe Alert Request Error step 的解决办法]]></title>
	  <author>
		 <name>webfly</name>
		 <uri>http://www.wesoho.com/</uri>
		 <email>webfly@gmail.com</email>
	  </author>
	  <category term="" scheme="http://www.wesoho.com/default.asp?cateID=11" label="Php" /> 
	  <updated>2012-02-05T19:16:25+08:00</updated>
	  <published>2012-02-05T19:16:25+08:00</published>
		  <summary type="html"><![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>]]></summary>
	  <link rel="alternate" type="text/html" href="http://www.wesoho.com/article/Php/3045.html" /> 
	  <id>http://www.wesoho.com/default.asp?id=3045</id>
  </entry>	
		
  <entry>
	  <title type="html"><![CDATA[【济南php】dedecms面包屑导航去掉某个连接]]></title>
	  <author>
		 <name>webfly</name>
		 <uri>http://www.wesoho.com/</uri>
		 <email>webfly@gmail.com</email>
	  </author>
	  <category term="" scheme="http://www.wesoho.com/default.asp?cateID=11" label="Php" /> 
	  <updated>2012-02-05T09:47:38+08:00</updated>
	  <published>2012-02-05T09:47:38+08:00</published>
		  <summary type="html"><![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}]]></summary>
	  <link rel="alternate" type="text/html" href="http://www.wesoho.com/article/Php/3044.html" /> 
	  <id>http://www.wesoho.com/default.asp?id=3044</id>
  </entry>	
		
  <entry>
	  <title type="html"><![CDATA[dedecms多级分类 无论大类小类都显示所属大类名]]></title>
	  <author>
		 <name>webfly</name>
		 <uri>http://www.wesoho.com/</uri>
		 <email>webfly@gmail.com</email>
	  </author>
	  <category term="" scheme="http://www.wesoho.com/default.asp?cateID=11" label="Php" /> 
	  <updated>2012-02-04T09:18:59+08:00</updated>
	  <published>2012-02-04T09:18:59+08:00</published>
		  <summary type="html"><![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>]]></summary>
	  <link rel="alternate" type="text/html" href="http://www.wesoho.com/article/Php/3043.html" /> 
	  <id>http://www.wesoho.com/default.asp?id=3043</id>
  </entry>	
		
  <entry>
	  <title type="html"><![CDATA[【济南php】dedecms如果遇到更新了模板页面上没有及时改变]]></title>
	  <author>
		 <name>webfly</name>
		 <uri>http://www.wesoho.com/</uri>
		 <email>webfly@gmail.com</email>
	  </author>
	  <category term="" scheme="http://www.wesoho.com/default.asp?cateID=11" label="Php" /> 
	  <updated>2012-02-03T11:52:18+08:00</updated>
	  <published>2012-02-03T11:52:18+08:00</published>
		  <summary type="html"><![CDATA[<div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; dedecms如果遇到更新了模板页面上没有及时改变的情况，需要删除/data/tplcache中的对应模板缓存文件，这种情况我在修改dedecms的问答时多次遇到，希望对遇到这种情况的同学有所帮助</div>]]></summary>
	  <link rel="alternate" type="text/html" href="http://www.wesoho.com/article/Php/3042.html" /> 
	  <id>http://www.wesoho.com/default.asp?id=3042</id>
  </entry>	
		
  <entry>
	  <title type="html"><![CDATA[【济南php】dedeCms列表页分页css样式]]></title>
	  <author>
		 <name>webfly</name>
		 <uri>http://www.wesoho.com/</uri>
		 <email>webfly@gmail.com</email>
	  </author>
	  <category term="" scheme="http://www.wesoho.com/default.asp?cateID=11" label="Php" /> 
	  <updated>2012-02-03T11:46:00+08:00</updated>
	  <published>2012-02-03T11:46:00+08:00</published>
		  <summary type="html"><![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>]]></summary>
	  <link rel="alternate" type="text/html" href="http://www.wesoho.com/article/Php/DedeCmsLieBiaoYeFenYecssYangShi.html" /> 
	  <id>http://www.wesoho.com/default.asp?id=3041</id>
  </entry>	
		
  <entry>
	  <title type="html"><![CDATA[成功升级博客到PJBlog3 V3.2.9.518 ]]></title>
	  <author>
		 <name>webfly</name>
		 <uri>http://www.wesoho.com/</uri>
		 <email>webfly@gmail.com</email>
	  </author>
	  <category term="" scheme="http://www.wesoho.com/default.asp?cateID=6" label="asp类" /> 
	  <updated>2012-02-03T10:58:10+08:00</updated>
	  <published>2012-02-03T10:58:10+08:00</published>
		  <summary type="html"><![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>]]></summary>
	  <link rel="alternate" type="text/html" href="http://www.wesoho.com/article/asp/3040.html" /> 
	  <id>http://www.wesoho.com/default.asp?id=3040</id>
  </entry>	
		
  <entry>
	  <title type="html"><![CDATA[铁路订票网站12306.cn自动登陆软件]]></title>
	  <author>
		 <name>webfly</name>
		 <uri>http://www.wesoho.com/</uri>
		 <email>webfly@gmail.com</email>
	  </author>
	  <category term="" scheme="http://www.wesoho.com/default.asp?cateID=7" label="个人作品" /> 
	  <updated>2012-01-10T22:15:54+08:00</updated>
	  <published>2012-01-10T22:15:54+08:00</published>
		  <summary type="html"><![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>]]></summary>
	  <link rel="alternate" type="text/html" href="http://www.wesoho.com/article/GerenZuopin/3039.html" /> 
	  <id>http://www.wesoho.com/default.asp?id=3039</id>
  </entry>	
		
  <entry>
	  <title type="html"><![CDATA[欢迎2012]]></title>
	  <author>
		 <name>webfly</name>
		 <uri>http://www.wesoho.com/</uri>
		 <email>webfly@gmail.com</email>
	  </author>
	  <category term="" scheme="http://www.wesoho.com/default.asp?cateID=10" label="阅读" /> 
	  <updated>2011-12-31T23:21:30+08:00</updated>
	  <published>2011-12-31T23:21:30+08:00</published>
		  <summary type="html"><![CDATA[<p>告别2011，欢迎2012，充满变数的2012~~~</p>]]></summary>
	  <link rel="alternate" type="text/html" href="http://www.wesoho.com/article/Read/3038.html" /> 
	  <id>http://www.wesoho.com/default.asp?id=3038</id>
  </entry>	
		
  <entry>
	  <title type="html"><![CDATA[舜网亲子封面宝宝秀评选公众投票辅助工具]]></title>
	  <author>
		 <name>webfly</name>
		 <uri>http://www.wesoho.com/</uri>
		 <email>webfly@gmail.com</email>
	  </author>
	  <category term="" scheme="http://www.wesoho.com/default.asp?cateID=7" label="个人作品" /> 
	  <updated>2011-12-28T21:49:45+08:00</updated>
	  <published>2011-12-28T21:49:45+08:00</published>
		  <summary type="html"><![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>]]></summary>
	  <link rel="alternate" type="text/html" href="http://www.wesoho.com/article/GerenZuopin/3037.html" /> 
	  <id>http://www.wesoho.com/default.asp?id=3037</id>
  </entry>	
		
  <entry>
	  <title type="html"><![CDATA[[delphi]随机返回字符串数组中的一个元素]]></title>
	  <author>
		 <name>webfly</name>
		 <uri>http://www.wesoho.com/</uri>
		 <email>webfly@gmail.com</email>
	  </author>
	  <category term="" scheme="http://www.wesoho.com/default.asp?cateID=5" label="Delphi" /> 
	  <updated>2011-12-28T16:26:05+08:00</updated>
	  <published>2011-12-28T16:26:05+08:00</published>
		  <summary type="html"><![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>]]></summary>
	  <link rel="alternate" type="text/html" href="http://www.wesoho.com/article/Delphi/3036.html" /> 
	  <id>http://www.wesoho.com/default.asp?id=3036</id>
  </entry>	
		
</feed>

