码迷,mamicode.com
首页 >  
搜索关键字:vagrant box vagrantfile    ( 8589个结果
Devops - 概述
Why Devops:用工具替代setup环境时的重复手动劳动;避免手动setup多个环境时产生微小差异。使用脚本部署app。Devops Tools:vagrant +ansibleHow:1. 用vagrant工具批量生成VM,替代手动重复生成VM。2. 用ansible的playbook同时为...
分类:其他好文   时间:2015-03-16 22:49:56    阅读次数:203
随笔小记——css中的属性覆盖问题
今天写代码时遇到一个问题,贴图记录下: 问题关于li,最开始的时候,我css中写的是:.distination-Box .dist-list li{ width:55px; }这样来控制一级li的属性,但是最后一个li的属性却不能受之前li属性的影响,这里就产生了一个优先级的问题。最后发现当我把一....
分类:Web程序   时间:2015-03-16 22:42:16    阅读次数:136
Missing styles. Is the correct theme chosen for this layout? Use the Theme combo box above the layou
Missing styles. Is the correct theme chosen for this layout? Use the Theme combo box above the layout to choose a different layout, or fix the theme style references....
分类:其他好文   时间:2015-03-15 09:24:58    阅读次数:156
日期和时间1
/*var box = new Date(2007, 10, 15, 17, 22, 45, 15);alert(box); //Thu Nov 15 2007 17...
分类:其他好文   时间:2015-03-14 23:06:27    阅读次数:203
对象和数组的方法
对象使用各个方法的返回值,,,对原对象的影响(改变or是不变)/*var box = ['李炎恢', 28, '盐城', new Date()];alert(box);alert(box.toString());alert(box.valueOf());alert(box.toLocaleStrin...
分类:编程语言   时间:2015-03-14 23:05:41    阅读次数:256
对象和数组
/*var box = new Array(); //声明一个数组,空数组alert(typeof box); //数组属于object类型var box = new Arra...
分类:编程语言   时间:2015-03-14 21:43:32    阅读次数:152
JavaScript--Function类型(11)
// 在JS中,Function(函数)类型实际上是对象;每个函数都是Function类型的实例;而且都与其他引用类型一样具有属性和方法;// 由于函数是对象,因此函数名实际上也是一个指向函数对象的指针;一 函数的声明方式 1 1.普通的声明方式 2 function box(num1,nu...
分类:编程语言   时间:2015-03-14 15:12:15    阅读次数:165
深入理解 CSS3 弹性盒布局模型
弹性盒布局模型(Flexible Box Layout)是 CSS3 规范中提出的一种新的布局方式。该布局模型的目的是提供一种更加高效的方式来对容器中的条目进行布局、对齐和分配空间。这种布局方式在条目尺寸未知或动态时也能工作。这种布局方式已经被主流浏览器所支持,可以在 Web 应用开发中使用。本文详...
分类:Web程序   时间:2015-03-14 10:51:34    阅读次数:284
CodeForces 388A Fox and Box Accumulation 贪心
Fox Ciel has n boxes in her room. They have the same size and weight, but they might have different strength. The i-th box can hold at most xi boxes on its top (we’ll call xi the strength of the box).S...
分类:其他好文   时间:2015-03-13 23:51:34    阅读次数:384
css3制作一个漂亮的按钮
特点:1、圆角边框 border-radius2、文字有背景 text-shadow3、按钮有阴影 box-shadow4、文字有向上的阴影 text-shadow5、按钮背景色有个从上往下的渐变效果 linear-gradient6、点击后明显有个下按效果 aaa 有渐变还用 back...
分类:Web程序   时间:2015-03-13 20:22:14    阅读次数:257
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!