摘要:
网络搜索的:using System;using System.Drawing;using System.Drawing.Imaging;using System.IO;namespace Chapter55{ class DrawingHelper { // 生成验证码字符串 private string CreateCheckCodeString() { // 定义用于验证码的字符数组 cha... 阅读全文
摘要:
http://blog.csdn.net/oscarxie/archive/2005/07/17/427531.aspx1 VSS概述 版本控制是工作组软件开发中的重要方面,它能防止意外的文件丢失、允许反追踪到早期版本、并能对版本进行分支、合并和管理。在软件开发和您需要比较两种版本的文件或找回早期版本的文件时,源代码的控制是非常有用的。Visual SourceSafe 是一种源代码控制系统,它提... 阅读全文
摘要:
1. static keyword2. const vs readonly3. internal keyword4. sealed keyword5. override vs overload6. interface vs abstract class7. value type vs reference type8. stringbuilder vs string9. explicit vs im... 阅读全文