string str1 = ((ComboBoxItem)this.cboBoxRate1553B.Items[this.cboBoxRate1553B.SelectedIndex]).Tag.ToString();string str2 = (this.cboBoxRate1553B.Select...
1.本地下载https://atlas.hashicorp.com/laravel/boxes/homestead/versions/0.2.6/providers/virtualbox.box下载该box2.本地添加vagrant box add laravel/homestead (path t...
分类:
其他好文 时间:
2015-06-11 06:55:35
阅读次数:
200
1 window.onload=function(){ 2 var box=document.getElementById("box"); 3 //alert(box.offsetTop); //margin:20px; 4 //alert(box.offsetParen...
分类:
其他好文 时间:
2015-06-10 14:01:21
阅读次数:
108
1. 进入网页管理->设置2. 在"页面定制CSS代码"中添加如下css样式,当然你可以改为自己喜欢的样式#back-to-top { background-color: #00CD00; bottom: 0; box-shadow: 0 0 6px #00CD00; col...
分类:
其他好文 时间:
2015-06-10 10:13:40
阅读次数:
206
#includeusing namespace std;#define Len 3#includeint main(){ int i,d=1,index=0,box_max=0; string * pack=new string[Len]; string * p; pack[0]="http://w...
分类:
其他好文 时间:
2015-06-09 15:42:55
阅读次数:
125
一、box-flex属性(和谐版) 有道桌面词典显示,”flex”一词中文有“收缩”之意。不过,从此属性实际上产生的效果来看,无论怎样用“收缩”一词解释都显得很牵强。所以,这里,直接抛开字面意思,我们可以将”b...
分类:
Web程序 时间:
2015-06-09 14:17:24
阅读次数:
254
一、标准盒模型的大小:border+padding+content(width) 怪异盒模型大小:padding+border二、displayinline 默认,且变为行由内容撑开block 变为块元素,前后会自带有换行符none 不会显示元素(只是隐藏掉,但还在布局中)inline-bloc.....
分类:
其他好文 时间:
2015-06-09 13:37:45
阅读次数:
183
一、背景切割background-clip语法:background-clip:border-box | padding-box | content-box;border-box 超出border外的背景割掉padding-box 超出padding外的背景割掉content-box 超出c...
分类:
Web程序 时间:
2015-06-09 13:31:36
阅读次数:
235
1、错误写法: function () { //单独的匿名函数是无法运行的,会报错 。就算能运行,也无法调用,因为没有名称 return 'Lee'; }2、把匿名函数赋值给变量 var box = function () { //将匿...
分类:
编程语言 时间:
2015-06-08 19:17:53
阅读次数:
164