<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?xml-stylesheet type="text/xsl" href="css/rss.xslt"?>
<?xml-stylesheet type="text/css" href="css/rss.css"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>苏斌's blog</title><link>http://subin.org.cn/blog/</link><description></description><generator>RainbowSoft Studio Z-Blog 1.8 Terminator(beta) Build 71218</generator><language>zh-CN</language><copyright>Copyright 0-9999 subin.org.cn Rights Reserved.  晋ICP备08000685号&amp;lt;script language=&amp;quot;javascript&amp;quot; type=&amp;quot;text/javascript&amp;quot; src=&amp;quot;http://js.users.51.la/1958680.js&amp;quot;&amp;gt;&amp;lt;/script&amp;gt;&amp;lt;!-- *** Vdoing Code --&amp;gt;&amp;lt;script type=&amp;quot;text/javascript&amp;quot;&amp;gt;var wea_sid = 3616; var wea_domain=&amp;quot;&amp;quot;;&amp;lt;/script&amp;gt;&amp;lt;script type=&amp;quot;text/javascript&amp;quot; charset=&amp;quot;UTF-8&amp;quot; src=&amp;quot;http://s.vdoing.com/mystats.js&amp;quot;&amp;gt;&amp;lt;/script&amp;gt;&amp;lt;noscript&amp;gt;&amp;lt;a href=&amp;quot;http://www.vdoing.com&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;http://s.vdoing.com/check.gif&amp;quot;&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/noscript&amp;gt;&amp;lt;!-- *** End of Vdoing Code --&amp;gt;</copyright><pubDate>Thu, 29 Jul 2010 11:22:18 +0800</pubDate><item><title>php表单各种正则表达式验证</title><author>a@b.com (subin)</author><link>http://subin.org.cn/blog/post/472.html</link><pubDate>Sat, 24 Jul 2010 16:51:30 +0800</pubDate><guid>http://subin.org.cn/blog/post/472.html</guid><description><![CDATA[<p>function is_email($str){</p><p>//检验email<br /><br/>return preg_match(&quot;/^\w+([-+.]\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*$/&quot;, $str);<br /><br/>}</p><p>function is_url($str){</p><p>//检验网址<br /><br/>return preg_match(&quot;/^http:\/\/[A-Za-z0-9]+\.[A-Za-z0-9]+[\/=\?%\-&amp;_~`@[\]\':+!]*([^&lt;&gt;\&quot;])</p><p>*$/&quot;, $str);<br /><br/>}</p>]]></description><category>asp / php / jsp</category><comments>http://subin.org.cn/blog/post/472.html#comment</comments><wfw:comment>http://subin.org.cn/blog/</wfw:comment><wfw:commentRss>http://subin.org.cn/blog/feed.asp?cmt=472</wfw:commentRss><trackback:ping>http://subin.org.cn/blog/cmd.asp?act=tb&amp;id=472&amp;key=37466e97</trackback:ping></item><item><title>PHP判断文件是否存在</title><author>a@b.com (subin)</author><link>http://subin.org.cn/blog/post/471.html</link><pubDate>Fri, 23 Jul 2010 07:44:56 +0800</pubDate><guid>http://subin.org.cn/blog/post/471.html</guid><description><![CDATA[<p>&lt;HTML&gt;<br /><br/>&lt;HEAD&gt;<br /><br/>&lt;TITLE&gt;PHP判断文件是否存在&lt;/TITLE&gt;<br /><br/>&lt;/HEAD&gt;<br /><br/>&lt;BODY&gt;<br /><br/>&lt;?<br /><br/>print(&quot;data.txt文件是否存在？&quot;.&quot;&lt;br&gt;&quot;);<br /><br/>&nbsp;if(file_exists(&quot;data.txt&quot;))<br /><br/>&nbsp;{<br /><br/>&nbsp; print(&quot;这个文件存在&quot;);&nbsp; //文件存在<br /><br/>&nbsp; print(fileinode(&quot;data.txt&quot;));<br /><br/>&nbsp;}<br /><br/>&nbsp;else<br /><br/>&nbsp;{<br /><br/>&nbsp; print(&quot;文件不存在&quot;);&nbsp; //文件不存在<br /><br/>&nbsp;}<br /><br/>?&gt;<br /><br/>&lt;/BODY&gt;<br /><br/>&lt;/HTML&gt;</p>]]></description><category>asp / php / jsp</category><comments>http://subin.org.cn/blog/post/471.html#comment</comments><wfw:comment>http://subin.org.cn/blog/</wfw:comment><wfw:commentRss>http://subin.org.cn/blog/feed.asp?cmt=471</wfw:commentRss><trackback:ping>http://subin.org.cn/blog/cmd.asp?act=tb&amp;id=471&amp;key=28ea514b</trackback:ping></item><item><title>PHP中文件读写操作 </title><author>a@b.com (subin)</author><link>http://subin.org.cn/blog/post/470.html</link><pubDate>Fri, 23 Jul 2010 07:40:47 +0800</pubDate><guid>http://subin.org.cn/blog/post/470.html</guid><description><![CDATA[<p>　　PHP中提供了一系列的I/O函数，能简捷地实现我们所需要的功能，包括文件系统操作和目录操作（如&ldquo;复制[copy]&rdquo;）。下面给大家介绍的是基本的文件读写操作：（１）读文件；（２）写文件；（３）追加到文件。<br /><br/><br /><br/>　　以下是一篇关于文件基本读写操作的文章，我曾经就是看了这篇文章后学会文件基本操作的，在这里发出来与大家共享</p>]]></description><category>asp / php / jsp</category><comments>http://subin.org.cn/blog/post/470.html#comment</comments><wfw:comment>http://subin.org.cn/blog/</wfw:comment><wfw:commentRss>http://subin.org.cn/blog/feed.asp?cmt=470</wfw:commentRss><trackback:ping>http://subin.org.cn/blog/cmd.asp?act=tb&amp;id=470&amp;key=7f354439</trackback:ping></item><item><title>PHP n个不重复的随机数生成代码</title><author>a@b.com (subin)</author><link>http://subin.org.cn/blog/post/469.html</link><pubDate>Thu, 22 Jul 2010 18:14:44 +0800</pubDate><guid>http://subin.org.cn/blog/post/469.html</guid><description><![CDATA[<p>PHP n个不重复的随机数生成代码，原理就是将数组顺序随即打乱 ，然取该数组中的某一段</p>]]></description><category>asp / php / jsp</category><comments>http://subin.org.cn/blog/post/469.html#comment</comments><wfw:comment>http://subin.org.cn/blog/</wfw:comment><wfw:commentRss>http://subin.org.cn/blog/feed.asp?cmt=469</wfw:commentRss><trackback:ping>http://subin.org.cn/blog/cmd.asp?act=tb&amp;id=469&amp;key=6d72e098</trackback:ping></item><item><title>让 Flash 停顿一段时间(毫秒)后继续播放</title><author>a@b.com (subin)</author><link>http://subin.org.cn/blog/post/468.html</link><pubDate>Mon, 12 Jul 2010 16:45:27 +0800</pubDate><guid>http://subin.org.cn/blog/post/468.html</guid><description><![CDATA[<div class="14font" id="cont">方法一：<br /><br/>stop();<br /><br/>var loadTime=getTimer();<br /><br/>this.onEnterFrame=function()<br /><br/>{<br /><br/>//设置停顿时间，单位毫秒<br /><br/>if((getTimer()-loadTime)&gt;=1000)<br /><br/>{<br /><br/>play();<br /><br/>delete this.onEnterFrame;<br /><br/>}<br /><br/>}</div>]]></description><category>Html / Javascript / Css</category><comments>http://subin.org.cn/blog/post/468.html#comment</comments><wfw:comment>http://subin.org.cn/blog/</wfw:comment><wfw:commentRss>http://subin.org.cn/blog/feed.asp?cmt=468</wfw:commentRss><trackback:ping>http://subin.org.cn/blog/cmd.asp?act=tb&amp;id=468&amp;key=9dd06b75</trackback:ping></item><item><title>php时间加减处理</title><author>a@b.com (subin)</author><link>http://subin.org.cn/blog/post/467.html</link><pubDate>Wed, 07 Jul 2010 12:05:52 +0800</pubDate><guid>http://subin.org.cn/blog/post/467.html</guid><description><![CDATA[<p>php时间加减处理</p>]]></description><category>asp / php / jsp</category><comments>http://subin.org.cn/blog/post/467.html#comment</comments><wfw:comment>http://subin.org.cn/blog/</wfw:comment><wfw:commentRss>http://subin.org.cn/blog/feed.asp?cmt=467</wfw:commentRss><trackback:ping>http://subin.org.cn/blog/cmd.asp?act=tb&amp;id=467&amp;key=5616d789</trackback:ping></item><item><title>asp分段上传大文件</title><author>a@b.com (subin)</author><link>http://subin.org.cn/blog/post/466.html</link><pubDate>Mon, 05 Jul 2010 14:48:24 +0800</pubDate><guid>http://subin.org.cn/blog/post/466.html</guid><description><![CDATA[<p>&nbsp; Dim ReadBytes,TrunkBytes,TotalBytes<br /><br/>&nbsp; ReadBytes = 0<br /><br/>&nbsp; TrunkBytes = 12428800&nbsp;&nbsp;&nbsp;&nbsp; '--分段大小，某位大大经过测试，无组件上传限制单个文件最大约&le;65MB<br /><br/>&nbsp; TotalBytes = Request.TotalBytes<br /><br/>&nbsp;</p>]]></description><category>asp / php / jsp</category><comments>http://subin.org.cn/blog/post/466.html#comment</comments><wfw:comment>http://subin.org.cn/blog/</wfw:comment><wfw:commentRss>http://subin.org.cn/blog/feed.asp?cmt=466</wfw:commentRss><trackback:ping>http://subin.org.cn/blog/cmd.asp?act=tb&amp;id=466&amp;key=76036f77</trackback:ping></item><item><title>asp POST GET cookies 防注入</title><author>a@b.com (subin)</author><link>http://subin.org.cn/blog/post/465.html</link><pubDate>Thu, 01 Jul 2010 10:03:25 +0800</pubDate><guid>http://subin.org.cn/blog/post/465.html</guid><description><![CDATA[<p>&lt;%Dim Fy_Post,Fy_Get,Fy_cook,Fy_In,Fy_Inf,Fy_Xh,Fy_db,Fy_dbstr,aaaa <br />On Error Resume Next <br />Fy_In = &quot;'|and|exec|insert|select|delete|update|count|chr|mid|master|truncate|char|declare|drop|table|script&quot; <br />aaaa=&quot;1122.t...</p>]]></description><category>asp / php / jsp</category><comments>http://subin.org.cn/blog/post/465.html#comment</comments><wfw:comment>http://subin.org.cn/blog/</wfw:comment><wfw:commentRss>http://subin.org.cn/blog/feed.asp?cmt=465</wfw:commentRss><trackback:ping>http://subin.org.cn/blog/cmd.asp?act=tb&amp;id=465&amp;key=2195a36f</trackback:ping></item><item><title>php 解UNICODE编码</title><author>a@b.com (subin)</author><link>http://subin.org.cn/blog/post/464.html</link><pubDate>Thu, 24 Jun 2010 11:17:48 +0800</pubDate><guid>http://subin.org.cn/blog/post/464.html</guid><description><![CDATA[<p>&lt;?php<br /><br/>function unicode_encode($name) {<br /><br/>&nbsp;$name = iconv ( 'UTF-8', 'UCS-2', $name );</p><p>&nbsp;$len = strlen ( $name );<br /><br/>$str = '';</p><p>&nbsp;</p>]]></description><category>asp / php / jsp</category><comments>http://subin.org.cn/blog/post/464.html#comment</comments><wfw:comment>http://subin.org.cn/blog/</wfw:comment><wfw:commentRss>http://subin.org.cn/blog/feed.asp?cmt=464</wfw:commentRss><trackback:ping>http://subin.org.cn/blog/cmd.asp?act=tb&amp;id=464&amp;key=92f820f5</trackback:ping></item><item><title>如何捏肌长高</title><author>a@b.com (subin)</author><link>http://subin.org.cn/blog/post/463.html</link><pubDate>Sat, 24 Apr 2010 16:40:20 +0800</pubDate><guid>http://subin.org.cn/blog/post/463.html</guid><description><![CDATA[<p>捏肌，顾名思义，就是对肌肉进行拿捏的一种过程。<br /><br/>属于按摩的一种。<br /><br/>肌肉平时处于舒展和收缩状态，但是肌肉的形态，功能不同，肌纤维的粗细也不同，对于人的精神和疲劳状态也会产生不同的效果。所以，使用各种方法对肌肉进行锻炼，捏拿，就会促进微循环，使得肌肉按照理想的方式健康发展<br /><br/><br /><br/>捏脊疗法是连续捏拿脊柱部肌肤，以防治疾病的一种治疗方法，常用于治疗小儿&ldquo;疳积&rdquo;之类病症，所以又称&ldquo;捏积疗法&rdquo;，属于小儿推拿术的一种。 ...</p>]]></description><category>中医</category><comments>http://subin.org.cn/blog/post/463.html#comment</comments><wfw:comment>http://subin.org.cn/blog/</wfw:comment><wfw:commentRss>http://subin.org.cn/blog/feed.asp?cmt=463</wfw:commentRss><trackback:ping>http://subin.org.cn/blog/cmd.asp?act=tb&amp;id=463&amp;key=301ab27a</trackback:ping></item></channel></rss>
