码迷,mamicode.com
首页 >  
搜索关键字:use    ( 28727个结果
理解javascript中的回调函数(callback)
以下内容来源于:http://www.jb51.net/article/54641.htm 最近在看 express,满眼看去,到处是以函数作为参数的回调函数的使用。如果这个概念理解不了,nodejs、express 的代码就会看得一塌糊涂。比如: app.use(function(req, res ...
分类:编程语言   时间:2016-03-31 00:10:15    阅读次数:321
Homework3
1:The control flow of the program; 2: When we set the MAXPRIMES less than 5 but greater than 2, than the use case 5 would find the fault that the arra ...
分类:其他好文   时间:2016-03-30 22:29:34    阅读次数:268
disque概要
做项目过程接触到disque,记录一下。 disque是redis之父开源的基于内存的分布式作业队列,用c语言实现的非阻塞网络服务器。 disque的设计目标:Its goal is to capture the essence of the "Redis as a jobs queue" use ...
分类:其他好文   时间:2016-03-30 22:11:12    阅读次数:136
TJUSCSST第三次作业
作业题目:教材49页第7题a到d,并基于Junit及Eclemma实现一个主路径覆盖的测试一、Use the following method printPrimes() for questions a-f below (a) Draw the control flow graph for the ...
分类:Web程序   时间:2016-03-30 22:10:34    阅读次数:624
Mybatis Physical Pagination
1. Requirements: when we use the sql like "select * from targetTable", we get all records of the table, but we usually just need one page of records(a ...
分类:其他好文   时间:2016-03-30 19:26:54    阅读次数:224
Bootstrap之BootstrapDialog
Make use of Bootstrap's modal more monkey-friendly. http://nakupanda.github.io/bootstrap3-dialog/ Monkeys love the Modal Dialog from Bootstrap, but th ...
分类:其他好文   时间:2016-03-30 17:56:37    阅读次数:693
加料记录日报表的存储过程
USE [ChiefWMS]GO/****** Object: StoredProcedure [dbo].[st_WMS_JobGenRptMaterialPut] Script Date: 03/28/2016 10:47:25 ******/SET ANSI_NULLS ONGOSET QUO ...
分类:其他好文   时间:2016-03-30 17:52:21    阅读次数:135
[React] React Router: Querystring Parameters
Define query param in Link, accept path and query : Use Query param by props.location.query: ...
分类:其他好文   时间:2016-03-30 14:55:04    阅读次数:820
软件测试第三次作业
7:题目 Use the following method printPrimes() for questions a-d; (a)为printPrimes()画控制流程图。 (b)考虑测试用例t1=(n=3)和t2=(n=5)。即使这些测试用例游历printPrimes()方法中相同的主路径,他们 ...
分类:其他好文   时间:2016-03-30 14:33:27    阅读次数:147
Can't use Subversion command line client: svn
Can't use Subversion command line client: svn Probably the path to Subversion executable is wrong. Fix it.Errors found while svn working copies detect ...
分类:其他好文   时间:2016-03-30 12:49:21    阅读次数:97
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!