码迷,mamicode.com
首页 >  
搜索关键字:linux解决xhost: unable to open display    ( 38110个结果
继承类中static数据值
1 class A{ 2 static int num = 1; 3 public static void Display(){ 4 System.out.println( num ); 5 } 6 } 7 8 class B extends A{ 9 ...
分类:其他好文   时间:2014-06-04 22:47:14    阅读次数:219
动画渐变兼容各个浏览器
.destination1 .current{ display:block; animation:danru 2s linear infinite; -webkit-animation:danru 2s linear alternate ; -moz-animatio...
分类:其他好文   时间:2014-06-04 20:53:25    阅读次数:332
css技巧一
隐藏元素display:none,隐藏元素,并删除其所在的位置。visiblity:hidden隐藏元素,还占用其位置。边框问题img放入a元素里,img会出现边框问题。通过resetimg的border样式即可解决。影藏部分内容可以通过设置height高度和overflow来实现。也可以通过dis...
分类:Web程序   时间:2014-06-04 18:19:31    阅读次数:245
CSS清除浮动
空标签方式:(每次都要添加空div).clearfix{clear:both;}BFC方式:(局限性:不能有谈层).clearfix{*zoom:1;overflow:hidden;}伪元素方式:.clearfix{*zoom:1;}.clearfix:after{display:block;cle...
分类:Web程序   时间:2014-06-03 13:54:02    阅读次数:305
css两个紧挨着的css选择器修饰同一个元素
#status, .commands{ height: 25px; line-height: 25px;}.upload .commands{ float: right;}.hidden{ display: none;}#status{ float: left; ...
分类:Web程序   时间:2014-06-03 13:22:14    阅读次数:389
Weka数据挖掘平台
Explorer:menu selection and form filling缺点:when you open a dataset, it immediately loads it all in. This means that the Explorer can only be applied t...
分类:其他好文   时间:2014-05-29 21:03:09    阅读次数:385
Jquer基础之动画操作
Jquery的动画效果能够轻松的为网页添加动画效果,为网页带来了新的活力。 一、show()方法和hide()方法 show()方法和hide()方法是jquery中最基本的动画方法。使用show()方法会将隐藏的元素显示出来,使用hide()方法会将元素的属性设置为display:none...
分类:其他好文   时间:2014-05-29 20:36:28    阅读次数:1027
make screenshot at Eclipse
In Eclipse, from the Window menu, select Open Perspective > Other... > DDMS. Select the Kindle Fire tablet, and click the camera icon. (If the tablet ...
分类:系统相关   时间:2014-05-29 20:29:15    阅读次数:479
C# Adding Hyperlink to Windows Form z
When creating a Windows form in C#, we would like to create a hyperlink so that when the user click on the link it would open up a web browser and dis...
分类:Windows程序   时间:2014-05-29 18:11:58    阅读次数:413
How to enable DateTimePicker to use both date and time z
Recently in one of my project I needed to have an option to display the DateTimePicker allowing user to pick both the date and the time. When I drag t...
分类:其他好文   时间:2014-05-29 17:46:20    阅读次数:239
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!