码迷,mamicode.com
首页 >  
搜索关键字:examples    ( 2038个结果
【翻译习作】 Windows Workflow Foundation程序开发
《Programming Windows Workflow Foundation: Practical WF Techniques and Examples using XAML and C#》中文翻译
分类:Windows程序   时间:2014-07-26 00:30:56    阅读次数:305
Sequences of sequences
I have focused on lists of tuples, but almost all the examples in this chapter also work with lists of lists, tuples of tuples, and tuples of lists. T...
分类:其他好文   时间:2014-07-24 22:44:03    阅读次数:207
【leetcode刷题笔记】Valid Number
Validate if a given string is numeric.Some examples:"0"=>true" 0.1 "=>true"abc"=>false"1 a"=>false"2e10"=>true题解:题目不难,就是有点麻烦,要注意的地方很多,总结一下:前面和后面的空格要用s...
分类:其他好文   时间:2014-07-23 20:43:55    阅读次数:222
Evaluate Reverse Polish Notation
Valid operators are +, -, *, /. Each operand may be an integer or another expression. Some examples: ["2", "1", "+", "3", "*"] -> ((2 + 1) * 3) -> 9 [...
分类:其他好文   时间:2014-07-23 11:37:06    阅读次数:216
Hadoop任务提交过程
Hadoop任务提交分析 分析工具和环境 下载一份hadoop的源码,这里以hadoop-1.1.2为例。本地IDE环境为eclipse,导入整个目录,然后可以在IDE里面看到目录结构了,要分析任务提交过程,需要找到入口代码,很明显,对于熟悉Hadoop应用程序开发的同学来说很容易的知道任务的提交是从job的配置开始的,所以需要这样一份提交Job的代码,在src/examples里...
分类:其他好文   时间:2014-07-21 22:21:28    阅读次数:302
Linux: 20 Iptables Examples For New SysAdmins
LinuxcomeswithahostbasedfirewallcalledNetfilter.Accordingtotheofficialprojectsite:netfilter isasetofhooksinsidetheLinuxkernelthatallowskernelmodulesto registercallbackfunctionswiththenetworkstack.Aregistered callbackfunctionisthencalledbackforeverypackettha..
分类:系统相关   时间:2014-07-21 12:34:43    阅读次数:400
AngularJS 拦截器和好棒例子
[Interceptors in AngularJS and Useful Examples][1] *有日期,我喜欢。* ---------- $httpAngularJS 的 `$http` 服务允许我们通过发送 HTTP 请求方式与后台进行通信。在某些情况下,我们希望可以俘获所有的请求...
分类:Web程序   时间:2014-07-21 10:37:43    阅读次数:339
ML | SVM
What's xxxAn SVM model is a representation of the examples as points in space, mapped so that the examples of the separate categories are divided by a...
分类:其他好文   时间:2014-07-21 09:32:31    阅读次数:284
从hello-world 开始 <contiki学习之四>
按照contiki 官方给出的example下的例子之hello world来说,所有的工程里面都有一个唯一的Makefile。然后这个Makefile会去调用其他makefile文件。于是,一切就从此出发吧。说明: 本文依赖于 contiki-2.6/examples/hello-world...
分类:其他好文   时间:2014-07-21 08:21:08    阅读次数:310
seajs 2.3.0 添加jquery
【前言】 上篇文章简单的介绍了seajs的使用,下午使用seajs整合jquery就碰到问题了。 下载seajs上的examples,里面直接require('jquery')没有任何问题, 我照着写了一遍,但是报$未定义,坑爹。。 找到这篇博文解决了问题: http://blog.csdn.net/adeyi/article/details/18003043 雪中送炭啊,太感谢了。 ...
分类:Web程序   时间:2014-07-20 23:39:10    阅读次数:442
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!