public void onPageSelected(int position) {}方法中得到radiobutton时,最好通过(RadioButton) this.radioGroup.findViewById(position)来寻找;但是前提是为radiogroup中的每一个radiobut...
分类:
其他好文 时间:
2014-09-17 11:53:02
阅读次数:
195
北京网站建设-恒动时空一. 二进制转换成图片MemoryStream ms = new MemoryStream(bytes);ms.Position = 0;Image img = Image.FromStream(ms);ms.Close();this.pictureBox1.Image二. C...
分类:
其他好文 时间:
2014-09-16 23:40:11
阅读次数:
321
文件读写、游标seekg函数原型: istream &seekg( off_type offset, ios::seekdir origin ); istream &seekg( pos_type position );函数seekg()用于输入流,而且它将又一次设置"get"指针到当前流的从ori...
分类:
其他好文 时间:
2014-09-16 23:20:51
阅读次数:
176
解决办法:父级元素加上position:relative;并设置z-index.父级元素的z-index优先,其中包含的元素的z-index是相对于父级元素的index. ...(要在上层显示的内容)...上面的例子中,倘若将第一个div的z-index设置为-1,则无论p的z-index为多少,多...
分类:
其他好文 时间:
2014-09-16 18:37:10
阅读次数:
165
position: fixed;_position: absolute;right: 0;_right: -1px;top: 80px;_bottom: auto;z-index: 2147483647;_top: expression(eval(document.documentElement.s...
分类:
其他好文 时间:
2014-09-16 15:45:10
阅读次数:
144
http://blog.csdn.net/zuoyamin/article/details/8813424World Space(世界坐标):我们在场景中添加物体(如:Cube),他们都是以世界坐标显示在场景中的。transform.position可以获得该位置坐标。Screen Space(屏幕...
分类:
其他好文 时间:
2014-09-16 15:37:30
阅读次数:
186
代码如下:window.alert = function(str) { var shield = document.createelement(div); shield.id = shield; shield.style.position = absolute; shield.style.left ...
分类:
Web程序 时间:
2014-09-16 12:17:30
阅读次数:
266