码迷,mamicode.com
首页 >  
搜索关键字:here document    ( 26655个结果
XML 存储文档
package com.kpsh.myself;import java.io.File;import java.io.FileWriter;import org.dom4j.Document;import org.dom4j.DocumentHelper;import org.dom4j.Eleme...
分类:其他好文   时间:2014-07-22 23:15:52    阅读次数:301
图片旋转js代码
functionrotateImage(imgId){imageToRotate=document.getElementById(imgId);imageToRotate.style.filter="progid:DXImageTransform.Microsoft.Matrix(sizingMet...
分类:Web程序   时间:2014-07-22 23:14:36    阅读次数:386
javascript学习6-练习之3二分查找算法
二分查找算法,对数据进行查找并且显示位置。核心思想:将所查找数据与查询数组中间的数进行比较,findValrightIndex) 8 { 9 // 提示找不到,防止无穷递归10 document.write("找不到");11 retur...
分类:编程语言   时间:2014-07-22 23:09:35    阅读次数:304
获取屏幕宽度、浏览器宽度、网页高度,宽度信息
视图模式innerWidth/innerHeight属性(窗口大小)window.innerHeightwindow.innerWidthwindow.pageYOffset:Netscape属性,指的是滚动条顶部到网页顶部的距离网页可见区域宽:document.body.clientWidth网页...
分类:Web程序   时间:2014-07-22 23:07:34    阅读次数:307
CSS遮罩层
只需要样式控制即可!.bg {background: #000;position: absolute;top: 0;left: 0;width: 100%;height: 100%;filter: alpha(opacity=35);-moz-opacity: 0.35;opacity: 0.35;...
分类:Web程序   时间:2014-05-01 16:27:52    阅读次数:980
Lodop6 以上打印控件使用,详参考自带说明文档,打印样式及文字大小要特殊设置一下
关键这句var strBodyStyle = "";var strFormHtml = strBodyStyle + "" + document.getElementById("div1").innerHTML + "";把样式带进来
分类:其他好文   时间:2014-05-01 14:10:55    阅读次数:391
Reverse Integer
Reverse digits of an integer.Example1:x = 123, return 321Example2:x = -123, return -321Have you thought about this?Here are some good questions to ask...
分类:其他好文   时间:2014-05-01 01:20:59    阅读次数:334
使用RMAN DUPLICATE...FROM ACTIVE DATABASE创建物理standby database
Applies to: Oracle Server - Enterprise Edition - Version 11.1.0.6 to 11.2.0.4 [Release 11.1 to 11.2]Information in this document applies to any platfo...
分类:数据库   时间:2014-04-30 15:38:17    阅读次数:624
MongoDB与Mysql常用命令解释
原文本文旨在介绍MongoDB,Mysql的常用命令:将MongoDB 和传统的关系型数据库的常用命令对照起来学习,更加便于记忆和理解。mongodb与mysql命令对比MongoDB是由数据库(database/repository)、集合(collection)、文档对象(document)三个...
分类:数据库   时间:2014-04-30 14:37:33    阅读次数:745
打造IE6的position:fixed整理篇
fixed真的是一个很好的属性。特别是做弹层的时候。可惜的是“国内主流浏览器”IE6大大不支持。一般的我们都会通过CSS中的表达式来解决这个问题。.fixed {position:absolute;left:expression(eval(document.documentElement.scrol...
分类:其他好文   时间:2014-04-30 13:43:11    阅读次数:341
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!