使用div+iframe实现弹窗除了使用实际的弹出窗口,还可以使用控制一个div的display属性来模拟一个弹出窗口的操作,这里使用在Div里放一个iFrame的方式,主要考虑到可以在需要的时候加载弹出窗口的内容,减少主窗口的数据量。通是还要考虑的一个问题就是用户在完成一次选择后,当重复打开选择框...
分类:
其他好文 时间:
2014-07-31 12:18:46
阅读次数:
271
Red and BlackTime Limit:2 Seconds Memory Limit:65536 KBThere is a rectangular room, covered with square tiles. Each tile is colored either red or blac...
分类:
其他好文 时间:
2014-07-31 12:18:26
阅读次数:
213
转载出处:http://blog.csdn.net/hellphenix/archive/2008/03/19/2198226.aspxIrrlicht游戏引擎主要是由一个名叫Nikolaus Gebhardt奥地利人所设计,是sourceforge上的一个开源项目,也是著名的开源游戏引擎。Irrl...
分类:
其他好文 时间:
2014-07-31 12:17:16
阅读次数:
210
window.location.href = "Index.aspx"; 当前页面打开window.open("Index.aspx") 打开新页面url传参 ResourceEdit.aspx?IsManager=1&ID=2获取url参数 request("IsManager")=1 funct...
分类:
其他好文 时间:
2014-07-31 12:16:26
阅读次数:
225
前台:document.getElementById("").value = 3; document.getElementById("").click(); 后台: protected void btnSearch_Click(object sender, EventArgs e) { Bin...
分类:
其他好文 时间:
2014-07-31 12:16:16
阅读次数:
133
$("#lblContents :checkbox").each(function () { if (this.checked) { this.checked = false; ids =""; } else { this.checked = true; ids += $(this)....
分类:
其他好文 时间:
2014-07-31 12:15:46
阅读次数:
237
Agri-Net Time Limit:1000MS Memory Limit:10000KB 64bit IO Format:%I64d & %I64uSubmit StatusDescription Farmer John ...
分类:
其他好文 时间:
2014-07-31 12:15:26
阅读次数:
242
There are two sorted arrays A and B of size m and n respectively. Find the median of the two sorted arrays. The overall run time complexity should be ...
分类:
其他好文 时间:
2014-07-31 12:14:56
阅读次数:
222
for /l %%p in (x,1,y) do @ping 192.168.1.%%p -n 1 >> c:\1.txt保存为1.bat,其中比如ping 192.168.1.1~192.168.1.255,则x为1,y为255。输出在C盘下面1.txt。每次ping一个包。然后再在命令行下面运行...
分类:
其他好文 时间:
2014-07-31 12:14:46
阅读次数:
421
字体闪烁function changeColor() { var color = "#336699|red"; color = color.split("|"); document.getElementById("blink").style.color = color[parseInt(Math.r...
分类:
其他好文 时间:
2014-07-31 12:14:26
阅读次数:
230
%d 按照十进制整形数打印; %o 按照八进制整形数打印; %x 按照十六进制整形数打印; %c 表示字符 %s 表示字符串 %% 表示%本身打印; %ld long型输出”幻数“: #define 名字 替换文本 #define NUM 100++i, 比...
分类:
其他好文 时间:
2014-07-31 12:14:06
阅读次数:
213
using System; using System.Collections.Generic; using System.Linq; using System.Text; using graphlei;namespace graphlei { /// /// 图形类 /// public...
分类:
其他好文 时间:
2014-07-31 12:13:16
阅读次数:
247
HTML的元素有多种display属性,比较常见的有display:none; display:block; display:inline和display:inline-block;等。详细可参阅W3Schools文档。有些HTML元素自然地带有display:block;样式属性,比如...,,,...
分类:
其他好文 时间:
2014-07-31 12:13:06
阅读次数:
174
2014年7月23日,《打造高效率产品测试体系—研发测试管理》内训在东莞市松山湖高新区某大型企业举办,来自技术管理、研发、测试、生产等部门的核心骨干人员共60多人等参加了此次培训,此次培训由研发管理资深顾问、产品测试专家杨学明先生主讲,本次课程采用全程案例分析讲解,让学员从一开始就融入到产品测试的场...
分类:
其他好文 时间:
2014-07-31 12:12:56
阅读次数:
156
解法:用栈,注意栈的用法和switch的用法 1 class Solution { 2 public: 3 bool isValid(string s) { 4 5 stack istack; 6 string::iterator p=s.b...
分类:
其他好文 时间:
2014-07-31 12:12:46
阅读次数:
229
从哪几方面关注环保项目国家以及政府在过去30年间,重经济发展,轻视环境保护导致了在过去几年中,我国的环境问题短期内集中爆发。在水环境方面,饮用水源地越来越少,水质重金属超标事件层出不穷。在大气环境方面,雾霭从北方开始向南方城市蔓延。在农村环境方面,土壤污染已经成为迫在眉睫的问题。在城市环境方面,垃圾...
分类:
其他好文 时间:
2014-07-31 12:12:36
阅读次数:
206