摘要: http://www.c-sharpcorner.com/UploadFile/prasad_1/StringJargonPSD12062005020601AM/StringJargonPSD.aspxDescription The following article shows solinkme String functions which are not currently available... 阅读全文
posted @ 2007-07-17 21:07 ekeen 阅读(320) 评论(0) 推荐(0) 编辑
摘要: publicdoubleRegSVMEncode(stringinput,stringCalTotalAminoV){stringAmino="ACDEFGHIKLMNPQRSTVWY";double[]AminoValue=newdouble[20];stringpat=@"\-?[0-9]*\.?[0-9]*";Regexr=newRegex(pat,RegexOptions.IgnoreCa... 阅读全文
posted @ 2007-01-30 20:32 ekeen 阅读(267) 评论(0) 推荐(0) 编辑
摘要: http://www.bulaoge.com/?magicwing 阅读全文
posted @ 2006-07-06 23:52 ekeen 阅读(283) 评论(0) 推荐(0) 编辑
摘要: http://blogs.msdn.com/dmitryr/archive/2006/03/26/561200.aspxhttp://weblogs.asp.net/scottgu/archive/2006/02/22/438738.aspx 阅读全文
posted @ 2006-06-12 12:32 ekeen 阅读(255) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/lovecherry/archive/2005/04/22/143341.htmlhttp://lovecherry.cnblogs.com/archive/2005/06/18/176791.htmlusingSystem; usingSystem.Net; usingSystem.IO; usingSystem.Text; [STAThread] ... 阅读全文
posted @ 2006-06-06 22:10 ekeen 阅读(1024) 评论(0) 推荐(0) 编辑
摘要: http://blogs.msdn.com/ksharkey/archive/2004/10/17/243656.aspx... I just needed a rant space. I've just spent 10-20 minutes trying to track down a bug in some code in a Windows Service I was writing, "... 阅读全文
posted @ 2006-06-06 21:45 ekeen 阅读(585) 评论(0) 推荐(0) 编辑
摘要: http://x5.tsiokos.com/posts/2004/12/02/missing-icomparer/5.CompareTo(4); // returns 1 (greater than)5.CompareTo(5); // returns 0 (equal)5.CompareTo(6); // returns -1 (less than)// A class will only co... 阅读全文
posted @ 2006-06-04 20:33 ekeen 阅读(285) 评论(0) 推荐(0) 编辑
摘要: http://chiname.cnblogs.com/archive/2004/12/30/84385.html哈希表中的项存储在System.Collections.DictionaryEntry 对象中,可用foreach来遍历哈希表中的值,如下: HashtablemyHashtable=newHashtable; foreach(DictionaryEntryentryinmyHashta... 阅读全文
posted @ 2006-06-04 17:42 ekeen 阅读(1021) 评论(0) 推荐(0) 编辑
摘要: 原文地址:http://www.codeproject.com/useritems/tips.aspIntroductionThese are some tips for commonly faced problems in .NET . Some of these tips are mine and some of these i have got from different sources.... 阅读全文
posted @ 2006-05-30 20:14 ekeen 阅读(1919) 评论(0) 推荐(0) 编辑
摘要: 这篇文章来自是Mukund Pujari的《Some Cool Tips for .NET》,本人给大家翻译总结一下,我英语水平也就那么回事,不合适的地方还是请大家提出来。1. 如何创建一个可改变大小没有标题栏的窗体?(How to create a form with resizing borders and no title bar?)form1.Text = string. Empty; f... 阅读全文
posted @ 2006-05-30 20:13 ekeen 阅读(456) 评论(0) 推荐(0) 编辑