HTML5先行者高级交流群

欢迎加入学习讨论
专注前端,专注网页设计制作及网站开发项目 - (低价承接网站开发项目) QQ:370158739加入收藏RSS
-
2013-12-20 14:40:45
Visual C#中的多线程编程_.NET教程_编程技术
- visual|编程|多线程 C#是.Net平台的通用开发工具,它能够建造所有的.Net应用。在.Net中所有线程都运行在应用程序域(AppDomain)中,这也许让你想到Win32进程,实际上它们还是有很大的不
-
2013-12-20 14:40:41
C#初学乍练-文本替换工具命令行版_.NET教程_编程技术
- 初学|命令行 该程序使用正则表达式进行文字替换,广度优先遍历子目录(基础知识很重要), 解决无法替换回车换行的问题 class Replacee { /// <summary> /// 替换文件中字符 /
-
2013-12-20 14:40:37
软件架构(C#)_.NET教程_编程技术
- 架构 学过软件工程的朋友应该都知道,合理的软件架构(Software Architecture)对后期的维护、新功能的添加是极为有利的。我对研究 Windows 的架构非常有兴趣,自己也想动手实践一下。但
-
2013-12-20 14:40:37
IDesign C#编码规范(总结)_.NET教程_编程技术
- 编码|规范 5资源 Resource5.1 Programming .NET Components By Juval Lowy, O’Reilly 2003 ISBN: 05960034715.2 The .NET Master Class Authored by Juval Lowy, thi
-
2013-12-20 14:40:36
IDesign C#编码规范(之十一)_.NET教程_编程技术
- 编码|规范 4.7企业服务Enterprise Service1.在事务方法里不要捕捉异常。要用AutoComplete属性。Do not catch exceptions in a transactional method. Use the AutoComplete attr
-
2013-12-20 14:40:36
IDesign C#编码规范(之十)_.NET教程_编程技术
- 编码|规范 4.6安全 Security1.总是使用强名称发布代码,该名称对于该应用程序而言是私有的,对于你是公有的。Always demand your own strong name on assemblies and components tha
-
2013-12-20 14:40:34
IDesign C#编码规范(之九)_.NET教程_编程技术
- 编码|规范 4.5远程操作 Remoting1.宁可使用管理配置(配置文件)而不使用程序自动配置。Prefer administrator configuration to programmatic configation.2.总是在单独调用对象里完
-
2013-12-20 14:40:34
C#农历_.NET教程_编程技术
- 农历 using System; namespace CNCalendar { public class CNDate { private const ushort START_YEAR = 1901; private const ushort END_YEAR = 2050; privat
-
2013-12-20 14:40:32
Generics in C#_.NET教程_编程技术
- Generics in C# Generics are the most useful C# 2.0 language extensions, beside Anonymous methods, Iterators, Partial types And Nullable types.What are generics?Gen
-
2013-12-20 14:40:29
学C#遇到的几个问题_.NET教程_编程技术
- 问题 1,不晓得为什么,安装的Visual studio好像不完全似的,书上提到某些数据类型的某些方法居然没有! 比如: int myNumber = Int32.FromString(s); 报错:F:My DocumentsVisual Studio P
-
2013-12-20 14:40:28
设置Windows系统NTFS某个目录的用户访问权限(c#)_.NET教程_编程技术
- window|访问 using System;using System.Drawing;using System.Collections;using System.ComponentModel;using System.Windows.Forms;using System.Data;using System.Manageme
-
2013-12-20 14:40:28
六种快速修理C# Bug的方法_.NET教程_编程技术
- NET Framework中包含许多工具可以用来更快、更容易地编写正确的程序。但我们得面临这样的情况:出现bugs。不管程序多么简单,程序员都可能出错。根据我的经验,大多数程序的bugs出现