<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_捷思之家</title><subtitle type="text">.NET编程的学习之路</subtitle><id>http://feed.cnblogs.com/blog/u/14482/rss</id><updated>2005-11-30T09:19:26Z</updated><author><name>中国风</name><uri>http://www.cnblogs.com/chinesewind/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/chinesewind/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/14482/rss"/><entry><id>http://www.cnblogs.com/chinesewind/archive/2005/11/30/287957.html</id><title type="text">DataTable中数据记录的统计</title><summary type="text">我们在使用Sql Server这些数据库时，可以轻松的通过Sum、Aver、Count等统计出相关结果，那么，在已经把数据检索出来的DataSet（DataTable）中呢？特别是通过Web Service获得了DataSet，这个时候，可是没有办法回头去修改Select语句来获取这些统计了。那么在DataSet/DataTable中是否可以进行统计呢？ 在MSDN中，有一篇MS推荐的统计方法，就...</summary><published>2005-11-30T09:19:00Z</published><updated>2005-11-30T09:19:00Z</updated><author><name>中国风</name><uri>http://www.cnblogs.com/chinesewind/</uri></author><link rel="alternate" href="http://www.cnblogs.com/chinesewind/archive/2005/11/30/287957.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/chinesewind/archive/2005/11/30/287957.html"/></entry><entry><id>http://www.cnblogs.com/chinesewind/archive/2005/11/11/273669.html</id><title type="text">打印及打印预览的实现</title><summary type="text">using System;using System.Drawing;using System.Collections;using System.ComponentModel;using System.Windows.Forms;using System.Data;using System.IO ;namespace EditerApp{/// &amp;lt;summary&amp;gt;/// Form1 的摘...</summary><published>2005-11-11T01:24:00Z</published><updated>2005-11-11T01:24:00Z</updated><author><name>中国风</name><uri>http://www.cnblogs.com/chinesewind/</uri></author><link rel="alternate" href="http://www.cnblogs.com/chinesewind/archive/2005/11/11/273669.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/chinesewind/archive/2005/11/11/273669.html"/></entry><entry><id>http://www.cnblogs.com/chinesewind/archive/2005/10/31/265437.html</id><title type="text">javascript判断数字</title><summary type="text">javascript没有直接判断是否是数字的函数。我编程进行翻页时要判断用户输入的是否为数字，我在网上看到这样一个判断地函数：//数字的确定function isDigit(theNum){ var theMask = "0123456789"; if (isEmpty(theNum)) return (false);else if (theMask.indexOf(theNum) == -1) ...</summary><published>2005-10-31T04:24:00Z</published><updated>2005-10-31T04:24:00Z</updated><author><name>中国风</name><uri>http://www.cnblogs.com/chinesewind/</uri></author><link rel="alternate" href="http://www.cnblogs.com/chinesewind/archive/2005/10/31/265437.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/chinesewind/archive/2005/10/31/265437.html"/></entry><entry><id>http://www.cnblogs.com/chinesewind/archive/2005/10/28/263733.html</id><title type="text">显示数据与绑定数据 </title><summary type="text">aspx页面中，&amp;lt;%= %&amp;gt; 与 &amp;lt;%# %&amp;gt; 的区别 关于这个问题，在多数的ASP.NET的教材中，都提到了一些。&amp;lt;%= %&amp;gt;与&amp;lt;%# %&amp;gt;的区别在于：绑定时机不同，&amp;lt;%# %&amp;gt;是在控件调用DataBind函数的时候才被确定。对于&amp;lt;%= %&amp;gt;，我想你应该不会陌生，在ASP时代，它就相当于 Response.Write。在AS...</summary><published>2005-10-28T04:22:00Z</published><updated>2005-10-28T04:22:00Z</updated><author><name>中国风</name><uri>http://www.cnblogs.com/chinesewind/</uri></author><link rel="alternate" href="http://www.cnblogs.com/chinesewind/archive/2005/10/28/263733.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/chinesewind/archive/2005/10/28/263733.html"/></entry></feed>
