<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>技术文档</title>
    <link>http://article.phpfans.net</link>
    <description>PHP爱好者,新闻,论坛,问答吧,文档,手册,下载,博客</description>
    <copyright>Copyright(C) PHPfans</copyright>
    <lastBuildDate>Mon, 06 Sep 2010 15:05:35 +0800</lastBuildDate>
    <image>
      <url>http://www.phpfans.net/image/phpfans.logo.gif</url>
      <title>PHP爱好者</title>
      <link>http://www.phpfans.net</link>
    </image>
    <item>
      <title>简单但有用的SQL脚本Part9：纵向回填信息</title>
      <link>http://www.phpfans.net/article/htmls/201009/MzAwMTY4.html</link>
      <description><![CDATA[需求：我们的一个系统有这样一个功能：记录用户访问网站页面的轨迹，比如A-&gt;B-&gt;C-&gt;D（A、B、C、D表示不同的页面URL），在系统的业务上用户可以使用帐号访问网站，也可以使用匿名访问网站，而用户使用的机器已经被标识为一个GUID，所以当用户使用了匿名访问A、B页面后在C页面使用帐号登陆了系统，那么为了对用户进行分析，我们需要把A、B页面的登录名设置登陆的账号，这样用户的访问过...]]></description>
      <category>数据库</category>
      <author>听风吹雨</author>
      <pubDate>Mon, 06 Sep 2010 14:35:00 +0800</pubDate>
    </item>
    <item>
      <title>网上常用免费WebServices集合</title>
      <link>http://www.phpfans.net/article/htmls/201009/MzAwMTY3.html</link>
      <description><![CDATA[<img class="code_img_closed" id="code_img_closed_039cadea-b03c-4634-8d92-008b69198359" src="http://images.cnblogs.com/OutliningIndicators/ContractedBlock.gif"  alt="" /><img class="code_img_opened" id="code_img_opened_039cadea-b03c-4634-8d92-008b69198359" style="display: none" onclick="cnblogs_code_hide('039cadea-b03c-4634-8d92-008b69198359',event)" src="http://images.cnblogs.com/OutliningIndicators/ExpandedBlockStart.gif">代码

天气预报Web服务，数据来源于中国气象局&nbsp;公用事业http://www.webxml.com.cn/WebServices/WeatherWebService.asmx中国股票行情...]]></description>
      <category>Web</category>
      <author>爱上狗的狐狸</author>
      <pubDate>Mon, 06 Sep 2010 14:33:00 +0800</pubDate>
    </item>
    <item>
      <title>我理想中的HTML和CSS</title>
      <link>http://www.phpfans.net/article/htmls/201009/MzAwMTY2.html</link>
      <description><![CDATA[任何属性和内容都能以url的方式导入 比如 &lt;p innerText="http://xxxxxx.com/content.txt%22%3E%3C/p&gt;
一个页面所有请求的资源可以被预先加载，可预测的资源在一个http请求中就获取到浏览器端
style不再做为属性或者标签，而是做为一个页面描述渲染的文件导入&#8212;&#8212;对不同设备，可以由服务端决定返回什么样的Style...]]></description>
      <category>Web</category>
      <author>winter-cn</author>
      <pubDate>Mon, 06 Sep 2010 14:30:00 +0800</pubDate>
    </item>
    <item>
      <title>重启nginx</title>
      <link>http://www.phpfans.net/article/htmls/201009/MzAwMTY0.html</link>
      <description><![CDATA[源码安装nginx就面临这样的麻烦，不能使用service nginx restart 来重启nginx，没办法只能重新加载下nginx.#/usr/local/nginx/sbin/nginx -s reload]]></description>
      <category>服务器</category>
      <author>lexus</author>
      <pubDate>Mon, 06 Sep 2010 14:25:00 +0800</pubDate>
    </item>
    <item>
      <title>nginx rewriter</title>
      <link>http://www.phpfans.net/article/htmls/201009/MzAwMTY1.html</link>
      <description><![CDATA[http://www.cnblogs.com/benio/archive/2010/07/27/1786208.html]]></description>
      <category>Apache</category>
      <author>lexus</author>
      <pubDate>Mon, 06 Sep 2010 14:25:00 +0800</pubDate>
    </item>
    <item>
      <title>js jquery-hotkeys</title>
      <link>http://www.phpfans.net/article/htmls/201009/MzAwMTYz.html</link>
      <description><![CDATA[&nbsp;
http://code.google.com/p/js-hotkeys/
&nbsp; 
jQuery.Hotkeys plugin lets you easily add and remove handlers for keyboard events anywhere in your code supporting almost any key combination. It ta...]]></description>
      <category>JS/Ajax</category>
      <author>吴X</author>
      <pubDate>Mon, 06 Sep 2010 14:13:00 +0800</pubDate>
    </item>
    <item>
      <title>SetWindowLong</title>
      <link>http://www.phpfans.net/article/htmls/201009/MzAwMTYy.html</link>
      <description><![CDATA[专门用于设置其控件的样式的函数为SetWindowLong&nbsp; ]]></description>
      <category></category>
      <author>dengdeng</author>
      <pubDate>Mon, 06 Sep 2010 14:12:00 +0800</pubDate>
    </item>
    <item>
      <title>winForm中的多线程（转载）</title>
      <link>http://www.phpfans.net/article/htmls/201009/MzAwMTYx.html</link>
      <description><![CDATA[原链接：http://www.cnblogs.com/snow365/archive/2008/07/01/1233309.html
&nbsp;
每一个从Control类中派生出来的WinForm类（包括Control类）都是依靠底层Windows消息和一个消息泵循环（message pump loop）来执行的。消息循环都必须有一个相对应的线程，因为发送到一个window的消息实际上只会被发送...]]></description>
      <category></category>
      <author>lvlang</author>
      <pubDate>Mon, 06 Sep 2010 14:11:00 +0800</pubDate>
    </item>
    <item>
      <title>Linux I2C驱动源码分析(二）</title>
      <link>http://www.phpfans.net/article/htmls/201009/MzAwMTYw.html</link>
      <description><![CDATA[&nbsp; 
下面开始分析linux/drivers/i2c/busses/i2c-s3c2410.c，在设备与驱动匹配成功后，会执行s3c24xx_i2c_probe()函数，其源码如下：
/* s3c24xx_i2c_probe called by the bus driver when a suitable device is found*/
static int s3c24xx_i2c_...]]></description>
      <category>Linux</category>
      <author>路漫漫...</author>
      <pubDate>Mon, 06 Sep 2010 14:07:00 +0800</pubDate>
    </item>
    <item>
      <title>【转】C# Excel 图表操作(二)--实例</title>
      <link>http://www.phpfans.net/article/htmls/201009/MzAwMTU5.html</link>
      <description><![CDATA[地址：http://www.6ideas.cn/ArtF/58110871425.html
C# Excel 图表操作实例,生成Excel统计报表
System.DateTime StartTime=System.DateTime.Now;&nbsp;&nbsp;&nbsp;string filename=Server.MapPath("tmp/sales.xls");&nbsp;&nbsp;&n...]]></description>
      <category>Web</category>
      <author>shaya</author>
      <pubDate>Mon, 06 Sep 2010 14:02:00 +0800</pubDate>
    </item>
    <item>
      <title>一些常用且实用的原生 JavaScript函数</title>
      <link>http://www.phpfans.net/article/htmls/201009/MzAwMTU4.html</link>
      <description><![CDATA[日常开始中常用到的一些原生JavaScript函数,比较实用, 今天特地整理一下,分享给大家,希望对大家有用,会常更新,同时也欢迎大家补充.css及html方面的技巧总结,点此前往: 前端开发中一些常用技巧总结.1. document.getElementById的简写: http://mrthink.net/javascript-getbyid-simplewrite/;2. getElemen...]]></description>
      <category>JS/Ajax</category>
      <author>Mr.Think</author>
      <pubDate>Mon, 06 Sep 2010 13:54:00 +0800</pubDate>
    </item>
    <item>
      <title>ASP.NET进阶：form是什么？</title>
      <link>http://www.phpfans.net/article/htmls/201009/MzAwMTU3.html</link>
      <description><![CDATA[form是什么？
&lt;form&gt;标签是HTML里最重要的标签之一，是我们最常用的标签之一。但是，我想说，在很多初级.net程序员脑海里，他就是一个承载控件的母体，至于他的作用是什么可能都不清楚。form是一个表单，用来向服务器post数据。传统的web开发（没有控件概念的开发），form标签的写法是&lt;form id="form1" action="" method="post"&g...]]></description>
      <category>Web</category>
      <author>麦子君子兰</author>
      <pubDate>Mon, 06 Sep 2010 13:49:00 +0800</pubDate>
    </item>
    <item>
      <title>.Net 平台下开发Windows服务</title>
      <link>http://www.phpfans.net/article/htmls/201009/MzAwMTU2.html</link>
      <description><![CDATA[Windows服务是C/S程序另一种表现形式]]></description>
      <category>Web</category>
      <author>tyb1222</author>
      <pubDate>Mon, 06 Sep 2010 13:40:00 +0800</pubDate>
    </item>
    <item>
      <title>【转】C# Excel 图表操作(一)</title>
      <link>http://www.phpfans.net/article/htmls/201009/MzAwMTU1.html</link>
      <description><![CDATA[原文：http://www.cnblogs.com/smjack/archive/2009/02/25/1398257.html
1.添加Excel引用
可以在.Net选项卡下添加Microsoft.Office.Interop.Excel引用，或在COM下添加Microsoft Excel 12.0 Object Library。它们都会生成Microsoft.Office.Interop.Ex...]]></description>
      <category>Web</category>
      <author>shaya</author>
      <pubDate>Mon, 06 Sep 2010 13:39:00 +0800</pubDate>
    </item>
    <item>
      <title>win2003服务器维护（一） 定时重启IIS和WIN2003</title>
      <link>http://www.phpfans.net/article/htmls/201009/MzAwMTU0.html</link>
      <description><![CDATA[WINDOWS2003任务计划实现定时自动重启IIS编写批处理文件IIS.bat@echo offnet stop iisadmin /yesnet start iisadminnet start w3svc建立windows 计划任务开始－&gt;控制面板－&gt;计划任务 按照向导建立一个新的计划任务注意在提示 用户名密码时 输入你系统中有做操作权限的 用户名 密码&nbsp;新建完一个计划任...]]></description>
      <category>服务器</category>
      <author>南极胖熊</author>
      <pubDate>Mon, 06 Sep 2010 13:37:00 +0800</pubDate>
    </item>
    <item>
      <title>系统自动安装Silverlight插件</title>
      <link>http://www.phpfans.net/article/htmls/201009/MzAwMTQ4.html</link>
      <description><![CDATA[Silverlight在客户端的安装方式有间接和直接.当使用Silverlight建立了网站或者程序的时候，可以用&ldquo;inplaceInstallPrompt"属性在建立对象的时候来进行定制。
范列：
function createSilverlight(){ Sys.Silverlight.createObject(&nbsp; &nbsp;"plugin.xaml", // Sour...]]></description>
      <category>Web</category>
      <author>永恒的记忆</author>
      <pubDate>Mon, 06 Sep 2010 13:13:00 +0800</pubDate>
    </item>
    <item>
      <title>sql 语句(转)</title>
      <link>http://www.phpfans.net/article/htmls/201009/MzAwMTQ3.html</link>
      <description><![CDATA[设置内存选项
--设置 min server memory 配置项
EXEC sp_configure N'min server memory (MB)', 0&nbsp;
--设置 max server memory 配置项
&nbsp;EXEC sp_configure&nbsp; N'max server memory (MB)', 256

--使更新生效
RECONFIGURE WITH...]]></description>
      <category>数据库</category>
      <author>yolande2010</author>
      <pubDate>Mon, 06 Sep 2010 13:02:00 +0800</pubDate>
    </item>
    <item>
      <title>InstallShield 2011中数字签名失败的问题</title>
      <link>http://www.phpfans.net/article/htmls/201009/MzAwMTQ2.html</link>
      <description><![CDATA[在InstallShield 2011中，用户通过在Release视图进行数字签名设置后，编译会失败，三种工程类型Basic MSI，InstallScript和InstallScript MSI都会有同样的问题。&nbsp;该问题已经解决，详细见KB：Q210261: HOTFIX: Building a Signed Release Fails with Error -1027&nbsp;解压...]]></description>
      <category>Web</category>
      <author>Kevin.Wan</author>
      <pubDate>Mon, 06 Sep 2010 13:00:00 +0800</pubDate>
    </item>
    <item>
      <title>c# 取外网IP</title>
      <link>http://www.phpfans.net/article/htmls/201009/MzAwMTQ1.html</link>
      <description><![CDATA[// C# IP地址转长整数&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; public long ip2long(String ip)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Sy...]]></description>
      <category>Web</category>
      <author>小さいです哥</author>
      <pubDate>Mon, 06 Sep 2010 12:56:00 +0800</pubDate>
    </item>
    <item>
      <title>《叩响C#之门》正则表达式 （四） 定位符</title>
      <link>http://www.phpfans.net/article/htmls/201009/MzAwMTUz.html</link>
      <description><![CDATA[审查征集贴：http://www.cnblogs.com/BeginnerClassroom/archive/2010/07/30/1788649.html 附录征集贴：http://www.cnblogs.com/BeginnerClassroom/archive/2010/08/04/1792175.html 欢迎各位园友对本书的某一部分内容进行拓展，将以附录的形式附在书后。 要求：  紧紧围...]]></description>
      <category></category>
      <author>寒飞雨</author>
      <pubDate>Mon, 06 Sep 2010 12:56:00 +0800</pubDate>
    </item>
  </channel>
</rss>