<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?xml-stylesheet type="text/css" href="css/atom.css"?>
<feed xmlns="http://www.w3.org/2005/Atom"><title type="html"><![CDATA[苏斌's blog]]></title><subtitle type="html"><![CDATA[]]></subtitle><id>http://subin.org.cn/blog/</id><link rel="alternate" type="text/html" href="http://subin.org.cn/blog/"/><link rel="self" type="application/atom+xml" href="http://subin.org.cn/blog/atom.xml"/><generator uri="http://www.rainbowsoft.org/" version="1.8 Terminator(beta) Build 71218">RainbowSoft Studio Z-Blog</generator><updated>2010-07-29T11:22:18+08:00</updated><entry><title type="html"><![CDATA[php表单各种正则表达式验证]]></title><author><name>subin</name><uri>http://subin.org.cn</uri><email>a@b.com</email></author><category term="" scheme="http://subin.org.cn/blog/catalog.asp?cate=9" label="asp / php / jsp"/><updated>2010-07-24T16:51:30+08:00</updated><published>2010-07-24T16:51:30+08:00</published><summary type="html"><![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>]]></summary><link rel="alternate" type="text/html" href="http://subin.org.cn/blog/post/472.html"/><id>http://subin.org.cn/blog/post/472.html</id></entry><entry><title type="html"><![CDATA[PHP判断文件是否存在]]></title><author><name>subin</name><uri>http://subin.org.cn</uri><email>a@b.com</email></author><category term="" scheme="http://subin.org.cn/blog/catalog.asp?cate=9" label="asp / php / jsp"/><updated>2010-07-23T07:44:56+08:00</updated><published>2010-07-23T07:44:56+08:00</published><summary type="html"><![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>]]></summary><link rel="alternate" type="text/html" href="http://subin.org.cn/blog/post/471.html"/><id>http://subin.org.cn/blog/post/471.html</id></entry><entry><title type="html"><![CDATA[PHP中文件读写操作 ]]></title><author><name>subin</name><uri>http://subin.org.cn</uri><email>a@b.com</email></author><category term="" scheme="http://subin.org.cn/blog/catalog.asp?cate=9" label="asp / php / jsp"/><updated>2010-07-23T07:40:47+08:00</updated><published>2010-07-23T07:40:47+08:00</published><summary type="html"><![CDATA[<p>　　PHP中提供了一系列的I/O函数，能简捷地实现我们所需要的功能，包括文件系统操作和目录操作（如&ldquo;复制[copy]&rdquo;）。下面给大家介绍的是基本的文件读写操作：（１）读文件；（２）写文件；（３）追加到文件。<br /><br/><br /><br/>　　以下是一篇关于文件基本读写操作的文章，我曾经就是看了这篇文章后学会文件基本操作的，在这里发出来与大家共享</p>]]></summary><link rel="alternate" type="text/html" href="http://subin.org.cn/blog/post/470.html"/><id>http://subin.org.cn/blog/post/470.html</id></entry><entry><title type="html"><![CDATA[PHP n个不重复的随机数生成代码]]></title><author><name>subin</name><uri>http://subin.org.cn</uri><email>a@b.com</email></author><category term="" scheme="http://subin.org.cn/blog/catalog.asp?cate=9" label="asp / php / jsp"/><updated>2010-07-22T18:14:44+08:00</updated><published>2010-07-22T18:14:44+08:00</published><summary type="html"><![CDATA[<p>PHP n个不重复的随机数生成代码，原理就是将数组顺序随即打乱 ，然取该数组中的某一段</p>]]></summary><link rel="alternate" type="text/html" href="http://subin.org.cn/blog/post/469.html"/><id>http://subin.org.cn/blog/post/469.html</id></entry><entry><title type="html"><![CDATA[让 Flash 停顿一段时间(毫秒)后继续播放]]></title><author><name>subin</name><uri>http://subin.org.cn</uri><email>a@b.com</email></author><category term="" scheme="http://subin.org.cn/blog/catalog.asp?cate=7" label="Html / Javascript / Css"/><updated>2010-07-12T16:45:27+08:00</updated><published>2010-07-12T16:45:27+08:00</published><summary type="html"><![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>]]></summary><link rel="alternate" type="text/html" href="http://subin.org.cn/blog/post/468.html"/><id>http://subin.org.cn/blog/post/468.html</id></entry><entry><title type="html"><![CDATA[php时间加减处理]]></title><author><name>subin</name><uri>http://subin.org.cn</uri><email>a@b.com</email></author><category term="" scheme="http://subin.org.cn/blog/catalog.asp?cate=9" label="asp / php / jsp"/><updated>2010-07-07T12:05:52+08:00</updated><published>2010-07-07T12:05:52+08:00</published><summary type="html"><![CDATA[<p>php时间加减处理</p>]]></summary><link rel="alternate" type="text/html" href="http://subin.org.cn/blog/post/467.html"/><id>http://subin.org.cn/blog/post/467.html</id></entry><entry><title type="html"><![CDATA[asp分段上传大文件]]></title><author><name>subin</name><uri>http://subin.org.cn</uri><email>a@b.com</email></author><category term="" scheme="http://subin.org.cn/blog/catalog.asp?cate=9" label="asp / php / jsp"/><updated>2010-07-05T14:48:24+08:00</updated><published>2010-07-05T14:48:24+08:00</published><summary type="html"><![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>]]></summary><link rel="alternate" type="text/html" href="http://subin.org.cn/blog/post/466.html"/><id>http://subin.org.cn/blog/post/466.html</id></entry><entry><title type="html"><![CDATA[asp POST GET cookies 防注入]]></title><author><name>subin</name><uri>http://subin.org.cn</uri><email>a@b.com</email></author><category term="" scheme="http://subin.org.cn/blog/catalog.asp?cate=9" label="asp / php / jsp"/><updated>2010-07-01T10:03:25+08:00</updated><published>2010-07-01T10:03:25+08:00</published><summary type="html"><![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>]]></summary><link rel="alternate" type="text/html" href="http://subin.org.cn/blog/post/465.html"/><id>http://subin.org.cn/blog/post/465.html</id></entry><entry><title type="html"><![CDATA[php 解UNICODE编码]]></title><author><name>subin</name><uri>http://subin.org.cn</uri><email>a@b.com</email></author><category term="" scheme="http://subin.org.cn/blog/catalog.asp?cate=9" label="asp / php / jsp"/><updated>2010-06-24T11:17:48+08:00</updated><published>2010-06-24T11:17:48+08:00</published><summary type="html"><![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>]]></summary><link rel="alternate" type="text/html" href="http://subin.org.cn/blog/post/464.html"/><id>http://subin.org.cn/blog/post/464.html</id></entry><entry><title type="html"><![CDATA[如何捏肌长高]]></title><author><name>subin</name><uri>http://subin.org.cn</uri><email>a@b.com</email></author><category term="" scheme="http://subin.org.cn/blog/catalog.asp?cate=19" label="中医"/><updated>2010-04-24T16:40:20+08:00</updated><published>2010-04-24T16:40:20+08:00</published><summary type="html"><![CDATA[<p>捏肌，顾名思义，就是对肌肉进行拿捏的一种过程。<br /><br/>属于按摩的一种。<br /><br/>肌肉平时处于舒展和收缩状态，但是肌肉的形态，功能不同，肌纤维的粗细也不同，对于人的精神和疲劳状态也会产生不同的效果。所以，使用各种方法对肌肉进行锻炼，捏拿，就会促进微循环，使得肌肉按照理想的方式健康发展<br /><br/><br /><br/>捏脊疗法是连续捏拿脊柱部肌肤，以防治疾病的一种治疗方法，常用于治疗小儿&ldquo;疳积&rdquo;之类病症，所以又称&ldquo;捏积疗法&rdquo;，属于小儿推拿术的一种。 ...</p>]]></summary><link rel="alternate" type="text/html" href="http://subin.org.cn/blog/post/463.html"/><id>http://subin.org.cn/blog/post/463.html</id></entry></feed>
