2004-02-01から1ヶ月間の記事一覧

乱数によるパスワード生成

[foo.aspx.vb] Function randomPassword(ByVal size As Integer) Dim returnstr As String = "" Dim i As Integer Randomize() For i = 1 To size Select Case CInt(Int( (2 - 0 + 1) * Rnd() + 0) ) Case 0 'a-z returnstr += Chr(Asc("a") + CInt(Int((25 …

ASP.NET.webringへようこそ

ASP.NETについてのウェブリングを作成しました。 ASP.NETについてのウェブリングを作成しました。