<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_ovliverlin</title><subtitle type="text"/><id>http://feed.cnblogs.com/blog/u/24568/rss</id><updated>2010-03-17T09:19:30Z</updated><author><name>林宁</name><uri>http://www.cnblogs.com/ovliverlin/</uri></author><generator>feed.cnblogs.com</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/ovliverlin/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/24568/rss"/><entry><id>http://www.cnblogs.com/ovliverlin/archive/2009/06/19/1506667.html</id><title type="text">apache2 SSI</title><summary type="text">SSI直译服务器端包含(Server Side Includes)，由字面上看由WEB在服务器提供的一种功能，并且是在服务器端进行的。一般说来，要完成较复杂的任务（如：聊天室／留言本等），必须设计专门的CGI或ASP程序；但是如果只是想给网页加上简单的功能(如：显示一篇文档，web服务器环境变量，关于该文档的更新日期／大小等)，则只要SSI就可以完成了。</summary><published>2009-06-19T04:15:00Z</published><updated>2009-06-19T04:15:00Z</updated><author><name>林宁</name><uri>http://www.cnblogs.com/ovliverlin/</uri></author><link rel="alternate" href="http://www.cnblogs.com/ovliverlin/archive/2009/06/19/1506667.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/ovliverlin/archive/2009/06/19/1506667.html"/><content type="text">SSI直译服务器端包含(Server Side Includes)，由字面上看由WEB在服务器提供的一种功能，并且是在服务器端进行的。一般说来，要完成较复杂的任务（如：聊天室／留言本等），必须设计专门的CGI或ASP程序；但是如果只是想给网页加上简单的功能(如：显示一篇文档，web服务器环境变量，关于该文档的更新日期／大小等)，则只要SSI就可以完成了。</content></entry><entry><id>http://www.cnblogs.com/ovliverlin/archive/2009/04/24/1443055.html</id><title type="text">再论mysql_unbuffered_query与mysql_query的区别</title><summary type="text">再论mysql_unbuffered_query与mysql_query的区别</summary><published>2009-04-24T08:54:00Z</published><updated>2009-04-24T08:54:00Z</updated><author><name>林宁</name><uri>http://www.cnblogs.com/ovliverlin/</uri></author><link rel="alternate" href="http://www.cnblogs.com/ovliverlin/archive/2009/04/24/1443055.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/ovliverlin/archive/2009/04/24/1443055.html"/><content type="text">再论mysql_unbuffered_query与mysql_query的区别</content></entry><entry><id>http://www.cnblogs.com/ovliverlin/archive/2008/10/28/1321521.html</id><title type="text">Linux下的软链接和硬链接的不同（转载）</title><summary type="text">一直以来，对Linux的链接都有点懵懵懂懂的，使用上也存在一些问题，这两天仔细上网查了查资料，仔细了解了Linux上的硬链接和软链接。</summary><published>2008-10-28T09:28:00Z</published><updated>2008-10-28T09:28:00Z</updated><author><name>林宁</name><uri>http://www.cnblogs.com/ovliverlin/</uri></author><link rel="alternate" href="http://www.cnblogs.com/ovliverlin/archive/2008/10/28/1321521.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/ovliverlin/archive/2008/10/28/1321521.html"/><content type="text">一直以来，对Linux的链接都有点懵懵懂懂的，使用上也存在一些问题，这两天仔细上网查了查资料，仔细了解了Linux上的硬链接和软链接。</content></entry><entry><id>http://www.cnblogs.com/ovliverlin/archive/2008/08/22/1274307.html</id><title type="text">TortoiseSVN 简明使用</title><summary type="text">这两天项目搞得焦头烂额，改了又改，文件备份了一个又一个，最后看得眼花了，想想当初没用充分利用SVN后悔了，赶紧了解下SVN的情况，先写个今天看的小结先介绍下什么是 SubVersion，Subversion是新一代的版本控制工具，不仅可以管理程序源代码，也可以应用于其他协作管理数据的工作。安装你可以从 TortoiseSVN 官方站点下载最新版的 TortoiseSVN，中文汉化包可以从 SubV...</summary><published>2008-08-22T10:19:00Z</published><updated>2008-08-22T10:19:00Z</updated><author><name>林宁</name><uri>http://www.cnblogs.com/ovliverlin/</uri></author><link rel="alternate" href="http://www.cnblogs.com/ovliverlin/archive/2008/08/22/1274307.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/ovliverlin/archive/2008/08/22/1274307.html"/><content type="text">这两天项目搞得焦头烂额，改了又改，文件备份了一个又一个，最后看得眼花了，想想当初没用充分利用SVN后悔了，赶紧了解下SVN的情况，先写个今天看的小结先介绍下什么是 SubVersion，Subversion是新一代的版本控制工具，不仅可以管理程序源代码，也可以应用于其他协作管理数据的工作。安装你可以从 TortoiseSVN 官方站点下载最新版的 TortoiseSVN，中文汉化包可以从 SubV...</content></entry><entry><id>http://www.cnblogs.com/ovliverlin/archive/2008/06/16/1223044.html</id><title type="text">php自带SOAP扩展调用web service</title><summary type="text">提起php调用web service,在php4年代的人会立即想到用nusoap调用，这个nusoap是个好东东，不过年久未更新，恐其中会有众多漏洞了，正好已经进入了php5年代了，调用web service用自带的扩展岂不快哉！</summary><published>2008-06-16T06:17:00Z</published><updated>2008-06-16T06:17:00Z</updated><author><name>林宁</name><uri>http://www.cnblogs.com/ovliverlin/</uri></author><link rel="alternate" href="http://www.cnblogs.com/ovliverlin/archive/2008/06/16/1223044.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/ovliverlin/archive/2008/06/16/1223044.html"/><content type="text">提起php调用web service,在php4年代的人会立即想到用nusoap调用，这个nusoap是个好东东，不过年久未更新，恐其中会有众多漏洞了，正好已经进入了php5年代了，调用web service用自带的扩展岂不快哉！</content></entry><entry><id>http://www.cnblogs.com/ovliverlin/archive/2008/06/12/1218509.html</id><title type="text">在linux下定时执行PHP脚本（定时执行crontab使用方法详解）</title><summary type="text">crontab 是用来让使用者在固定时间或固定间隔执行程式之用,换句话说,也就是类似使用者的时程表。-u user 是指设定指定 user 的时程表,这个前提是你必须要有其权限(比如说是 root)才能够指定他人的时程表。如果不使用 -u user 的话,就是表示设定自己的时程表。</summary><published>2008-06-12T09:10:00Z</published><updated>2008-06-12T09:10:00Z</updated><author><name>林宁</name><uri>http://www.cnblogs.com/ovliverlin/</uri></author><link rel="alternate" href="http://www.cnblogs.com/ovliverlin/archive/2008/06/12/1218509.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/ovliverlin/archive/2008/06/12/1218509.html"/><content type="text">crontab 是用来让使用者在固定时间或固定间隔执行程式之用,换句话说,也就是类似使用者的时程表。-u user 是指设定指定 user 的时程表,这个前提是你必须要有其权限(比如说是 root)才能够指定他人的时程表。如果不使用 -u user 的话,就是表示设定自己的时程表。</content></entry><entry><id>http://www.cnblogs.com/ovliverlin/archive/2008/05/13/1194908.html</id><title type="text">php中构造函数和析构函数执行过程</title><summary type="text">最近看书，做了个小测试，构造函数和析构函数执行过程简单了解了下</summary><published>2008-05-13T03:36:00Z</published><updated>2008-05-13T03:36:00Z</updated><author><name>林宁</name><uri>http://www.cnblogs.com/ovliverlin/</uri></author><link rel="alternate" href="http://www.cnblogs.com/ovliverlin/archive/2008/05/13/1194908.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/ovliverlin/archive/2008/05/13/1194908.html"/><content type="text">最近看书，做了个小测试，构造函数和析构函数执行过程简单了解了下</content></entry><entry><id>http://www.cnblogs.com/ovliverlin/archive/2008/04/20/1162297.html</id><title type="text">如何从一个php文件向另一个地址post数据，不用表单和隐藏的变量(转)</title><summary type="text">PHP 支持libcurl(允许你用不同的协议连接和沟通不同的服务器)。, libcurl当前支持http, https, ftp, gopher, telnet, dict, file, 和ldap 协议。libcurl同样支持HTTPS证书授权，HTTP POST, HTTP PUT, FTP 上传(当然你也可以使用PHP的ftp扩展), HTTP基本表单上传，代理，cookies,和用户认证。</summary><published>2008-04-20T03:44:00Z</published><updated>2008-04-20T03:44:00Z</updated><author><name>林宁</name><uri>http://www.cnblogs.com/ovliverlin/</uri></author><link rel="alternate" href="http://www.cnblogs.com/ovliverlin/archive/2008/04/20/1162297.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/ovliverlin/archive/2008/04/20/1162297.html"/><content type="text">PHP 支持libcurl(允许你用不同的协议连接和沟通不同的服务器)。, libcurl当前支持http, https, ftp, gopher, telnet, dict, file, 和ldap 协议。libcurl同样支持HTTPS证书授权，HTTP POST, HTTP PUT, FTP 上传(当然你也可以使用PHP的ftp扩展), HTTP基本表单上传，代理，cookies,和用户认证。</content></entry><entry><id>http://www.cnblogs.com/ovliverlin/archive/2008/04/16/1156695.html</id><title type="text">字符截取</title><summary type="text">截取中英文混合字符串长度，不足用...不足Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--&gt;1/**2*截取中英混合字符给长度，不足用补足3*4*@paramstring$str25*@paramint$length6*@paramchar$point7...</summary><published>2008-04-16T10:04:00Z</published><updated>2008-04-16T10:04:00Z</updated><author><name>林宁</name><uri>http://www.cnblogs.com/ovliverlin/</uri></author><link rel="alternate" href="http://www.cnblogs.com/ovliverlin/archive/2008/04/16/1156695.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/ovliverlin/archive/2008/04/16/1156695.html"/><content type="text">截取中英文混合字符串长度，不足用...不足Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--&gt;1/**2*截取中英混合字符给长度，不足用补足3*4*@paramstring$str25*@paramint$length6*@paramchar$point7...</content></entry><entry><id>http://www.cnblogs.com/ovliverlin/archive/2008/04/15/1154792.html</id><title type="text">Linux若干小结备查寻</title><summary type="text">今天又玩了下linux下的东西，又熟悉了一点性能，所以特此记录下，以备将来查询。</summary><published>2008-04-15T10:44:00Z</published><updated>2008-04-15T10:44:00Z</updated><author><name>林宁</name><uri>http://www.cnblogs.com/ovliverlin/</uri></author><link rel="alternate" href="http://www.cnblogs.com/ovliverlin/archive/2008/04/15/1154792.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/ovliverlin/archive/2008/04/15/1154792.html"/><content type="text">今天又玩了下linux下的东西，又熟悉了一点性能，所以特此记录下，以备将来查询。</content></entry></feed>
