码迷,mamicode.com
首页 >  
搜索关键字:step    ( 4105个结果
[转载]AngularJS入门教程00:引导程序
我们现在开始准备编写AngularJS应用——phonecat。这一步骤(步骤0),您将会熟悉重要的源代码文件,学习启动包含AngularJS种子项目的开发环境,并在浏览器端运行应用。进入angular-phonecat目录,运行如下命令:git checkout -f step-0该命令将重置ph...
分类:Web程序   时间:2014-07-22 22:48:33    阅读次数:280
[转载]AngularJS入门教程03:迭代器
我们在上一步做了很多基础性的训练,所以现在我们可以来做一些简单的事情喽。我们要加入全文检索功能(没错,这个真的非常简单!)。同时,我们也会写一个端到端测试,因为一个好的端到端测试可以帮上很大忙。它监视着你的应用,并且在发生回归的时候迅速报告。请重置工作目录:git checkout -f step-...
分类:Web程序   时间:2014-07-22 09:13:35    阅读次数:289
[转载]AngularJS入门教程04:双向绑定
在这一步你会增加一个让用户控制手机列表显示顺序的特性。动态排序可以这样实现,添加一个新的模型属性,把它和迭代器集成起来,然后让数据绑定完成剩下的事情。请重置工作目录:git checkout -f step-4你应该发现除了搜索框之外,你的应用多了一个下来菜单,它可以允许控制电话排列的顺序。步骤3和...
分类:Web程序   时间:2014-07-22 08:25:35    阅读次数:279
Apache配置基于端口号的虚拟主机 Apache virtual host configuration is based on the port
有可能只有一个ip出口,但却有多个项目,那么就需要基于端口号架设虚拟主机。Step 1: 检查是否开启 httpd-vhosts.conf apache/conf/httpd.conf文件# Virtual hostsInclude conf/extra/httpd-vhosts.conf 如...
分类:其他好文   时间:2014-07-22 08:01:36    阅读次数:282
群体测试概论
Rama Murari有14年的IT经验且过去9年一直从事软件测试工作。她在Tata咨询服务有限公司高科技领域解决方案部的保证卓越交付中心担任一名解决方案开发员。她的专长领域包括测试流程咨询,测试管理以及白盒测试。她的“潘多拉白盒测试”白皮书曾在STeP-IN论坛上发表过。她担任过一些大型公司的开发...
分类:其他好文   时间:2014-07-22 00:11:38    阅读次数:262
搭建你的持续集成server - CruiseControl step by step(1)
CruiseControl是CIserver的老者,诞生已是多年,在很多方面,CruiseControlserver已经成为持续集成实践的同义词。而如今,CruiseControl已发展成为一个家族式系统,包含CruiseControl.java、CruiseControl.net、CruiseCo...
分类:其他好文   时间:2014-07-21 09:32:38    阅读次数:220
模板,BFS
#include #include #include using namespace std; struct node { int x,y,step; }; char map[105][105]; int vis[105][105]; int to[4][2]= {1,0,-1,0,0,1,0,-1}; int n,m,sx,sy,ex,ey,ans; int check(in...
分类:其他好文   时间:2014-07-19 23:11:19    阅读次数:330
POJ 3984
bfs,用数组来构建队列,用front指针来连接每一步输出的时候注意(0, 0)逗号后又一个空格。。。。被坑了一次#include using namespace std;struct step{ int x,y; step *front; void init(int xx,int yy){ x=x...
分类:其他好文   时间:2014-07-19 18:17:27    阅读次数:260
Teamcenter10 step-by-step installation in Linux env-Teamcenter WebTier Installation
Introduction Actually, in the last post Teamcenter10 step-by-step installation in Linux env-Teamcenter Server Installation, we have finished both 2-ti...
分类:Web程序   时间:2014-07-18 12:12:38    阅读次数:1909
7.16_D题
题目链接:http://code.bupt.edu.cn/problem/p/427/ 一个很单纯的every-sg模型 代码: #include #include #include #include #define N 100010 using namespace std; int step[N]; int sg[N]; int stone[N]; vector g[N]; i...
分类:其他好文   时间:2014-07-18 11:34:05    阅读次数:173
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!