ekeen
ekeen .net
博客园
首页
新随笔
新文章
联系
订阅
管理
posts - 16, comments - 1, trackbacks - 0
2007年7月17日
String Jargon in C# zz
摘要: 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 阅读(99) 评论(0)
编辑
2007年1月30日
test
摘要: 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 阅读(106) 评论(0)
编辑
2006年7月6日
大圆脸 @ 不老歌
摘要: http://www.bulaoge.com/?magicwing
阅读全文
posted @ 2006-07-06 23:52 ekeen 阅读(147) 评论(0)
编辑
2006年6月12日
RSS Toolkit
摘要: 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 阅读(117) 评论(0)
编辑
2006年6月6日
(论坛答疑点滴)如何向某网址Post信息,并得到CookieContainer以便以后直接通过验证
摘要: 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 阅读(708) 评论(0)
编辑
Mostly non-technical
摘要: 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 阅读(296) 评论(0)
编辑
2006年6月4日
RelaxComparer : Missing IComparer?
摘要: 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 阅读(117) 评论(0)
编辑
在C#中应用哈希表(Hashtable) zz
摘要: 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 阅读(808) 评论(0)
编辑
2006年5月30日
C# Tips Written By Andrew Troelsen
摘要: 原文地址: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 阅读(1638) 评论(0)
编辑
.NET开发中的一些小技巧 (转载)
摘要: 这篇文章来自是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 阅读(316) 评论(0)
编辑
仅列出标题
下一页
<
2012年2月
>
日
一
二
三
四
五
六
29
30
31
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
1
2
3
4
5
6
7
8
9
10
昵称:
ekeen
园龄:
6年6个月
粉丝:
0
关注:
0
搜索
常用链接
我的随笔
我的评论
我的参与
最新评论
我的标签
随笔分类
c sharp(8)
cs(3)
RSS(1)
转载(4)
随笔档案
2007年7月 (1)
2007年1月 (1)
2006年7月 (1)
2006年6月 (5)
2006年5月 (3)
2006年4月 (1)
2005年12月 (4)
相册
sdf
C#高手
S.F.
d
最新评论
阅读排行榜
评论排行榜
推荐排行榜