码迷,mamicode.com
首页 >  
搜索关键字:visible    ( 1388个结果
winform 打印小票
后台代码 1 panPrintContent.Visible = true; 2 var strlPrinterMode = ""; 3 4 this.pageSetupDialog1.PageSettings.Margins.Left = 1;...
分类:Windows程序   时间:2015-03-30 06:44:30    阅读次数:163
android:visibility="gone"
此属性意思是此视图是否显示,例如RelativeLayout中android:visibility="gone"其有三个属性:visible显示;invisible显示黑背景条;gone不显示在类中,可以设置其显示与否,setVisibility(View.GONE);不显示setVisibilit...
分类:移动开发   时间:2015-03-28 17:03:34    阅读次数:139
POJ 3090 Visible Lattice Points 布雷级数
Visible Lattice Points Time Limit: 1000MS   Memory Limit: 65536K Total Submissions: 5779   Accepted: 3409 Description A lattice point (x, y) in the first quadrant (x an...
分类:其他好文   时间:2015-03-21 08:38:16    阅读次数:139
LinkButton和HyperLink的页面跳转用法
' Visible="false" runat="server">查看属性--%> ' Visible="false" runat="server">查看属性PostBackUrl='/Fxy_Admin/Pro_...
分类:其他好文   时间:2015-03-19 21:52:34    阅读次数:133
Android 获取View绘制前的高度
在Android开发过程中,我们可能需要获取View绘制前的高度或者宽度,一种的可能情形是我们初始化的时候让某个View是Visible = Gone的,当我们触发某个事件的时候需要它显示并且希望有一些动画效果。这时候我们就要...
分类:移动开发   时间:2015-03-19 16:42:44    阅读次数:136
css3内容溢出属性
overflow是css2.0的属性,css3中新增了overflow-x和overflow-y属性。overflow-x主要是用来定义对水平方向内容溢出的剪切,而overflow-y主要是用来定义垂直方向的内容溢出的剪切。overflow-x/overflow-y:visible | hidden...
分类:Web程序   时间:2015-03-17 20:01:53    阅读次数:179
判断元素是否可见的jQuery 新窗口打开图片
functionjudgeShowOrHide(){ alert($("#id").is(‘:visible‘));//判断是否显示显示:true隐藏:false if($("#id").is(‘:hidden‘)){ alert("隐藏了"); //处理业务 }else{ alert("显示"); //处理业务 } }functiontargetBigImage(){ jQuery(‘.x_imgnewa‘).each(function(index){ if..
分类:Web程序   时间:2015-03-17 18:12:08    阅读次数:130
Print Nodes in Top View of Binary Tree
Top view of a binary tree is the set of nodes visible when the tree is viewed from the top. Given a binary tree, print the top view of it. The output ...
分类:其他好文   时间:2015-03-15 01:58:22    阅读次数:169
qt excel
/* QAxObject excel("Excel.Application"); excel.setProperty("Visible", false); QAxObject *work_books = excel.querySubObject("WorkBooks"); ...
分类:其他好文   时间:2015-03-12 15:01:26    阅读次数:300
SPOJ VLATTICE Visible Lattice Points 莫比乌斯反演 难度:3
http://www.spoj.com/problems/VLATTICE/明显,当gcd(x,y,z)=k,k!=1时,(x,y,z)被(x/k,y/k,z/k)遮挡,所以这道题要求的是gcd(x,y,z)==1的个数+{(x,y,0)|gcd(x,y)==1}的个数+3{(0,0,1),(0,1...
分类:其他好文   时间:2015-03-12 00:46:51    阅读次数:123
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!