<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet href='http://feeds.feedsky.com/styles/temp01.xsl' type='text/xsl' ?><!--这是一个由Feedsy提供技术支持的Feed，为了提高读者阅读的体验，以及满足用户美化自己Feed的需要，我们设计了多种精美的Feed模板，提供给大家选择，所有最终呈现出来的样式，皆由用户自愿选择使用，未经许可，任何团体和个人，请不要擅自修改样式或者盗用，这是对于用户选择权的尊重。--><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:fs="http://www.feedsky.com/namespace/feed" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><atom:link href="http://feeds.feedsky.com/csdn.net/fxpopboy" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/fxpopboy" type="application/rss+xml"></fs:self_link><lastBuildDate>Tue, 18 Nov 2008 15:20:00 GMT</lastBuildDate><title>fxpopboy的博客</title><description>欢迎大家来光顾我的博客</description><link>http://blog.csdn.net/fxpopboy/</link><item><title>MySQL 远程访问</title><link>http://blog.csdn.net/fxpopboy/archive/2008/11/18/3326358.aspx</link><wfw:comment>http://blog.csdn.net/fxpopboy/comments/3326358.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/fxpopboy/comments/commentRss/3326358.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3326358</trackback:ping><description>HY000Host   'hjh-2d233acc5de'   is   not   allowed   to   connect   to   this   MySQL   server&quot;   &lt;br /&gt;  提示是说你的机器没有被远程服务器允许访问。   &lt;br /&gt;  MYSQL的访问机制是某个机器用某个用户名访问的机制。   &lt;br /&gt;  尝试在MYSQL的服务器上运行   &lt;br /&gt;  MYSQL&gt;grant   all   privileges   on   *.*   to'CONNECTER'@''hjh-2d233acc5de'     identified   by   '1111';     &lt;br /&gt;  Mysql&gt;flush   privileges;     &lt;br /&gt;  第一句是授权所有的权限给用户CONNECTER，这个用户是来自主机hjh-2d233acc5de，密码是1111   &lt;br /&gt;  第二句是刷新一下权限设置。   &lt;br /&gt;  然后用CONNECTER用户用你的程序进行连接试试看。尽量不要用ROOT，包括ROOT%的用户。&lt;img src =&quot;http://blog.csdn.net/fxpopboy/aggbug/3326358.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 18 Nov 2008 23:20:00 +0800</pubDate><author>fxpopboy</author><comments>http://blog.csdn.net/fxpopboy/archive/2008/11/18/3326358.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/fxpopboy/archive/2008/11/18/3326358.aspx</guid><dc:creator>fxpopboy</dc:creator></item><item><title>Java验证码资料精粹</title><link>http://blog.csdn.net/fxpopboy/archive/2008/09/24/2973032.aspx</link><wfw:comment>http://blog.csdn.net/fxpopboy/comments/2973032.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/fxpopboy/comments/commentRss/2973032.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2973032</trackback:ping><description>　验证码实际上就是随机选择一些字符以图片的形式展现在页面上，如果进行提交操作的同时需要将图片上的字符同时提交，如果提交的字符与服务器session保存的不同，则认为提交信息无效。为了避免自动程序分析解析图片，通常会在图片上随机生成一些干扰线或者将字符进行扭曲，增加自动识别的难度。&lt;br /&gt;&lt;br /&gt;　　怎样使用Java生成验证码？怎样解决生成验证码时出现的一系列问题？怎样将验证码的优势发挥到最大？本专题就这几个问题对相关的文章进行了总结。&lt;br /&gt;&lt;br /&gt;生成验证码&lt;br /&gt;&lt;br /&gt;◇Java实现随机验证码功能实例&lt;br /&gt;&lt;br /&gt;◇&lt;img src =&quot;http://blog.csdn.net/fxpopboy/aggbug/2973032.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 24 Sep 2008 22:22:00 +0800</pubDate><author>fxpopboy</author><comments>http://blog.csdn.net/fxpopboy/archive/2008/09/24/2973032.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/fxpopboy/archive/2008/09/24/2973032.aspx</guid><dc:creator>fxpopboy</dc:creator></item><item><title>异常：此数据库没有有效所有者，因此无法安装数据库关系图支持对象。</title><link>http://blog.csdn.net/fxpopboy/archive/2008/09/19/2950110.aspx</link><wfw:comment>http://blog.csdn.net/fxpopboy/comments/2950110.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/fxpopboy/comments/commentRss/2950110.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2950110</trackback:ping><description>&lt;br /&gt; 当把从其它机器备份出来的数据库，还原到自己的机器上后，在SSMS中点击这个数据库的数据库关系图时，出现了以下提示：&lt;br /&gt;&lt;br /&gt;此数据库没有有效所有者，因此无法安装数据库关系图支持对象。若要继续，请首先使用“数据库属性”对话框的“文件”页或ALTER AUTHORIZATION语句将数据库所有者设置为有效登录名，然后再添加数据库关系图支持对象。&lt;br /&gt;&lt;br /&gt;数据库中确定是有数据库关系图的。提示给出了两种方法，第一种试了几次都不好用，第二种方法倒是一次成功，具体在SSMS中运行以下命令：&lt;br /&gt;&lt;br /&gt;ALTER AUTHORIZATION ON database::mydbname TO sa&lt;br /&gt;或者用下面的&lt;br /&gt;USE [master]&lt;br /&gt;GO&lt;br /&gt;EXEC dbo.sp_dbcmptlevel @dbname=N'数据库名', @new_cmptlevel=90&lt;br /&gt;GO&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;把mydbname修改为实际的数据库名称，就可以把所有者设置为sa了。&lt;br /&gt;&lt;img src =&quot;http://blog.csdn.net/fxpopboy/aggbug/2950110.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 19 Sep 2008 17:53:00 +0800</pubDate><author>fxpopboy</author><comments>http://blog.csdn.net/fxpopboy/archive/2008/09/19/2950110.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/fxpopboy/archive/2008/09/19/2950110.aspx</guid><dc:creator>fxpopboy</dc:creator></item><item><title>正则表达式小结</title><link>http://blog.csdn.net/fxpopboy/archive/2008/08/29/2847374.aspx</link><wfw:comment>http://blog.csdn.net/fxpopboy/comments/2847374.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/fxpopboy/comments/commentRss/2847374.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2847374</trackback:ping><description>&lt;br /&gt;验证数字：&lt;br /&gt;只能输入1个数字 &lt;br /&gt;&lt;br /&gt;表达式 ^\d$ &lt;br /&gt;描述 匹配一个数字 &lt;br /&gt;匹配的例子 0,1,2,3 &lt;br /&gt;不匹配的例子  &lt;br /&gt;&lt;br /&gt;只能输入n个数字 &lt;br /&gt;&lt;br /&gt;表达式 ^\d{n}$  例如^\d{8}$ &lt;br /&gt;描述 匹配8个数字 &lt;br /&gt;匹配的例子 12345678,22223334,12344321 &lt;br /&gt;不匹配的例子  &lt;br /&gt;&lt;br /&gt;只能输入至少n个数字 &lt;br /&gt;&lt;br /&gt;表达式 ^\d{n,}$ 例如^\d{8,}$ &lt;br /&gt;描述 匹配最少n个数字 &lt;br /&gt;匹配的例子 12345678,123456789,12344321 &lt;br /&gt;不匹配的例子  &lt;br /&gt;&lt;br /&gt;只能输入m到n个数字 &lt;br /&gt;&lt;br /&gt;表达式 ^\d{m,n}$ 例如^\d{7,8}$ &lt;br /&gt;描述 匹配m到n个数字 &lt;br /&gt;匹配的例子 12345678,1234567 &lt;br /&gt;不匹配的例子 123456,123456789 &lt;img src =&quot;http://blog.csdn.net/fxpopboy/aggbug/2847374.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 29 Aug 2008 19:36:00 +0800</pubDate><author>fxpopboy</author><comments>http://blog.csdn.net/fxpopboy/archive/2008/08/29/2847374.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/fxpopboy/archive/2008/08/29/2847374.aspx</guid><dc:creator>fxpopboy</dc:creator></item><item><title>在线用户统计</title><link>http://blog.csdn.net/fxpopboy/archive/2008/08/29/2847091.aspx</link><wfw:comment>http://blog.csdn.net/fxpopboy/comments/2847091.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/fxpopboy/comments/commentRss/2847091.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2847091</trackback:ping><description>&lt;br /&gt; 在线用户列表的写法&lt;br /&gt;近日项目中要用到这个功能，查阅很多资料后，总结如下。&lt;br /&gt;由于项目不只要统计用户数，还要显示相关在线用户的信息，所以考虑用HttpSessionBindingListener接口。&lt;br /&gt;该接口包含了valueBound()和valueUnbound()两个方法，分别可以对创建session和注销session、session过期做出响应。&lt;br /&gt;此处我们建立HttpSessionBindingListener接口实现类&lt;br /&gt;package com.sscm.common.organization;&lt;br /&gt;import javax.servlet.http.*;&lt;br /&gt;import javax.servlet.http.HttpSessionEvent;&lt;br /&gt;import javax.servlet.http.HttpSessionListener;&lt;br /&gt;import ja&lt;img src =&quot;http://blog.csdn.net/fxpopboy/aggbug/2847091.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 29 Aug 2008 18:54:00 +0800</pubDate><author>fxpopboy</author><comments>http://blog.csdn.net/fxpopboy/archive/2008/08/29/2847091.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/fxpopboy/archive/2008/08/29/2847091.aspx</guid><dc:creator>fxpopboy</dc:creator></item><item><title>表格奇偶行颜色相异</title><link>http://blog.csdn.net/fxpopboy/archive/2008/08/29/2847073.aspx</link><wfw:comment>http://blog.csdn.net/fxpopboy/comments/2847073.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/fxpopboy/comments/commentRss/2847073.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2847073</trackback:ping><description>&lt;!--第一步:把下列代码加入到head区域内--&gt;&lt;br /&gt;&lt;head&gt;&lt;br /&gt;&lt;STYLE&gt;&lt;br /&gt;th{background-color:#999999;}&lt;br /&gt;.trOdd{background-color:#FFFFFF;}&lt;br /&gt;.trEven{background-color:#CCCCCC;}&lt;br /&gt;&lt;/STYLE&gt;&lt;br /&gt;&lt;SCRIPT language=&quot;javascript&quot;&gt;&lt;br /&gt;/**&lt;br /&gt;* 自动扫描表格，描绘奇偶行的颜色&lt;br /&gt;* oTable：目标表格 oddClass：奇数行的css样式 evenClass：偶数行的css样式&lt;br /&gt;*/&lt;br /&gt;function setRowColor(oTable,oddClass,evenClass)&lt;br /&gt;{&lt;img src =&quot;http://blog.csdn.net/fxpopboy/aggbug/2847073.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 29 Aug 2008 18:51:00 +0800</pubDate><author>fxpopboy</author><comments>http://blog.csdn.net/fxpopboy/archive/2008/08/29/2847073.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/fxpopboy/archive/2008/08/29/2847073.aspx</guid><dc:creator>fxpopboy</dc:creator></item><item><title>IIS5、IIS6、IIS7的ASP.net 请求处理过程比较</title><link>http://blog.csdn.net/fxpopboy/archive/2008/08/04/2766475.aspx</link><wfw:comment>http://blog.csdn.net/fxpopboy/comments/2766475.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/fxpopboy/comments/commentRss/2766475.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2766475</trackback:ping><description>&lt;br /&gt;ASP.NET是一个非常强大的构建Web应用的平台，它提供了极大的灵活性和能力以致于可以用它来构建所有类型的Web应用。 &lt;br /&gt;绝大多数的人只熟悉高层的框架如： WebForms 和 WebServices --这些都在ASP.NET层次结构在最高层。&lt;br /&gt;这篇文章的资料收集整理自各种微软公开的文档，通过比较 IIS5、IIS6、IIS7 这三代 IIS 对请求的处理过程， 让我们熟悉 ASP.NET的底层机制 并对请求(request)是怎么从Web服务器传送到ASP.NET运行时有所了解。通过对底层机制的了解，可以让我们对 ASP.net 有更深的理解。&lt;br /&gt;IIS 5 的 ASP.net 请求处理过程&lt;br /&gt;&lt;br /&gt;对图的解释：&lt;br /&gt;IIS 5.x 一个显著的特征就是 Web Server 和真正的 ASP.NET Applic&lt;img src =&quot;http://blog.csdn.net/fxpopboy/aggbug/2766475.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Mon, 04 Aug 2008 23:30:00 +0800</pubDate><author>fxpopboy</author><comments>http://blog.csdn.net/fxpopboy/archive/2008/08/04/2766475.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/fxpopboy/archive/2008/08/04/2766475.aspx</guid><dc:creator>fxpopboy</dc:creator></item><item><title>C# 操作Word文档(转)</title><link>http://blog.csdn.net/fxpopboy/archive/2008/08/01/2753317.aspx</link><wfw:comment>http://blog.csdn.net/fxpopboy/comments/2753317.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/fxpopboy/comments/commentRss/2753317.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2753317</trackback:ping><description>public string CreateWordFile(string CheckedInfo)&lt;br /&gt;&lt;img src =&quot;http://blog.csdn.net/fxpopboy/aggbug/2753317.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 01 Aug 2008 21:43:00 +0800</pubDate><author>fxpopboy</author><comments>http://blog.csdn.net/fxpopboy/archive/2008/08/01/2753317.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/fxpopboy/archive/2008/08/01/2753317.aspx</guid><dc:creator>fxpopboy</dc:creator></item><item><title>publickeytoken</title><link>http://blog.csdn.net/fxpopboy/archive/2008/08/01/2753213.aspx</link><wfw:comment>http://blog.csdn.net/fxpopboy/comments/2753213.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/fxpopboy/comments/commentRss/2753213.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2753213</trackback:ping><description>DotNet中的版本组成
DotNet中的版本由4个物理号码组成&lt;img src =&quot;http://blog.csdn.net/fxpopboy/aggbug/2753213.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 01 Aug 2008 21:22:00 +0800</pubDate><author>fxpopboy</author><comments>http://blog.csdn.net/fxpopboy/archive/2008/08/01/2753213.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/fxpopboy/archive/2008/08/01/2753213.aspx</guid><dc:creator>fxpopboy</dc:creator></item><item><title>使用membership来进行角色与权限管理</title><link>http://blog.csdn.net/fxpopboy/archive/2008/03/13/2177765.aspx</link><wfw:comment>http://blog.csdn.net/fxpopboy/comments/2177765.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/fxpopboy/comments/commentRss/2177765.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2177765</trackback:ping><description>1membership简介
2.membership在sql server中的设置
3.配置web.config
4.创建用户CreateUserWizard控件
5.用户登录login控件
6.显示当前用户的名称LoginName控件
7.检测用户的身份验证状态的LoginStatus控件
8.为不同类别用户呈现不同内容的LoginView控件
9.更改密码的ChangePassword控件
10.自助找回密码的PasswordRecovery控件
11.总结
&lt;img src =&quot;http://blog.csdn.net/fxpopboy/aggbug/2177765.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 14 Mar 2008 00:46:00 +0800</pubDate><author>fxpopboy</author><comments>http://blog.csdn.net/fxpopboy/archive/2008/03/13/2177765.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/fxpopboy/archive/2008/03/13/2177765.aspx</guid><dc:creator>fxpopboy</dc:creator></item></channel></rss>