HTML5先行者高级交流群

欢迎加入学习讨论
专注前端,专注网页设计制作及网站开发项目 - (低价承接网站开发项目) QQ:370158739加入收藏RSS
-
2013-12-20 14:39:01
探究Singleton设计模式_.NET教程_编程技术
- 设计 [简介]上期我们刊登了Jeffrey Richter的《探究Observer模式》,详细讲解了在微软架构下实现Observer模式的技术和经验。本期我们继续探讨设计模式方面的话题。Singleton通常被
-
2013-12-20 14:38:57
C#中在应用程序和DLL使用消息_.NET教程_编程技术
- 程序 C#中在应用程序和DLL使用消息 在C#中采用的是事件驱动方式,但在我们使用的过程中,有时候通过调用系统原有的消息,处理起来会比较简单一些,特别是在处理与DLL文件的交互时,的
-
2013-12-20 14:38:55
[c#]:如何在C#中读写INI文件(四)_.NET教程_编程技术
- this.button2.TabIndex = 3 ; this.button2.Text = "写入INI文件" ; this.button2.Click += new System.EventHandler ( this.button2_Click ) ; this.tex
-
2013-12-20 14:38:55
[c#]:如何在C#中读写INI文件(三)_.NET教程_编程技术
- using System ;using System.Drawing ;using System.Collections ;using System.ComponentModel ;using System.Windows.Forms ;using System.Data ;using System.Runtime.Inter
-
2013-12-20 14:38:54
[c#]:如何在C#中读写INI文件(二)_.NET教程_编程技术
- C#中读写INI文件的关键步骤和解决方法C#对INI文件进行写操作: 对INI文件进行写操作,是通过组件button2的"Click"事件来实现的。这里有一点应该注意,当在调用WritePrivateProfileStrin
-
2013-12-20 14:38:52
将人民币的数字表示转化成大写表示(C#版)_.NET教程_编程技术
- 大写|人民币 将人民币的数字表示转化成大写表示(C#版) 实在没有什么好讲的,就是一个方法,大家拿去用吧using System;namespace Test.Com{ /// <summary> /// 功能:字符串处理函
-
2013-12-20 14:38:52
使用C#拷贝String到struct_.NET教程_编程技术
- 使用C#拷贝String到structBy dgiljr介绍本文介绍使用C#拷贝String到struct 。代码using System;using System.Runtime.InteropServices;using System.Text; class Class1{
-
2013-12-20 14:38:51
C#中如何对当前窗体进行打印预览_.NET教程_编程技术
- 打印 [System.Runtime.InteropServices.DllImport("gdi32.dll")]public static extern long BitBlt (IntPtr hdcDest, int nXDest, int nYDest, int nWidth, int nHeight, IntPtr
-
2013-12-20 14:38:49
哲学家就餐问题的C#实现_.NET教程_编程技术
- 问题 撰文:周翔这是我在上操作系统课的那个学期写的一段程序,并组织成了一篇文章。当初被我的挚友曾毅发表在CSTC的论坛上:http://cstc.net.cn/bbs/viewtopic.php?t=457,在此,我把它贴
-
2013-12-20 14:38:47
走迷宫C#版(二)_.NET教程_编程技术
- //窗体,调用...using System;using System.Drawing;using System.Collections;using System.ComponentModel;using System.Windows.Forms;using System.Data;using System.Thread
-
2013-12-20 14:38:47
走迷宫C#版(一)_.NET教程_编程技术
- //迷宫类相关using System;using System.Drawing;using System.Drawing.Drawing2D;using System.Collections;namespace MazeDemo{ /// <summary> /// 迷宫类 /// </summary> pu
-
2013-12-20 14:38:46
C#中奇妙的操作符重载_.NET教程_编程技术
- C#中奇妙的操作符重载 细心的朋友可能发现,C#虽然可以重载操作符,但和C++比较起来,却有很大的不同。定义的时候重载操作符方法必须是static,而且至少有一个参数(一目和二目分
-
2013-12-20 14:38:44
C#操作消息队列_.NET教程_编程技术
- public class QueueManage { /// /// 发送对象到队列中 /// /// 队列名称,因为队列名称在一个应用中应该不改变的,所以大家最好写在配置文件中 /// 要发出去的对象 public
-
2013-12-20 14:38:43
c#v2.0 扩展特性 翻译(1)_.NET教程_编程技术
- Introduction to C# 2.0C# 2.0 introduces several language extensions, the most important of which are Generics, Anonymous Methods, Iterators, and Partial Types.C#2.0
-
2013-12-20 14:38:41
C# 编码规范_.NET教程_编程技术
- 编码|规范 Technotes, HowTo SeriesC# Coding Style GuideVersion 0.3by Mike Krüger icsharpcode.netAbout the C# Coding Style Guide File Organization Indentation Comment