码迷,mamicode.com
首页 >  
搜索关键字:require    ( 6509个结果
非常漂亮的一个验证实例
Attributes-based Validation in a WPF MVVM ApplicationJeremy Alles, 28 Jul 2010 CPOLotes of 3 or less require a comment Description of a method which ....
分类:其他好文   时间:2014-11-01 01:01:56    阅读次数:564
schema for clojure
Schema for Clojure Data Shape Declaration and Validation 1.何为schema schema是描述数据形式的一种clojure数据结构,可用于文件、校验函数和数据。 下面举个例子让大家对schema有个总体认识. 例: (ns schema-examples (:require [sche...
分类:其他好文   时间:2014-10-31 13:53:33    阅读次数:229
intel edison with grove lcd
通过intel xdk,如下的程序可以打印Hello world到grove lcd上 var mraa = require ('mraa');var LCD = require ('jsupm_i2clcd');console.log('Current version of MRAA is', mraa.getVersion());var light = new mraa.Aio(0);var lightValue;var lcdMessage=" ";var myLCD = ne...
分类:其他好文   时间:2014-10-31 08:50:01    阅读次数:187
nodeAPI--fs
读取文件:var fs = require('fs');fs.readdir(_dirname,function(err,files) { //当前文件为'.' ; console.log(files);})
分类:Windows程序   时间:2014-10-30 20:43:51    阅读次数:174
Android - 警告Nested weights are bad for performance
Android - 警告Nested weights are bad for performance本文地址: http://blog.csdn.net/caroline_wendy原因: Layout weights require a widget to be measured twice. When a LinearLayout with non-zero weights is nested...
分类:移动开发   时间:2014-10-30 19:09:37    阅读次数:312
echars使用
1.下载echars包(这里我用的是echars-2.0.0版本的)2.在html中添加引用标签3.在js中$(document).ready(function(){ $('#search_anniu').hide(); require.config({ paths:{ ...
分类:其他好文   时间:2014-10-30 16:46:33    阅读次数:306
RabbitMQ Management HTTP API--官方文档
IntroductionApart from this help page, all URIs will serve only resources of typeapplication/json, and will require HTTP basic authentication (using t...
分类:Windows程序   时间:2014-10-30 11:00:14    阅读次数:1042
冷更新
Cold Update All changes other than the Hot update changes require a Cold Update. Note: A prerequisite for performing a cold update is that all documents are removed from the index. The standard...
分类:其他好文   时间:2014-10-29 17:12:50    阅读次数:173
linux下让irb实现代码自动补全的功能
我不知道其他系统上irb是否有此功能,但是在ubuntu上ruby2.1.2自带的irb默认是没有代码自动补全功能的,这多少让人觉得有所不便.其实加上也很简单,就是在irb里加载一个模块:require 'irb/completion' ,但是我们不可能每次都手动敲着一行代码,KISS和DRY哪去了?     简单的一劳永逸的方法是在~/.irbrc里添加irb运行时需要执行的代码即可.你要问我...
分类:系统相关   时间:2014-10-29 17:02:37    阅读次数:266
javascript的事件触发和接收源码
define(function(require,exports,module){ var Events=function(){ var array = []; var push = array.push; var slice = array.slice...
分类:编程语言   时间:2014-10-29 12:40:44    阅读次数:196
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!