摘要: 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) 编辑
摘要: 1. Bootstrap 3.2.0发布,Web 前端UI框架http://developer.51cto.com/art/201406/443901.htmhttp://www.lanrentuku.com/gif/a/loading.html有意思的图标 阅读全文
posted @ 2014-06-28 18:33 立己达人 阅读(412) 评论(0) 推荐(0) 编辑
摘要: 1. 开源ASP.NET MVChttp://aspnetwebstack.codeplex.com/SourceControl/latest#src/System.Web.Mvc/Html/ValidationExtensions.cs2. MVC 文档http://www.asp.net/mvc... 阅读全文
posted @ 2014-06-28 18:28 立己达人 阅读(158) 评论(0) 推荐(0) 编辑
摘要: 1. H1~H3 将生成导航目录。====== H1 =========== H2 ========= H3 ====2. H4~H6=== H4 === 黑体标题显示3. 代码片段4. 文本格式**bold**//italic//__underlined__''monospaced''subscr... 阅读全文
posted @ 2014-06-25 16:49 立己达人 阅读(500) 评论(0) 推荐(0) 编辑
摘要: 在介绍 require.js 之前,先介绍下 AMD ( Asynchronous Module Definition ), 意思是“异步模块定义”。它采用异步方式加载模块,模块的加载不影响它后面语句的运行。所有依赖这个模块的语句,都定义在一个回调函数中,等到加载完成之后,这个回调函数才会运行... 阅读全文
posted @ 2014-06-24 16:58 立己达人 阅读(367) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/ya2dan/article/details/8927947http://gbin1.com/gb/tag/usertag/1707.htm 阅读全文
posted @ 2014-06-24 10:23 立己达人 阅读(102) 评论(0) 推荐(0) 编辑
摘要: http://jquery.com/ jQuery http://code.jquery.com/jquery-latest.js源码http://www.css88.com/tool/jQuerySourceViewer/源码查看http://jqueryui.com/jQueryUIhttp:... 阅读全文
posted @ 2014-06-24 09:35 立己达人 阅读(502) 评论(0) 推荐(0) 编辑
摘要: https://bitbucket.org/ 阅读全文
posted @ 2014-06-20 19:42 立己达人 阅读(99) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.IO;using System.Linq;usi... 阅读全文
posted @ 2014-06-20 17:15 立己达人 阅读(1181) 评论(0) 推荐(0) 编辑