码迷,mamicode.com
首页 >  
搜索关键字:background gc    ( 9893个结果
Petapoco的介绍和配置
一、基本介绍 一个产品诞生以后,宣传必不可少,初识Petapoco,我居然耐心把官网上的英文介绍通读一遍,因为我发现,作者是一个十足的文艺青年,他没有把他的产品宣传得无比高大上,而是很多地方透露着有点低调的、谦卑的气息,清新,可爱。很多地方都能看出,比如在Background那一段:So, wha....
分类:其他好文   时间:2014-08-11 09:57:51    阅读次数:202
遮罩层的实现
.mask{height:100%; width:100%; position:fixed; _position:absolute; top:0; z-index:1000; } .opacity{ opacity:0.3; filter: alpha(opacity=30); background...
分类:其他好文   时间:2014-08-11 02:37:51    阅读次数:205
div+js 弹出层
jQuery弹出层效果 .black_overlay{ display: none; position: absolute; top: 0%; left: 0%; width: 100%; height: 100%; background-color: black; z-index:1001; -moz-opacity: 0.8; opacity:.80; filter: alpha(opa...
分类:Web程序   时间:2014-08-11 00:28:11    阅读次数:294
关于一家大型互联网公司的.NET面试
上周去了一家大型的互联网公司去面试!四个面试官提的问题整理下!以后会注明答案!1.关于垃圾回收的过程!GC的过程 其中包含:什么是根,Finalize与Dispose的区别,什么时候用到!IDispose 接口中有什么哪些方法!Finalize方法里面可以释放托管资源吗?2.什么时候使用...
分类:Web程序   时间:2014-08-10 23:55:10    阅读次数:229
渐变背景(background)效果
chrom and Safari浏览器: webkit核心的浏览器,使用CSS3渐变方法(css-gradient) -webkit-gradient(type, start_point, end_point, / stop...) -webkit-gradient(type, inner_center, inner_radius, outer_center, outer...
分类:其他好文   时间:2014-08-10 10:28:20    阅读次数:309
android一个上传图片的例子,包括如何终止上传过程,如果在上传的时候更新进度条(一)
先上效果图: Layout为: <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="fill_parent" android:background="@...
分类:移动开发   时间:2014-08-10 10:27:50    阅读次数:631
wpf 修改控件Background
以TextBox 控件为例 一 Brushes.颜色 textBoxName.Background = Brushes.Blue; 二 背景色值#FFD2D2D2 1 、textBoxName.Background=new SolidColorBrush((Color)ColorConverter....
分类:其他好文   时间:2014-08-09 22:56:09    阅读次数:375
UVA - 10162 Last Digit
Description  Problem B.Last Digit  Background  Give you a integer number N (1100). Pleasecompute             S=11+22+33+…+NN   Give the last digit of S to me.     Input ...
分类:其他好文   时间:2014-08-09 21:30:19    阅读次数:211
UVA - 10043 Chainsaw Massacre
Description  Problem E: Chainsaw Massacre  Background  As every year the Canadian Lumberjack Society has just held its annual woodcutting competition and the national forest...
分类:其他好文   时间:2014-08-09 18:53:58    阅读次数:261
AsyncHandler
package com.ango.deskclock; import android.content.Context; import android.content.Intent; import android.os.Handler; import android.os.HandlerThread; /** * Helper class for managing the background...
分类:其他好文   时间:2014-08-09 15:55:18    阅读次数:201
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!