码迷,mamicode.com
首页 >  
搜索关键字:underscore utility    ( 793个结果
ImageConstants
using System;using System.Collections.Generic;using System.Linq;using System.Text;using WindowsFormsApplication3.Utility;using System.Drawing;using Sy...
分类:其他好文   时间:2014-07-23 11:45:26    阅读次数:390
underscorejs 源码走读笔记
Underscore 简介 Underscore 是一个JavaScript实用库,提供了类似Prototype.js的一些功能,但是没有继承任何JavaScript内置对象。它弥补了部分jQuery没有实现的功能,同时又是Backbone.js必不可少的部分。 Underscore提供了80多个函...
分类:Web程序   时间:2014-07-22 22:51:35    阅读次数:217
underscore源码学习(1)
if(obj.length === +obj.length) {// 对中每一个元素执行处理器方法 for(var i = 0, l = obj.length; i < l; i++) { if( i in ob...
分类:其他好文   时间:2014-07-18 19:02:02    阅读次数:156
.Net常用技巧_软件注册码
using System;using System.Collections.Generic;using System.Text;using System.Management;using Utility;using EXDataControl;using System.Collections;usi...
分类:Web程序   时间:2014-07-16 23:13:16    阅读次数:230
backbone.Model 源码笔记
backbone.Modelbackbone的model(模型),用来存储数据,交互数据,数据验证,在view里面可以直接监听model来达到model一改变,就通知视图.这个里面的代码是从backbone里面剥离出来,然后一点一点研究和调试出来的,可以单独运行,依赖underscore,jquer...
分类:其他好文   时间:2014-07-15 08:20:52    阅读次数:355
install the Mondo Rescue utility in Ubuntu 12.04 or 12.10.
1. Open a terminal window.2. Type in the following commands, then hit Enter after each.wget ftp://ftp.mondorescue.org/ubuntu/`lsb_release -r|awk '{pri...
分类:其他好文   时间:2014-07-09 17:51:26    阅读次数:272
Teradata中fastload使用
Teradata Fastload Utility 是teradata数据库中一个基于命令行的快速load大量数据到一个空表的工具。数据可以从以下途径被load:1) Disk 或 tape;2) 网络服务器上的文件;Teradata Fastload使用多个session来load data,但是...
分类:其他好文   时间:2014-07-07 17:19:52    阅读次数:220
dbus-launch
NAME dbus-launch - Utility to start a message bus from a shell script dbus-launch - 从shell脚本启动一个消息总线的工具(实用程序)URLhttp://dbus.freedesktop.org/doc/dbus-l...
分类:数据库   时间:2014-06-30 13:56:58    阅读次数:460
Ajax.Utility.RegisterTypeForAjax(typeof(_Default)) 的使用
语句的作用:页面注册方法的作用。Ajax.Utility.RegisterTypeForAjax(typeof(命名空间.类名));首先要在配置文件里配置 代码演示:namespace WebSite{ public partial class tuangou : System.Web.U...
分类:其他好文   时间:2014-06-24 09:40:32    阅读次数:310
793条   上一页 1 ... 75 76 77 78 79 80 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!