2007-02-27から1日間の記事一覧

LinkedHashMapがない

What is the c# equivalent to java.util.LinkedHashMap http://www.pcreview.co.uk/forums/thread-2134948.php dotnetにはjava.util.LinkedHashMapがない。orz

NVelocityの馬鹿

IronPython 1.0 (1.0.61005.1977) on .NET 2.0.50727.42 Copyright (c) Microsoft Corporation. All rights reserved. >>> import System >>> import clr >>> clr.AddReference("NVelocity") >>> from NVelocity import * >>> from NVelocity.App import * >…

SQLコメントでエラー

正規表現がまちがっている。orz Seasar.Dao.Node.ExpressionUtil reSym = new Regex(@"^\s*(\-?\b*[_a-zA-Z.']+[_a-zA-Z0-9\[()\]]*)", RegexOptions.Compiled);

s2dao.netが遅い(2)

遅いのはこいつだ。 なぜか毎回Sortしてる。orz さてどうするか。 using System; using System.Collections; namespace Seasar.Framework.Util { public class CaseInsentiveSet : CollectionBase, IList { public CaseInsentiveSet() { } bool IList.Contai…