小新的技术天地

Make It Works !

博客园 首页 新随笔 联系 订阅 管理

2004年10月15日 #

摘要: 原作者:Kevin Stewart 文章出处:http://www.codeproject.com/csharp/pwdgen.asp Introduction This article illustrates how to create a very simple password generator using C#. Password generators are useful in ma... 阅读全文
posted @ 2004-10-15 23:45 小新0574 阅读(2366) 评论(3) 推荐(0) 编辑

摘要: 原作者:Nishant S Introduction Just about everything is a heap object when you are using C#. Only elementary native types like int are treated as value types. But there are two value types in C# that are... 阅读全文
posted @ 2004-10-15 17:10 小新0574 阅读(4999) 评论(11) 推荐(0) 编辑

摘要: 闲来无事,打算翻译一些codeproject上的一些技术文章,当然英文水平有限,只能先推出一些简单的文章,希望大家捧场,中英对照哦 阅读全文
posted @ 2004-10-15 15:39 小新0574 阅读(3584) 评论(16) 推荐(0) 编辑

摘要: [AttributeUsage( validon, AllowMultiple = allowmultiple, Inherited = inherited)]再看AttributeUsage属性,其中validon是一个位置参数(必须的),指定属性可以附着于哪些类型,它是AttributeTargets类型的,这个枚举值定义如下:public enum AttributeTar... 阅读全文
posted @ 2004-10-15 12:33 小新0574 阅读(2746) 评论(0) 推荐(0) 编辑

摘要: 文档记录的ArributeUsage调用惯例如下:[AttributeUsage( validon, AllowMultiple = allowmultiple, Inherited = inherited)]好处:属性的用户不必从头到尾查看属性类的源代码,并且可以找出作为命名过的参数使用的公共读/写字段和特性(Property)。 阅读全文
posted @ 2004-10-15 12:00 小新0574 阅读(877) 评论(0) 推荐(0) 编辑

摘要: 看到网上的新闻,说google新出了桌面搜索(http://it.sohu.com/20041015/n222501046.shtml)就是去在试用了一下(http://desktop.google.com/)现在还是beta版,下载安装很快,然后搜索了一些关键词,搜索速度极快,而且搜的范围很广,IE缓存里的内容也搜出来了,但是有一些问题,就是可能对中文支持还不是很好,我搜索一些中文的歌曲,搜索不... 阅读全文
posted @ 2004-10-15 10:23 小新0574 阅读(508) 评论(0) 推荐(0) 编辑