<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_叶子文文的.net之路</title><subtitle type="text">成长历程</subtitle><id>http://feed.cnblogs.com/blog/u/39530/rss</id><updated>2010-12-03T06:58:56Z</updated><author><name>叶子文文</name><uri>http://www.cnblogs.com/wangfang224120999/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/wangfang224120999/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/39530/rss"/><entry><id>http://www.cnblogs.com/wangfang224120999/archive/2009/09/30/1576760.html</id><title type="text">SQL教学思路《图书管理系统》习题二：插入数据</title><summary type="text">二、插入语句1.图书馆中有C#、SQL、Java、C++系列的书，图书编号分别为1，2，3，42.图书信息：编号 种类编号 书名 作者 库存量借出次数1 1 C#1.0 smith 20 22 1 C#2.0 jerry 20103 2 sql2000 smith 5 24 2 sql2005jerry 0 205 3 jsp smith 30 26 3 j2ee jerry 6 07 4 C++...</summary><published>2009-09-30T02:12:00Z</published><updated>2009-09-30T02:12:00Z</updated><author><name>叶子文文</name><uri>http://www.cnblogs.com/wangfang224120999/</uri></author><link rel="alternate" href="http://www.cnblogs.com/wangfang224120999/archive/2009/09/30/1576760.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/wangfang224120999/archive/2009/09/30/1576760.html"/></entry><entry><id>http://www.cnblogs.com/wangfang224120999/archive/2009/09/30/1575127.html</id><title type="text">sql教案《图书管理系统》习题一：建库、建表</title><summary type="text">模拟开发适合学校使用的小型图书管理系统，需要建立5个关系表，分别为图书明细表、图书种类表、读者明细表、借阅记录表、罚款记录表。 数据库BookManagement图书种类表（Booktype） 用途：记录所有的图书种类，如历史、政治，每条记录代表一种类型的图书。列名说明类型非空主外键备注tno种类编号int是主自增长tname种类名称varchar(20)是图书明细表（BookInfo） 用途：记...</summary><published>2009-09-30T01:48:00Z</published><updated>2009-09-30T01:48:00Z</updated><author><name>叶子文文</name><uri>http://www.cnblogs.com/wangfang224120999/</uri></author><link rel="alternate" href="http://www.cnblogs.com/wangfang224120999/archive/2009/09/30/1575127.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/wangfang224120999/archive/2009/09/30/1575127.html"/></entry><entry><id>http://www.cnblogs.com/wangfang224120999/archive/2009/08/19/1549795.html</id><title type="text">ASP报错：Sys.WebForms.PageRequestManagerServerErrorException: An unknown error occurred while processing the request on the</title><summary type="text">VS2005中使用AJAX报错提示为：Sys.WebForms.PageRequestManagerServerErrorException: An unknown error occurred while processing the request on the server. The status code returned from the server was: 404 或 12023解...</summary><published>2009-08-19T05:57:00Z</published><updated>2009-08-19T05:57:00Z</updated><author><name>叶子文文</name><uri>http://www.cnblogs.com/wangfang224120999/</uri></author><link rel="alternate" href="http://www.cnblogs.com/wangfang224120999/archive/2009/08/19/1549795.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/wangfang224120999/archive/2009/08/19/1549795.html"/></entry><entry><id>http://www.cnblogs.com/wangfang224120999/archive/2009/08/18/1549041.html</id><title type="text">ASP.net报错汇总：This application is currently offline.</title><summary type="text">启动页面后，页面出现此错误提示：This application is currently offline. To enable the application, remove the app_offline.htm file from the application root directory.解决方案：找到调试的站点根目录，删除其中的app_offline.htm文件</summary><published>2009-08-18T08:06:00Z</published><updated>2009-08-18T08:06:00Z</updated><author><name>叶子文文</name><uri>http://www.cnblogs.com/wangfang224120999/</uri></author><link rel="alternate" href="http://www.cnblogs.com/wangfang224120999/archive/2009/08/18/1549041.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/wangfang224120999/archive/2009/08/18/1549041.html"/></entry><entry><id>http://www.cnblogs.com/wangfang224120999/archive/2009/08/17/1548372.html</id><title type="text">Asp.net报错汇总：回发或回调参数无效</title><summary type="text">回发或回调参数无效。在配置中使用&amp;lt;pagesenableEventValidation="true"/&amp;gt;或在页面中使用&amp;lt;%@PageEnableEventValidation="true"%&amp;gt;启用了事件验证。出于安全目的，此功能验证回发或回调事件的参数是否来源于最初呈现这些事件的服务器控件。如果数据有效并且是预期的，则使用ClientScriptManager.Regist...</summary><published>2009-08-17T12:30:00Z</published><updated>2009-08-17T12:30:00Z</updated><author><name>叶子文文</name><uri>http://www.cnblogs.com/wangfang224120999/</uri></author><link rel="alternate" href="http://www.cnblogs.com/wangfang224120999/archive/2009/08/17/1548372.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/wangfang224120999/archive/2009/08/17/1548372.html"/></entry><entry><id>http://www.cnblogs.com/wangfang224120999/archive/2009/08/17/1548313.html</id><title type="text">SQL报错：no description found</title><summary type="text">保存sql 维护计划时报no description found错误，原因为：如果你在安裝 SQL Server 2005 之後，才安裝 Microsoft Office Visio 2003，就會有這個問題發生，原因在於：SQL Server 2005 所需的 Microsoft Core XML Services (MSXML) 被換成舊版，此時請安裝最新版的Microsoft Office ...</summary><published>2009-08-17T10:21:00Z</published><updated>2009-08-17T10:21:00Z</updated><author><name>叶子文文</name><uri>http://www.cnblogs.com/wangfang224120999/</uri></author><link rel="alternate" href="http://www.cnblogs.com/wangfang224120999/archive/2009/08/17/1548313.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/wangfang224120999/archive/2009/08/17/1548313.html"/></entry><entry><id>http://www.cnblogs.com/wangfang224120999/archive/2009/08/06/1540447.html</id><title type="text">ASP.net技巧：DataList、Gridview主从表明细显示</title><summary type="text">图1.使用DataList显示主从表明细 图2.使用Gridview显示主从表明细 对不起，此博文在博客园的已删，请点击http://yeziwenwen.blog.51cto.com/872759/188602查看我的另一个博客地址的同文章。</summary><published>2009-08-06T09:03:00Z</published><updated>2009-08-06T09:03:00Z</updated><author><name>叶子文文</name><uri>http://www.cnblogs.com/wangfang224120999/</uri></author><link rel="alternate" href="http://www.cnblogs.com/wangfang224120999/archive/2009/08/06/1540447.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/wangfang224120999/archive/2009/08/06/1540447.html"/></entry><entry><id>http://www.cnblogs.com/wangfang224120999/archive/2009/07/16/1524811.html</id><title type="text">教学思路SQL之入门习题《学生成绩》 七.存储过程基础知识</title><summary type="text">如果我们学习了ADO.Net或者实际做过一个与数据库进行数据交互的应用程序，那就非常好理解今天我们所教授的知识点---SQL中的存储过程，存储过程是实际项目开发过程中最常用的处理数据库数据的方式,这是最基本的数据库操作，必须熟练掌握，既然它这么重要，下面我们就开始学习存储过程，有关它的好处和实质，我们放到学习完语法和实例后让大家一起发现式的总结，这样更能体会出存储过程的优势和方便。 首先我们来学习...</summary><published>2009-07-16T06:13:00Z</published><updated>2009-07-16T06:13:00Z</updated><author><name>叶子文文</name><uri>http://www.cnblogs.com/wangfang224120999/</uri></author><link rel="alternate" href="http://www.cnblogs.com/wangfang224120999/archive/2009/07/16/1524811.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/wangfang224120999/archive/2009/07/16/1524811.html"/></entry><entry><id>http://www.cnblogs.com/wangfang224120999/archive/2009/06/26/1511705.html</id><title type="text">教学思路WinForms之 windows服务</title><summary type="text">1.新建windows服务项目：  在VSIDE中点击新建项目中VC#下--windows中--windows服务--改变项目命名，选中项目路径--确定。 2.介绍文件构成：  创建后项目中会自动带有Program.cs和Service1.cs，Service1是没有图形化界面的，这是因为windows服务基本都是没有界面的，系统运行后就加载的这些服务程序，系统启动时 便开始运行，不需要用户登录，...</summary><published>2009-06-26T07:06:00Z</published><updated>2009-06-26T07:06:00Z</updated><author><name>叶子文文</name><uri>http://www.cnblogs.com/wangfang224120999/</uri></author><link rel="alternate" href="http://www.cnblogs.com/wangfang224120999/archive/2009/06/26/1511705.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/wangfang224120999/archive/2009/06/26/1511705.html"/></entry><entry><id>http://www.cnblogs.com/wangfang224120999/archive/2009/06/25/1510689.html</id><title type="text">教学思路之.Net方向模拟面试题</title><summary type="text">C#1. 下面的代码是否正确？为什么？ int i = 10 object s = i; i+=100; s+= 200;2.WinForm中的窗体传值共有几种形式？3.简述一下你所理解的命名空间和类的意义，举出你用过的5种命名空间及其类名。4.语言表达出下面代码的运行过程和计算结果：class A  {  public static int X;  static A(){  X=B.Y+1;  ...</summary><published>2009-06-25T01:49:00Z</published><updated>2009-06-25T01:49:00Z</updated><author><name>叶子文文</name><uri>http://www.cnblogs.com/wangfang224120999/</uri></author><link rel="alternate" href="http://www.cnblogs.com/wangfang224120999/archive/2009/06/25/1510689.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/wangfang224120999/archive/2009/06/25/1510689.html"/></entry></feed>
