码迷,mamicode.com
首页 >  
搜索关键字:vagrant box vagrantfile    ( 8589个结果
Unity游戏开发的数学与物理 3 ( 让物体延任意方向移动 )
让物体延任意方向移动实现需注意: 三角函数 正弦 余弦 弧度 计算机程序使用弧度 避免产生极大的弧度值 using UnityEngine; using System.Collections;//实现一个box从原点向每次变化(2.0f * Mathf.PI) / 10.0f的角度方向移动 //移动出屏幕后再由原点开始下次移动 public class AnyDirectionMotionTest...
分类:移动开发   时间:2015-04-22 15:18:31    阅读次数:131
matlab函数及其功用
boxplot-produce a box plot of the databiplot-creats a biplot of the coefficients in the matrix coefs -allows you to visualize the magnitude and sig...
分类:其他好文   时间:2015-04-22 15:11:43    阅读次数:161
关于css样式box-shadow的一些好玩的变换样式,内置gif动态效果图
#a{ height: 110px; width: 110px; margin: 50px; background-color: #FF0000; transition-duration: 1s; } #a:hover{...
分类:Web程序   时间:2015-04-21 22:40:07    阅读次数:143
vagrant的使用
1.打包系统 2.创建系统 新建文件夹win7 将box文件拷入win7中, box的名字 : IE11.Win7.For.Vagrant.box\ vagrant box add win7 IE11.Win7.For.Vagrant.box 执行vagrant init产生Vagrantfile,将文件中的base改为win...
分类:其他好文   时间:2015-04-21 20:56:45    阅读次数:180
POJ1609:Tiling Up Blocks(DP)
Description Michael The Kid receives an interesting game set from his grandparent as his birthday gift. Inside the game set box, there are n tiling blocks and each block has a form as follows:  ...
分类:其他好文   时间:2015-04-21 18:10:05    阅读次数:227
html5 canvas创建阴影
创建阴影你的浏览器无法使用canvas如有疑问加QQ:1035417613;小白童鞋;你的支持是我最大的快乐!!shadowOffsetX,shadowOffsetY,控制阴影的位置shadowBlur控制阴影的模糊程度shadowColor控制阴影的颜色类似css3的这个属性box-shadow
分类:Web程序   时间:2015-04-20 20:53:43    阅读次数:199
White-Box Testing Things
白盒测试又称为透明盒测试、玻璃盒测试。“透明盒”、“玻璃盒”意味着你对软件产品的内部工作(尤其是代码的逻辑和结构)能有充分的认知。测试有六种基本类型:单元测试,集成测试,功能/系统测试,可接受性测试,回归测试,Beta测试。白盒测试被其中三种所使用——单元测试,集成测试,回归测试。白盒测试法的覆盖标...
分类:其他好文   时间:2015-04-19 21:17:31    阅读次数:137
iOS 中使用 KVC 对 Json 的解析 <一>
APP端经常需要与服务器交互,json格式的数据是经常被使用的,解析json是经常要做的一件事。先看一个示例,一般情况下,我们是这么解析的:// main.m// Demo#import #import "Person.h"#import "Box.h"int main(int argc, co.....
分类:移动开发   时间:2015-04-19 17:47:00    阅读次数:207
白盒测试(White-box Testing)
软件测试主要分为两种,一种是黑盒测试,另一种则是白盒测试,下面对白盒测试展开介绍:1. 白盒测试的概念: 白盒测试又称结构测试、透明盒测试、逻辑驱动测试或基于代码的测试。白盒测试是一种测试用例设计方法,盒子指的是被测试的软件,白盒指的是盒子是可视的,你清楚盒子内部的东西以及里面是如何运作的。"白盒....
分类:其他好文   时间:2015-04-19 17:38:55    阅读次数:173
C# 使用Xamarin 开发应用 -- Alert Box
C# 使用Xamarin 开发应用 -- Alert Box...
分类:Windows程序   时间:2015-04-18 17:46:50    阅读次数:124
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!