常见的BDD框架: ?C – Cspec ?C++ – CppSpec, Spec-CPP ?.Net – NBehave, NSpecify, SpecFlow ?Groovy – GSpec, easyb, Cuke4Duke ?PHP – PHPSpec ?Python – Specipy ? ...
分类:
其他好文 时间:
2017-05-17 16:07:35
阅读次数:
406
City Planning Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 503 Accepted Submission(s): 213 Pr ...
分类:
其他好文 时间:
2017-05-16 23:17:22
阅读次数:
214
一前言 最近学习Linux操作系统,打算在原Window7系统中装centOS7系统,使笔记本上跑双系统。将系统D盘的文件转移后,删除卷标,将U盘做成CentOS7启动盘,进行正常安装。此为前提。 但是装上CentOS7后发现原来的Windos7系统无法进入了,因为进入BIOS后系统引导没有阿!原系 ...
Unity项目,需要用Xcode运行,结果报了错误。 解决方案: 1、打开终端, 2、输入以下命令: chmod +x /Users/......./MapFileParser.sh (MapFileParser.sh所在的目录) ...
分类:
其他好文 时间:
2017-05-16 15:00:56
阅读次数:
266
本文章由cartzhang编写,转载请注明出处。 所有权利保留。
文章链接:http://blog.csdn.net/cartzhang/article/details/72188658
作者:...
分类:
其他好文 时间:
2017-05-15 23:52:09
阅读次数:
1541
通常使用CharacterController控制玩家移动时,我们都会写以下代码: void Update() { var move = (moveTarget - transform.Position) * role.MoveSpeed; role.characterController.Move... ...
分类:
移动开发 时间:
2017-05-15 22:40:07
阅读次数:
202
之前用的iptables来管理的防火墙,后来发现centOS7.0中已经用firewalld取代iptables了,于是与时俱进,停用了iptables。 然后来启动firewalld吧 给我报了这个错 Failed to start firewalld.service: Unit firewall ...
分类:
其他好文 时间:
2017-05-15 18:22:42
阅读次数:
310
曾经仅仅会在电脑上通过Unity3D播放视频,研究了下发现通过Unity3D在手机上播放视频也很easy。现介绍例如以下。 void OnGUI() { if (GUI.Button(new Rect(0,0,150,80),"播放/继续")) { Handheld.PlayFullScreenMo ...
分类:
移动开发 时间:
2017-05-15 15:07:46
阅读次数:
191
确认安装mongoDB版本 到 https://www.mongodb.com/download-center?jmp=nav#community 这里我的系统是centos 6.5,是属于红帽6版本 将mongoDB加入到环境变量 vim /etc/profile 创建数据库目录 MongoDB的 ...
分类:
数据库 时间:
2017-05-15 15:07:07
阅读次数:
199
Problem statement: Given an m x n matrix of non-negative integers representing the height of each unit cell in a continent, the "Pacific ocean" touche ...
分类:
其他好文 时间:
2017-05-15 13:02:19
阅读次数:
225