自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(10)
  • 资源 (1)
  • 收藏
  • 关注

转载 How to show separators in WinForm's StatusStrip control?

 windsurfing_stew:Hi,Winforms has the new StatusStrip control that replaces StatusBar in1.1. Ive looked high and low but cant seem to find how to getseparators (|) in my status bar, egInfo1 | Info

2007-08-08 10:33:00 453

转载 ConfigurationSettings becomes ConfigurationManager

In v1.1 we used the ConfigurationSettings class to read values from our configuration files (web/app.config), in .NET 2.0 we now have the ConfigurationManager class.ConfigurationSettings.AppSettings

2007-08-08 10:06:00 332

转载 sealed

C# 语言参考sealed(C# 参考) sealed 修饰符可以应用于类、实例方法和属性。密封类不能被继承。密封方法会重写基类中的方法,但其本身不能在任何派生类中进一步重写。当应用于方法或属性时,sealed 修饰符必须始终与 override(C# 参考) 一起使用。在类声明中使用 sealed 修饰符可防止继承此类,例如: 复制代码    

2007-08-01 10:22:00 404

原创 A example of "Connect to ArcSDE"

First you should build a  project as follows:  using System;using System.Drawing;using System.Collections;using System.ComponentModel;using System.Windows.Forms;using System.Data;using System.

2007-07-31 15:38:00 931

原创 A example of "Connect to ArcIMS"

 

2007-07-31 15:17:00 446

原创 How to load an url image

I visit a website,somebody ask:"pictureBox 怎样加载一个http://url图像?",andMany people give the answer:1.pictureBox1.Image = Image.FromStream(System.Net.WebRequest.Create(http://www.baidu/new.gif ).Ge

2007-07-31 10:06:00 419

原创 Unable to create an ArcMap Service

There is a error dialog,when i used the ArcIMS to publish map,the dialog is shown as follows:There are a number of reasons why users may not be able to create an ArcMap Service,you can see the det

2007-07-30 15:59:00 509

原创 About "Destructor Function"

There is a strang symbol "~" ,when i read the code of  "Zoom In" class.the key part of the code is shown as follows:        private System.Drawing.Bitmap m_bitmap;        private IntPtr m_hBitmap;

2007-07-27 10:37:00 432

原创 Connect to ArcSDE

Refer to ".NET Help for VS2005" ,I get the code as follows:        public IWorkspace OpenArcSDEWorkspace(string server, string instance, string user,        string password, string database, strin

2007-07-26 15:41:00 596

原创 JFreeChart Examples

I found a great website for JFreeChart:http://www.java2s.com/Code/Java/Chart/CatalogChart.htm and i had given a instance as follows:  

2007-07-26 11:06:00 594

Programming WCF Services

Written by Microsoft software legend Juval Lowy, Programming WCF Services is the authoritative introduction to Microsoft's new, and some say revolutionary, unified platform for developing service-oriented applications (SOA) on Windows. Relentlessly practical, the book delivers insight, not documentation, to teach developers what they need to know to build the next generation of SOAs. <br><br>After explaining the advantages of service-orientation for application design and teaching the basics of how to develop SOAs using WCF, the book shows how you can take advantage of built-in features such as service hosting, instance management, asynchronous calls, synchronization, reliability, transaction management, disconnected queued calls and security to build best in class applications. Programming WCF Services focuses on the rationale behind particular design decisions, often shedding light on poorly-documented and little-understood aspects of SOA development. Developers and architects will learn not only the "how" of WCF programming, but also relevant design guidelines, best practices, and pitfalls. Original techniques and utilities provided by the author throughout the book go well beyond anything that can be found in conventional sources. <br><br>Based on experience and insight gained while taking part in the strategic design of WCF and working with the team that implemented it, Programming WCF Services provides experienced working professionals with the definitive work on WCF. Not only will this book make you a WCF expert, it will make you a better software engineer. It's the Rosetta Stone of WCF<br>

2007-11-18

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除