<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="rss.xsl" media="screen"?>
<rss version="2.0">
  <channel>
    <title>ASP.NET学习社区 - ASP.NET文摘</title>
    <link>http://i.aspx1.com/showforum-8.htm</link>
    <description>Latest 20 threads</description>
    <copyright>Copyright (c) ASP.NET学习社区</copyright>
    <generator>Discuz!NT</generator>
    <pubDate>Wed, 14 May 2008 22:06:02 GMT</pubDate>
    <ttl>60</ttl>
    <item>
      <title>实现限制输入次数的系统登陆</title>
      <description><![CDATA[今天在外面看书 看到一个写登陆的程序 可是没有限制登陆的次数想了一下 做了这个程序 简单的来表示一下如何限制 登陆次数




using System;
namespace Ginger547
{
class Class1
{
public static void Main(string args)
{
int i = 3;
string strInput = null]]></description>
      <link>http://i.aspx1.com/showtopic-762.htm</link>
      <category>ASP.NET文摘</category>
      <author>追づ风</author>
      <pubDate>Tue, 06 May 2008 16:11:00 GMT</pubDate>
    </item>
    <item>
      <title>闲谈VB与C#</title>
      <description><![CDATA[
众所周知，在C#未出之前，VB的确十分受到开发者的欢迎，特别是VB的脚本也非常强大，至今还在广为使用，C#的推出，决定了VB的命运！
据我所知，目前还有很多人在学习VB，我想问一句，你们现在还学习VB目的何在？
1。有些人可能会说VB很强大。
我承认这一点，不过反过来看看C#，有谁能说C#不比VB强大吗？
2。有些人说用VB开发很简单很方便。
错！我记得以前有一个同事说过这么一句话：]]></description>
      <link>http://i.aspx1.com/showtopic-850.htm</link>
      <category>ASP.NET文摘</category>
      <author>435150</author>
      <pubDate>Wed, 14 May 2008 08:51:00 GMT</pubDate>
    </item>
    <item>
      <title>推荐几套现今做得比较好的asp.net BBS论坛系统!</title>
      <description><![CDATA[
推荐几套现今做得比较好的asp.net BBS论坛系统!

DXBBS 大侠论坛  http://www.dxbbs.com/

DXBBS 大侠论坛，是在2003年由一个热心人士所开发的BBS系统。
DXBBS 是最早一批研究.NET开发技术的先锋,率先开发出了国内最早采用.NET技术的BBS系统。截至今天已发布了上十个版本。现最新版本为DXBBS V8.1 该论坛系统为采用最新 ]]></description>
      <link>http://i.aspx1.com/showtopic-852.htm</link>
      <category>ASP.NET文摘</category>
      <author>435150</author>
      <pubDate>Wed, 14 May 2008 08:59:00 GMT</pubDate>
    </item>
    <item>
      <title>Java script客户端得到服务器控件CheckBoxList多选按扭被选中的值</title>
      <description><![CDATA[&amp;lt;head runat=&amp;quot;server&amp;quot;&amp;gt;
    &amp;lt;title&amp;gt;无标题页&amp;lt;/title&amp;gt;
    &amp;lt;base target=&amp;quot;_self&amp;quot; /&amp;gt;
    &amp;lt;link href=&amp;quot;../css/Default.css&amp;quot; rel=&amp;quot;stylesheet&amp;quot;......]]></description>
      <link>http://i.aspx1.com/showtopic-851.htm</link>
      <category>ASP.NET文摘</category>
      <author>435150</author>
      <pubDate>Wed, 14 May 2008 08:53:00 GMT</pubDate>
    </item>
    <item>
      <title>源代码</title>
      <description><![CDATA[原代码
using System;
using System.Collections;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Web;
using System.Web.SessionState;
using System.Web.UI;
usin......]]></description>
      <link>http://i.aspx1.com/showtopic-848.htm</link>
      <category>ASP.NET文摘</category>
      <author>435150</author>
      <pubDate>Wed, 14 May 2008 08:48:00 GMT</pubDate>
    </item>
    <item>
      <title>一步一步教你ASP.NET中利用存储过程实现模糊查询</title>
      <description><![CDATA[一、建立存储过程 
在MSSQL中的Northwind数据库中为employess表新建存储过程(作用按LastName进行模糊查询）： 
   
  CREATE PROCEDURE Employess_Sel @lastname nvarchar (20) 
  AS 
  select lastname from Employees where lastname like '%' ]]></description>
      <link>http://i.aspx1.com/showtopic-839.htm</link>
      <category>ASP.NET文摘</category>
      <author>asp.net</author>
      <pubDate>Tue, 13 May 2008 15:44:00 GMT</pubDate>
    </item>
    <item>
      <title>C#学习笔记（一）</title>
      <description><![CDATA[#（独白）：很多年之后，我有个名字叫做C#，任何一种语言都可以叫C，只要它足够强大，我不会介意别人怎样看我,我只不过不想别的语言比我更强大。

C#（独白）：我还以为这世界上有一种语言永远不会过时，因为它太完美。在我出道的时候，我认识一种语言，因为它出生的时候办公室的窗外有一棵橡树，所以很多年以后，它有个名字叫做JAVA。

C#（独白）：近年流行网络，到处都有电子商务，有电子商务的地方一]]></description>
      <link>http://i.aspx1.com/showtopic-834.htm</link>
      <category>ASP.NET文摘</category>
      <author>追づ风</author>
      <pubDate>Tue, 13 May 2008 03:39:00 GMT</pubDate>
    </item>
    <item>
      <title>.NET简单留言本的制作</title>
      <description><![CDATA[***内容隐藏***]]></description>
      <link>http://i.aspx1.com/showtopic-638.htm</link>
      <category>ASP.NET文摘</category>
      <author>狼鱼</author>
      <pubDate>Thu, 24 Apr 2008 19:26:00 GMT</pubDate>
    </item>
    <item>
      <title>菜鸟学习asp.net2.0到中级程序员的飞跃</title>
      <description><![CDATA[30本好书点评作者：清清月儿 
学历历程
http://p.blog.csdn.net/images/p_blog_csdn_net/21aspnet/booka.gif如果你是一个菜鸟或者自认为初学者那么本文非常适合你；
不能说这30本书就是最佳组合，但是可以说这个组合不差；
本人曾博览群书，很多书重复，很多书讲的不适用，这些书都是目前书店可以买到的；
达到中级程序员以后怎么成为高级程]]></description>
      <link>http://i.aspx1.com/showtopic-808.htm</link>
      <category>ASP.NET文摘</category>
      <author>asp.net</author>
      <pubDate>Sat, 10 May 2008 16:14:00 GMT</pubDate>
    </item>
    <item>
      <title>.NET菜单控件设计</title>
      <description><![CDATA[***内容隐藏***]]></description>
      <link>http://i.aspx1.com/showtopic-415.htm</link>
      <category>ASP.NET文摘</category>
      <author>狼鱼</author>
      <pubDate>Thu, 20 Mar 2008 11:02:00 GMT</pubDate>
    </item>
    <item>
      <title>关于学习板块的管理办法</title>
      <description><![CDATA[有幸做了这里的班主任，主要目的想自己学点东西，也把自己懂的一点东西分享出来。
 不知道各位新朋友，老朋友，认为个人怎么样努力会把这个“节目”办得更好。
 希望大家提出一点建议！
]]></description>
      <link>http://i.aspx1.com/showtopic-661.htm</link>
      <category>ASP.NET文摘</category>
      <author>狼鱼</author>
      <pubDate>Tue, 29 Apr 2008 09:55:00 GMT</pubDate>
    </item>
    <item>
      <title>C#操作xml入门知识</title>
      <description><![CDATA[已知有一个XML文件（bookstore.xml）如下： 
代码:

&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;gb2312&amp;quot;?&amp;gt;
&amp;lt;bookstore&amp;gt;
&amp;lt;book genre=&amp;quot;fantasy&amp;quot; ISBN=&amp;quot;2-3631-4&amp;quot;&amp;gt;
&amp;lt;title&amp;]]></description>
      <link>http://i.aspx1.com/showtopic-815.htm</link>
      <category>ASP.NET文摘</category>
      <author>asp.net</author>
      <pubDate>Sun, 11 May 2008 18:00:00 GMT</pubDate>
    </item>
    <item>
      <title>ASP.net的几种页面跳转方式比较</title>
      <description><![CDATA[跳转页面asp.net提供的三种方法比较 :

1 response.redirect 这个跳转页面的方法跳转的速度不快，因为它要走2个来回（2次postback），但他可以跳 转到任何页面，没有站点页面限制（即可以由雅虎跳到新浪），同时不能跳过登录保护。但速度慢是其最大缺陷！redirect跳转机制：首先是发送一个http请求到客户端，通知需要跳转到新页面，然后客户端在发送跳转请求到服务器端]]></description>
      <link>http://i.aspx1.com/showtopic-814.htm</link>
      <category>ASP.NET文摘</category>
      <author>asp.net</author>
      <pubDate>Sun, 11 May 2008 17:51:00 GMT</pubDate>
    </item>
    <item>
      <title>MultiView控件应用</title>
      <description><![CDATA[***内容隐藏***]]></description>
      <link>http://i.aspx1.com/showtopic-660.htm</link>
      <category>ASP.NET文摘</category>
      <author>狼鱼</author>
      <pubDate>Tue, 29 Apr 2008 09:45:00 GMT</pubDate>
    </item>
    <item>
      <title>Web.Config文件详解</title>
      <description><![CDATA[(一).Web.Config是以XML文件规范存储,配置文件分为以下格式
    1.配置节处理程序声明
      特点： 位于配置文件的顶部，包含在&amp;lt;configSections&amp;gt;标志中。
    2.特定应用程序配置
      特点:  位于&amp;lt;appSetting&amp;gt;中。 可以定义应用程序的全局常量设置等信息.
    3.配置节设置
      特点: ]]></description>
      <link>http://i.aspx1.com/showtopic-216.htm</link>
      <category>ASP.NET文摘</category>
      <author>asp.net</author>
      <pubDate>Thu, 21 Feb 2008 11:21:00 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET网络编程中常用到的27个函数集</title>
      <description><![CDATA[1、DateTime 数字型 

System.DateTime currentTime=new System.DateTime(); 
1.1 取当前年月日时分秒 currentTime=System.DateTime.Now; 
1.2 取当前年 int 年=currentTime.Year; 
1.3 取当前月 int 月=currentTime.Month; 
1.4 取当前日]]></description>
      <link>http://i.aspx1.com/showtopic-602.htm</link>
      <category>ASP.NET文摘</category>
      <author>追づ风</author>
      <pubDate>Mon, 14 Apr 2008 21:38:00 GMT</pubDate>
    </item>
    <item>
      <title>ASP中调用asp.net开发的webservice</title>
      <description><![CDATA[Web Services技术使异种计算环境之间可以共享数据和通信，达到信息的一致性。我们可以利用

HTTP POST/GET协议、SOAP协议来调用Web Services。

一、 利用SOAP协议在VB6中调用Web Services

; 首先利用.net发布一个简单的Web Services

&amp;lt;WebMethod()&amp;gt; _

Public Functio]]></description>
      <link>http://i.aspx1.com/showtopic-770.htm</link>
      <category>ASP.NET文摘</category>
      <author>tiny</author>
      <pubDate>Tue, 06 May 2008 20:23:00 GMT</pubDate>
    </item>
    <item>
      <title>用.net快速开发下载软件</title>
      <description><![CDATA[在互连网广泛应用的今天，将有用的信息下载到本地是一件很普遍的事。当然，这个过程我们可以通过许多下载工具实现。目前的这些下载工具，绝大多数都是使用http协议完成的。虽然使用http编写下载工具是一种很简单的方法，但美中不足的是开发人员必须要结合winsock并编写大量的代码才可以完成。因为http是一个工业标准，你不可以自定义这个标准，唯一的办法只有服从。而且由于用到winsock技术，所以对开发]]></description>
      <link>http://i.aspx1.com/showtopic-763.htm</link>
      <category>ASP.NET文摘</category>
      <author>追づ风</author>
      <pubDate>Tue, 06 May 2008 16:13:00 GMT</pubDate>
    </item>
    <item>
      <title>C#中Plugin的实践</title>
      <description><![CDATA[        Plugin是一种相当灵活的可扩充、模块化机制，微软的Application Block不少采用了Plugin结构，本文讨论Plugin在C#中的一种实践。
        Plugin是基于统一的接口，在C#中采用Reflection机制产生实现IPlugin的对象。假定接口为IPlugin，以下代码块示意动态产生IPlugin对象的代码段，其中dllName是实现IPlugi]]></description>
      <link>http://i.aspx1.com/showtopic-761.htm</link>
      <category>ASP.NET文摘</category>
      <author>追づ风</author>
      <pubDate>Tue, 06 May 2008 16:09:00 GMT</pubDate>
    </item>
    <item>
      <title>详解如何编写一个简明编译器</title>
      <description><![CDATA[写一个简单的编译器并不是很复杂的，当中要用到些反射的知识。自已觉得，反射的使用在NET中真是无处不在，使用反射没什么效率不效率的问题，毕竟现在的电脑配置并不是很低。适当使用反射，或者通过使用反射本身，会使自己加深对NET的理解。以后会写些运用反射增加代码灵活性的小”文章”供初学者参考。

　　如果只是计算表达式的值的,当然用不了那么多的代码.这样写法,只是使它通用性强些.　　以下的我直接贴代码]]></description>
      <link>http://i.aspx1.com/showtopic-760.htm</link>
      <category>ASP.NET文摘</category>
      <author>追づ风</author>
      <pubDate>Tue, 06 May 2008 16:06:00 GMT</pubDate>
    </item>
  </channel>
</rss>