文章分类 -  C#

摘要:CodeCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->第一种方法:string s=abcdeabcdeabcde;string[] sArray=s.Split(c) ;foreach(string i in sArray) Console... 阅读全文
posted @ 2008-10-27 17:13 永恒de影シ 阅读(183) 评论(0) 推荐(0)
摘要:CodeCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->2008年06月06日 星期五 下午 10:04break,continue和return这三个语句的用法新手们经常弄混淆,至少在我学习C语言的时候经常把它们的用法给搞错。不过现在好了,我已彻底... 阅读全文
posted @ 2008-10-27 16:22 永恒de影シ 阅读(2092) 评论(0) 推荐(0)
摘要:作者:转载 出自:【孟宪会之精彩世界】 发布日期:2003年6月14日 17点29分12秒 CodeCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> using System; namespace CNCalendar { pu... 阅读全文
posted @ 2008-10-25 14:31 永恒de影シ 阅读(290) 评论(0) 推荐(0)
摘要:作者:转载uncj 出自:【孟宪会之精彩世界】 发布日期:2003年6月23日 22点10分47秒 CodeCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->Visual Studio.Net 自2001年2月问世以来,受到越来越多人的喜爱,C... 阅读全文
posted @ 2008-10-25 14:13 永恒de影シ 阅读(260) 评论(0) 推荐(0)
摘要:作者:孟宪会 出自:【孟宪会之精彩世界】 发布日期:2003年7月7日 18点57分19秒 CodeCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->通过查询结果进行分页就是以结果集的子集处理查询结果的过程,这样,每次返回给用户的只是当前页面的数据... 阅读全文
posted @ 2008-10-25 14:09 永恒de影シ 阅读(223) 评论(0) 推荐(0)
摘要:作者:孟宪会 出自:【孟宪会之精彩世界】 发布日期:2003年7月30日 17点44分10秒 CodeCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->.NET 提供了许多上载文件的方法,在Windows Form应用程序中,我们可以使用Web... 阅读全文
posted @ 2008-10-25 14:07 永恒de影シ 阅读(170) 评论(0) 推荐(0)
摘要:作者:孟宪会 出自:【孟宪会之精彩世界】 发布日期:2003年8月5日 17点35分21秒 CodeCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->嵌入和使用资源文件,以下是全部源代码:using System;using System.Draw... 阅读全文
posted @ 2008-10-25 14:05 永恒de影シ 阅读(160) 评论(0) 推荐(0)
摘要:CodeCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->//获得汉字的区位码 byte[] array = new byte[2]; array = System.Text.Encoding.Default.GetBytes("啊"); int ... 阅读全文
posted @ 2008-10-25 14:03 永恒de影シ 阅读(146) 评论(0) 推荐(0)
摘要:作者:未知 出自:网络 发布日期:2004年6月1日 7点47分37秒 CodeCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->using System;using System.Security.Cryptography;using Syste... 阅读全文
posted @ 2008-10-25 14:02 永恒de影シ 阅读(158) 评论(0) 推荐(0)
摘要:作者:Frank Fang 出自:Frank Fang 发布日期:2004年6月1日 14点45分40秒 CodeCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->提供一个基于.NET SymmetricAlgorithm 类的、带私钥的加密/解密... 阅读全文
posted @ 2008-10-25 14:01 永恒de影シ 阅读(207) 评论(0) 推荐(0)
摘要:作者:孟宪会 出自:【孟宪会之精彩世界】 发布日期:2004年6月8日 13点43分37秒 CodeCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->using System;using System.Runtime.InteropServices... 阅读全文
posted @ 2008-10-25 14:00 永恒de影シ 阅读(201) 评论(0) 推荐(0)
摘要:作者:孟宪会 出自:【孟宪会之精彩世界】 发布日期:2004年7月6日 18点22分42秒 CodeCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->using System;using System.Drawing;using System.Dr... 阅读全文
posted @ 2008-10-25 13:59 永恒de影シ 阅读(201) 评论(0) 推荐(0)
摘要:作者:孟宪会 出自:【孟宪会之精彩世界】 发布日期:2004年10月22日 8点37分8秒 CodeCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->Test.csusing System;using System.Drawing;using Sy... 阅读全文
posted @ 2008-10-25 13:57 永恒de影シ 阅读(149) 评论(0) 推荐(0)
摘要:作者:孟宪会 出自:【孟宪会之精彩世界】 发布日期:2007年7月23日 15点34分22秒 CodeCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->注意:使用之前需要引用COM:Microsoft Office 11.0 Object Libr... 阅读全文
posted @ 2008-10-25 13:56 永恒de影シ 阅读(280) 评论(0) 推荐(0)
摘要:Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->注:本文部份资料来自网络,如有侵权,请与我联系,我会在第一时间声明引用或将其删除! 当初学 C# 时是找个人大概问了一下数据类型和分支语句就开始做项目了。这两天又全面的看了一下相关的基础知识... 阅读全文
posted @ 2008-09-17 09:00 永恒de影シ 阅读(202) 评论(0) 推荐(0)