06 2014 档案
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Drawing;namespace BitMap{ /// /// Image 的摘要说明 ...
阅读全文
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Drawing;namespace BitMap{ /// /// Image 的摘要说明 ...
阅读全文
摘要:C#接口(interface)实例子(简单而经典)2008/12/04 10:04using System;using System.Collections.Generic;using System.Text;using System.Threading;namespace AppTest{ ...
阅读全文
摘要:在transparentBody.htm文件的标签中,我已经加入了style="background-color=transparent" 通过以下四种IFRAME的写法我想大概你对iframe背景透明效果的实现方法应该会有个清晰的了解: iframe是迫不得已才使用的,因为使用i...
阅读全文
摘要:create or replace function FilterMinganci(str in varchar) return varchar2 is filterWorld varchar2(1000); keyCount int;begin filterWorld := str; ...
阅读全文
摘要:手动创建了一个表格,但是id字段无法实现自增,查看了一下网上的信息,没有找到满意的答案。一下是自己总结摸索的,仅供参考第一步:手动创建表和列中的字段 (本例中,表明 T_VIDEO,第一个字段:ID)第二步:创建sequence,如图,第三步:创建触发器,如图,触发器的代码如下create or r...
阅读全文
摘要:正在加载预览内容,剩余时间...
阅读全文
摘要:姓名: 年龄: ID 姓名 年龄 ...
阅读全文
摘要:姓名: 年龄: ID 姓名 年龄 ...
阅读全文
摘要:本文摘自:http://www.cnblogs.com/duankaige/archive/2012/09/20/2695012.htmliframe的调用包括以下几个方面:(调用包含html dom,js全局变量,js方法)主页面调用iframe;iframe页面调用主页面;主页面的包含的ifra...
阅读全文
摘要:--拓展Oul.removeChild(this.parentNode);
阅读全文
摘要:11111111 22222222 33333333 44444444
阅读全文
摘要:IE 有firstChild所以是true,相反的,谷歌没有,会返回undifined
阅读全文
摘要:子类的position:absoulte;父类元素只有相对定位后,移动位置,子类才能跟着移动 子节点 firstChild firstElementChild lastChild last...
阅读全文
摘要:-----------点击“隐藏” 隐藏每行中的文字----------- 电风扇发隐藏 电松岛枫扇发隐藏 大幅度隐藏 合格后隐藏 的发的发的我隐藏
阅读全文
摘要://children 只包括元素节点,不包括文本节点 childNodes既包括元素节点,又包括文本节点可以通过alert(oU.children.leght);和alert(OUl.childNodes.length);进...
阅读全文
摘要:1 2 3 4 5 6 39 85 86 87 88 向左走 89 90 向右走 91 92 93 94 95 ...
阅读全文