<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_WebGis-寰宇尽在方寸之间</title><subtitle type="text">An apple one day,keep the doctors away</subtitle><id>http://feed.cnblogs.com/blog/u/25245/rss</id><updated>2012-04-25T09:29:19Z</updated><author><name>四两</name><uri>http://www.cnblogs.com/gentlewolf/</uri></author><generator>feed.cnblogs.com</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/gentlewolf/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/25245/rss"/><entry><id>http://www.cnblogs.com/gentlewolf/archive/2009/06/25/1510983.html</id><title type="text">[转载]独家：.NET开发人员必知的八个网站</title><summary type="text">对于不熟悉.NET技术的朋友，需要说明一下，.NET提供了一个平台和一些相应的工具，编程人员可以使用它们来在开发Windows桌面，互联网，甚至是手持移动设备上构建极富交互性的应用。很有可能你最喜欢的网站之一就是用微软的ASP.NET技术构建的。</summary><published>2009-06-25T06:49:00Z</published><updated>2009-06-25T06:49:00Z</updated><author><name>四两</name><uri>http://www.cnblogs.com/gentlewolf/</uri></author><link rel="alternate" href="http://www.cnblogs.com/gentlewolf/archive/2009/06/25/1510983.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/gentlewolf/archive/2009/06/25/1510983.html"/><content type="text">对于不熟悉.NET技术的朋友，需要说明一下，.NET提供了一个平台和一些相应的工具，编程人员可以使用它们来在开发Windows桌面，互联网，甚至是手持移动设备上构建极富交互性的应用。很有可能你最喜欢的网站之一就是用微软的ASP.NET技术构建的。</content></entry><entry><id>http://www.cnblogs.com/gentlewolf/archive/2009/04/01/1427011.html</id><title type="text">Arcgis Server开发群</title><summary type="text">新升级为高级群，欢迎大家加入21109190。</summary><published>2009-04-01T03:11:00Z</published><updated>2009-04-01T03:11:00Z</updated><author><name>四两</name><uri>http://www.cnblogs.com/gentlewolf/</uri></author><link rel="alternate" href="http://www.cnblogs.com/gentlewolf/archive/2009/04/01/1427011.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/gentlewolf/archive/2009/04/01/1427011.html"/><content type="text">新升级为高级群，欢迎大家加入21109190。</content></entry><entry><id>http://www.cnblogs.com/gentlewolf/archive/2009/03/17/1414508.html</id><title type="text">oracle导出数据和表的结构</title><summary type="text">导出一个用户下的所有表数据常用的命令Exp user/password@instance file=file.dmp rows=y log=log_name其中username/password为导出用户的用户名和密码Instance为导出的实例名</summary><published>2009-03-17T09:00:00Z</published><updated>2009-03-17T09:00:00Z</updated><author><name>四两</name><uri>http://www.cnblogs.com/gentlewolf/</uri></author><link rel="alternate" href="http://www.cnblogs.com/gentlewolf/archive/2009/03/17/1414508.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/gentlewolf/archive/2009/03/17/1414508.html"/><content type="text">导出一个用户下的所有表数据常用的命令Exp user/password@instance file=file.dmp rows=y log=log_name其中username/password为导出用户的用户名和密码Instance为导出的实例名</content></entry><entry><id>http://www.cnblogs.com/gentlewolf/archive/2009/03/07/1405570.html</id><title type="text">将E00矢量数据转换为shapefile文件</title><summary type="text">Shapefiles are the most common format for GIS vector data, and just about every GIS program, free or commercial, can open them. Unfortunately, older vector data is often in the ArcINFO interchange E00...</summary><published>2009-03-07T08:58:00Z</published><updated>2009-03-07T08:58:00Z</updated><author><name>四两</name><uri>http://www.cnblogs.com/gentlewolf/</uri></author><link rel="alternate" href="http://www.cnblogs.com/gentlewolf/archive/2009/03/07/1405570.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/gentlewolf/archive/2009/03/07/1405570.html"/><content type="text">Shapefiles are the most common format for GIS vector data, and just about every GIS program, free or commercial, can open them. Unfortunately, older vector data is often in the ArcINFO interchange E00...</content></entry><entry><id>http://www.cnblogs.com/gentlewolf/archive/2009/02/24/1397284.html</id><title type="text">bs开发中常用的javascript技术</title><summary type="text">一、验证类1、数字验证内 1.1 整数 1.2 大于0的整数 （用于传来的ID的验证) 1.3 负整数的验证 1.4 整数不能大于iMax 1.5 整数不能小于iMin2、时间类 2.1 短时间，形如 (13:04:06) 2.2 短日期，形如 (2003-12-05) 2.3 长时间，形如 (2003-12-05 13:04:06) 2.4 只有年和月。形如(2003-05,或者2003-5) ...</summary><published>2009-02-24T07:33:00Z</published><updated>2009-02-24T07:33:00Z</updated><author><name>四两</name><uri>http://www.cnblogs.com/gentlewolf/</uri></author><link rel="alternate" href="http://www.cnblogs.com/gentlewolf/archive/2009/02/24/1397284.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/gentlewolf/archive/2009/02/24/1397284.html"/><content type="text">一、验证类1、数字验证内 1.1 整数 1.2 大于0的整数 （用于传来的ID的验证) 1.3 负整数的验证 1.4 整数不能大于iMax 1.5 整数不能小于iMin2、时间类 2.1 短时间，形如 (13:04:06) 2.2 短日期，形如 (2003-12-05) 2.3 长时间，形如 (2003-12-05 13:04:06) 2.4 只有年和月。形如(2003-05,或者2003-5) ...</content></entry><entry><id>http://www.cnblogs.com/gentlewolf/archive/2008/12/09/1351031.html</id><title type="text">arcgis安装错误hresult:0x80070005解决</title><summary type="text">The 1935 Error message is generated by the Windows Installer when it is unable to access a specific file, folder, or area of the system\'s registry for some reason. Normally, this error is generated if the user does not have full administrative rights to the entire computer (including all files, folders, and areas of the Windows Registry). In this situation the 1935 error is related to some recent updates released by Microsoft for the Microsoft XML Parser which is part of the operating s</summary><published>2008-12-09T05:27:00Z</published><updated>2008-12-09T05:27:00Z</updated><author><name>四两</name><uri>http://www.cnblogs.com/gentlewolf/</uri></author><link rel="alternate" href="http://www.cnblogs.com/gentlewolf/archive/2008/12/09/1351031.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/gentlewolf/archive/2008/12/09/1351031.html"/><content type="text">The 1935 Error message is generated by the Windows Installer when it is unable to access a specific file, folder, or area of the system\'s registry for some reason. Normally, this error is generated if the user does not have full administrative rights to the entire computer (including all files, folders, and areas of the Windows Registry). In this situation the 1935 error is related to some recent updates released by Microsoft for the Microsoft XML Parser which is part of the operating s</content></entry><entry><id>http://www.cnblogs.com/gentlewolf/archive/2008/11/19/1336705.html</id><title type="text">『转载』学习asp.net比较完整的流程</title><summary type="text">如果你已经有较多的面向对象开发经验，跳过以下这两步： 第一步掌握一门.NET面向对象语言，C#或VB.NET 我强烈反对在没系统学过一门面向对象(OO)语言的前提下去学ASP.NET。 ASP.NET是一个全面向对象的技术，不懂OO，那绝对学不下去! 第二步对.NET Framework类库有一定的了解 可以通过开发Windows Form应用程序来学习.NET Framework。A...</summary><published>2008-11-19T07:11:00Z</published><updated>2008-11-19T07:11:00Z</updated><author><name>四两</name><uri>http://www.cnblogs.com/gentlewolf/</uri></author><link rel="alternate" href="http://www.cnblogs.com/gentlewolf/archive/2008/11/19/1336705.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/gentlewolf/archive/2008/11/19/1336705.html"/><content type="text">如果你已经有较多的面向对象开发经验，跳过以下这两步： 第一步掌握一门.NET面向对象语言，C#或VB.NET 我强烈反对在没系统学过一门面向对象(OO)语言的前提下去学ASP.NET。 ASP.NET是一个全面向对象的技术，不懂OO，那绝对学不下去! 第二步对.NET Framework类库有一定的了解 可以通过开发Windows Form应用程序来学习.NET Framework。A...</content></entry><entry><id>http://www.cnblogs.com/gentlewolf/archive/2008/08/25/1275614.html</id><title type="text">[转]解决“GridView1”激发了未处理的事件“PageIndexChanging”</title><summary type="text">这是一个GridView控件分页问题,如果是使用的VS中自身提供的数据源控件的话,没什么问题,直接可以选择"分页"功能,可是如果自己用代码设置数据源时就易出现这样的错误-------GridView“GridView1”激发了未处理的事件“PageIndexChanging”.解决方法是:给GridView控件添加一个事件PageIndexChang...</summary><published>2008-08-25T03:12:00Z</published><updated>2008-08-25T03:12:00Z</updated><author><name>四两</name><uri>http://www.cnblogs.com/gentlewolf/</uri></author><link rel="alternate" href="http://www.cnblogs.com/gentlewolf/archive/2008/08/25/1275614.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/gentlewolf/archive/2008/08/25/1275614.html"/><content type="text">这是一个GridView控件分页问题,如果是使用的VS中自身提供的数据源控件的话,没什么问题,直接可以选择"分页"功能,可是如果自己用代码设置数据源时就易出现这样的错误-------GridView“GridView1”激发了未处理的事件“PageIndexChanging”.解决方法是:给GridView控件添加一个事件PageIndexChang...</content></entry><entry><id>http://www.cnblogs.com/gentlewolf/archive/2008/08/18/1270093.html</id><title type="text">控制图层的现实</title><summary type="text">-------------------------------------------------------------------------------------------------------------方法一：---------------------------------------------------------------------------------------...</summary><published>2008-08-18T01:45:00Z</published><updated>2008-08-18T01:45:00Z</updated><author><name>四两</name><uri>http://www.cnblogs.com/gentlewolf/</uri></author><link rel="alternate" href="http://www.cnblogs.com/gentlewolf/archive/2008/08/18/1270093.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/gentlewolf/archive/2008/08/18/1270093.html"/><content type="text">-------------------------------------------------------------------------------------------------------------方法一：---------------------------------------------------------------------------------------...</content></entry><entry><id>http://www.cnblogs.com/gentlewolf/archive/2008/08/17/1269663.html</id><title type="text">绑定SqlDataSource的Gridview字符串字段长度截取</title><summary type="text">一批现有代码，页面都是直接绑定了SqlDataSource的Gridview，现在想对字段显示的长度做一个控制，目的是不想因为字段过长折到下一行，使每行高度不同。改动最小，最简单的方案是什么呢 听说可以用CSS使过长的字段隐起来吗？ 字符串不能格式化真不方便... -------------------------------------------------------------------...</summary><published>2008-08-17T02:45:00Z</published><updated>2008-08-17T02:45:00Z</updated><author><name>四两</name><uri>http://www.cnblogs.com/gentlewolf/</uri></author><link rel="alternate" href="http://www.cnblogs.com/gentlewolf/archive/2008/08/17/1269663.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/gentlewolf/archive/2008/08/17/1269663.html"/><content type="text">一批现有代码，页面都是直接绑定了SqlDataSource的Gridview，现在想对字段显示的长度做一个控制，目的是不想因为字段过长折到下一行，使每行高度不同。改动最小，最简单的方案是什么呢 听说可以用CSS使过长的字段隐起来吗？ 字符串不能格式化真不方便... -------------------------------------------------------------------...</content></entry></feed>
