摘要: 对于不熟悉.NET技术的朋友,需要说明一下,.NET提供了一个平台和一些相应的工具,编程人员可以使用它们来在开发Windows桌面,互联网,甚至是手持移动设备上构建极富交互性的应用。很有可能你最喜欢的网站之一就是用微软的ASP.NET技术构建的。阅读全文
posted @ 2009-06-25 14:49 四两 阅读(170) 评论(1) 编辑
摘要: 新升级为高级群,欢迎大家加入21109190。阅读全文
posted @ 2009-04-01 11:11 四两 阅读(474) 评论(1) 编辑
摘要: 导出一个用户下的所有表数据 常用的命令 Exp user/password@instance file=file.dmp rows=y log=log_name 其中username/password为导出用户的用户名和密码 Instance为导出的实例名阅读全文
posted @ 2009-03-17 17:00 四两 阅读(3016) 评论(2) 编辑
摘要: 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...阅读全文
posted @ 2009-03-07 16:58 四两 阅读(1592) 评论(0) 编辑
摘要: 一、验证类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) ...阅读全文
posted @ 2009-02-24 15:33 四两 阅读(115) 评论(0) 编辑
摘要: 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阅读全文
posted @ 2008-12-09 13:27 四两 阅读(1568) 评论(0) 编辑
摘要: 如果你已经有较多的面向对象开发经验,跳过以下这两步:   第一步 掌握一门.NET面向对象语言,C#或VB.NET 我强烈反对在没系统学过一门面向对象(OO)语言的前提下去学ASP.NET。 ASP.NET是一个全面向对象的技术,不懂OO,那绝对学不下去!   第二步 对.NET Framework类库有一定的了解 可以通过开发Windows Form应用程序来学习.NET Framework。A...阅读全文
posted @ 2008-11-19 15:11 四两 阅读(269) 评论(0) 编辑
摘要: 这是一个GridView控件分页问题,如果是使用的VS中自身提供的数据源控件的话,没什么问题,直接可以选择"分页"功能,可是如果自己用代码设置数据源时就易出现这样的错误-------GridView“GridView1”激发了未处理的事件“PageIndexChanging”.解决方法是:给GridView控件添加一个事件PageIndexChang...阅读全文
posted @ 2008-08-25 11:12 四两 阅读(2168) 评论(1) 编辑
摘要: -------------------------------------------------------------------------------------------------------------方法一:---------------------------------------------------------------------------------------...阅读全文
posted @ 2008-08-18 09:45 四两 阅读(354) 评论(0) 编辑
摘要: 一批现有代码,页面都是直接绑定了SqlDataSource的Gridview,现在想对字段显示的长度做一个控制,目的是不想因为字段过长折到下一行,使每行高度不同。改动最小,最简单的方案是什么呢 听说可以用CSS使过长的字段隐起来吗? 字符串不能格式化真不方便... -------------------------------------------------------------------...阅读全文
posted @ 2008-08-17 10:45 四两 阅读(782) 评论(1) 编辑
摘要: 通常会遇到如下错误提示: Failed to delete selected objects(s) Lock request conflicts with an established lock [Locked by database user: 'username' on machine: 'MACHINENAME']阅读全文
posted @ 2008-08-14 14:34 四两 阅读(647) 评论(2) 编辑
摘要: You are here: Home > User Forums > arcgis server forums > Thread RepliesLogin | Feedback | Help ArcGIS Server Forums ArcGIS Server .Net: Installation forum Starting Map Service Error - File i...阅读全文
posted @ 2008-08-12 17:24 四两 阅读(1709) 评论(0) 编辑
摘要: KML全称是Keyhole Markup Language KML,是一个基于XML语法和文件格式的文件,用来描述和保存地理信息如点、线、图片、折线并在Google Earth客户端之中显示, (KML以前的版本能够被Google Earth读取并保存为KML 2.0) KML 2.0提供以下功能:1\指定一个地点的图标和标注来区分每一个地点 2\为每一个视图指定明确的视角来创建不同的特写镜头 3...阅读全文
posted @ 2008-08-11 10:59 四两 阅读(1298) 评论(0) 编辑
摘要: 放在首页问问。阅读全文
posted @ 2008-08-11 10:43 四两 阅读(139) 评论(4) 编辑
摘要: aspx当中加入 <script type="text/javascript"> function refreshimg() { document.getElementById(" <% =Image1.ClientID %>").src="getimg.aspx"; //image1为你的验证图片名.getimg.aspx是你产生图生的网页. } </script&...阅读全文
posted @ 2008-07-31 17:33 四两 阅读(566) 评论(3) 编辑
加油,哥们,现在开始!