随笔分类 - Note
摘要:'use strict';/* We need to tell jshint what variables are being exported *//* global -angular, -msie, -jqLite, -jQuery, -slice, -pus...
阅读全文
摘要:目录[-]实例一:基本下拉效果实例二:自定义下拉显示名称实例三: 让选项分组实例四:自定义ngModel的值参考select是 AngularJS 预设的一组directive。下面是其官网api doc给出的用法:AngularJS:select大意是,select中的ngOption可以采用和n...
阅读全文
摘要:路由http://msdn.microsoft.com/zh-cn/library/cc668201.aspxhttp://aspnetwebstack.codeplex.com/SourceControl/latest#src/System.Web.Mvc/Controller.cs5.http:...
阅读全文
摘要:1. 扩展代码机构namespace System.Web.Mvc.Html{ public static class FormExtensions//表单相关扩展方法,例如创建表单标签等。 public static class InputExtensions//这里包含了所有inpu...
阅读全文
摘要:遍历所有字体InstalledFontCollection MyFont = new InstalledFontCollection();FontFamily[] MyFontFamilies = MyFont.Families;List installedFontNames = new List(...
阅读全文
摘要:Win32_Printer classhttp://msdn.microsoft.com/zh-cn/library/aa394363.aspx1. 设置默认打印机using System;using System.Collections.Generic;using System.Linq;usin...
阅读全文
摘要:1. H1~H3 将生成导航目录。====== H1 =========== H2 ========= H3 ====2. H4~H6=== H4 === 黑体标题显示3. 代码片段4. 文本格式**bold**//italic//__underlined__''monospaced''subscr...
阅读全文
摘要:在介绍 require.js 之前,先介绍下 AMD ( Asynchronous Module Definition ), 意思是“异步模块定义”。它采用异步方式加载模块,模块的加载不影响它后面语句的运行。所有依赖这个模块的语句,都定义在一个回调函数中,等到加载完成之后,这个回调函数才会运行...
阅读全文

浙公网安备 33010602011771号