摘要: 以下文章提到可以用“http://localhost/MyWebApp/WebAdmin.axd”管理站点: ------------------------------------------------------------ http://msdn2.microsoft.com/en-us/library/ms379595(VS.80).aspx Visual Studio 2005 Tec... 阅读全文
posted @ 2007-10-08 11:30 emanlee 阅读(988) 评论(0) 推荐(0) 编辑
摘要: Visual Studio 2005 IDE相关的11个提高开发效率的技巧 英文原创来源于: http://www.chinhdo.com/chinh/blog/20070920/top-11-visual-studio-2005-ide-tips-and-tricks-to-make-you-a-more-productive-developer/ Here are my top 11 tip... 阅读全文
posted @ 2007-10-07 13:53 emanlee 阅读(834) 评论(0) 推荐(0) 编辑
摘要: /*--------------------------------------------------------- Title: 顺序查找 Author : Eman Lee ----------------------------------------------------------*/ #include //定义顺序存储线性表的结点结构 struct node { ... 阅读全文
posted @ 2007-10-07 10:59 emanlee 阅读(609) 评论(0) 推荐(0) 编辑
摘要: This page is specific to Microsoft Visual Studio 2005/.NET Framework 2.0 Guidelines http://msdn2.microsoft.com/en-us/library/ms184410(vs.80).aspx Design Guidelines for Developing Class Libraries ... 阅读全文
posted @ 2007-10-05 10:43 emanlee 阅读(391) 评论(0) 推荐(0) 编辑
摘要: .NET Framework 开发人员可以参照以下文章给命名空间,类,对象,方法,属性,参数等命名: 1)Guidelines for Names http://msdn2.microsoft.com/en-us/library/ms229002(VS.80).aspx 2)MSDN2005简体中文版: ms-help://MS.VSCC.v80/MS.MSDN.v80/MS.NETDEVF... 阅读全文
posted @ 2007-10-05 10:07 emanlee 阅读(314) 评论(0) 推荐(0) 编辑
摘要: I've been struggling for the past couple months to use the Visual Studio XSD tool to create typed datasets from my stored procedures. But I always get an error telling me the temp table is an invalid... 阅读全文
posted @ 2007-10-03 10:47 emanlee 阅读(491) 评论(0) 推荐(0) 编辑
摘要: 近日发现一个问题,在项目中添加了几个数据源,当在Code界面时,数据源窗口可以显示出我添加的数据源,但是一切换到窗体设计界面,数据源窗口就灰化,数据源窗口中所有的数据源都消失了,切换到Code界面,数据源有出来了,切换到设计界面,又消失了,百思不得其解,一定是VS出问题了……最后经过一顿搜索,原因可能出在“WinFormControls.xml ”文... 阅读全文
posted @ 2007-10-03 10:15 emanlee 阅读(1549) 评论(0) 推荐(0) 编辑
摘要: Open the report in the Designer. In the ToolBox, select/expand the "Report Items" section. Drag an "Image" field/control onto the report. Click on the image and press F4, the properties window pops up... 阅读全文
posted @ 2007-10-02 16:35 emanlee 阅读(1281) 评论(0) 推荐(0) 编辑
摘要: 使用SQL Server 2005 命名数据库对象时可以参照微软的示例数据库AdventureWorks。其次可以参照以下内容:Database Naming Conventions Version 1.1Last Revised May 13, 2004 by Jason MaussThe mai... 阅读全文
posted @ 2007-10-02 11:43 emanlee 阅读(3251) 评论(0) 推荐(0) 编辑
摘要: /*--------------------------------------------------------- Title: 二叉排序树(Binary Sorting Tree) 请先阅读教材 91-93,96-99页, 3.2.3, 3.2.7节, (注意以下程序为简化后的,仅供入门学习之用) -----------------------------------------... 阅读全文
posted @ 2007-09-18 21:49 emanlee 阅读(890) 评论(5) 推荐(0) 编辑