摘要: using System.Windows.Forms;using System.Runtime.InteropServices;using System.IO;[DllImport("kernel32.dll", SetLastError = true)]static extern int Writ... 阅读全文
posted @ 2014-07-01 18:39 立己达人 阅读(680) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Runtime.InteropServices;using System.Windows.Forms;namespace drmaple{ class HotKey { ... 阅读全文
posted @ 2014-07-01 15:46 立己达人 阅读(340) 评论(0) 推荐(0) 编辑
摘要: 1. 网址String regEx = "^(http|https|ftp)\\://([a-zA-Z0-9\\.\\-]+(\\:[a-zA-" + "Z0-9\\.&%\\$\\-]+)*@)?((25[0-5]|2[0-4][0-9]|[0-1]{1}[0-9]{" ... 阅读全文
posted @ 2014-07-01 15:15 立己达人 阅读(149) 评论(1) 推荐(0) 编辑