05 2009 档案

摘要:using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.Windows.Forms;using System.Text.RegularExpressions; name... 阅读全文
posted @ 2009-05-31 17:51 94cool 阅读(1318) 评论(1) 推荐(0)
摘要:public bool FileWrite(string path,StringBuilder sb) { FileStream fs =null; StreamWriter sw=null; try { fs = new FileStream(@"c:\test.t... 阅读全文
posted @ 2009-05-26 17:02 94cool 阅读(157) 评论(0) 推荐(0)
摘要:获取歌词并排序: ArrayList LrcArr = new ArrayList(); private void LoadLyric(string LrcStr) { string[] listArr = LrcStr.Split('\n'); Regex reg = new Regex(@"[[0-5][0-9]:... 阅读全文
posted @ 2009-05-26 17:00 94cool 阅读(253) 评论(0) 推荐(0)
摘要:1.让文字不停地滚动 <MARQUEE>滚动文字</MARQUEE> 2.记录并显示网页的最后修改时间 <script language=Javascript> document.write("最后更新时间: " + document.lastModified + "") </script> 3.关闭当前窗口 <a href="/"onClick="javascr... 阅读全文
posted @ 2009-05-21 21:05 94cool 阅读(192) 评论(0) 推荐(0)