摘要: var iframe = document.createElement("iframe");iframe.src = "http://www.wfuyu.com"; if (!/*@cc_on!@*/0) { //如果不是 IEiframe.onload = function(){alert("本地 阅读全文
posted @ 2021-08-30 09:36 v17166570219 阅读(107) 评论(0) 推荐(0)
摘要: 1.Margin & Padding 例1: .div { margin-top:10px; margin-right: 5px; margin-bottom:30px; margin-left:0px; }.div { margin:10px 20px 0; } 例3 : .div { margi 阅读全文
posted @ 2021-08-28 15:38 v17166570219 阅读(820) 评论(0) 推荐(0)
摘要: /* trim the blank chars at the begining/end of the string. */String.prototype.trim = function(){return this.replace(/^s+|s+$/g, '');}; function print( 阅读全文
posted @ 2021-08-28 15:11 v17166570219 阅读(142) 评论(0) 推荐(0)
摘要: }function printpreview(){ // 打印页面预览 wb.execwb(7,1);}function printit(){ if (confirm('肯定打印吗?')){ wb.ExecWB(6,1) //wb.execwb(1,1)//打开 //wb.ExecWB(2,1);/ 阅读全文
posted @ 2021-08-28 10:03 v17166570219 阅读(57) 评论(0) 推荐(0)
摘要: <html> <meta http-equiv="content-type" content="text/html;charset=UTF⑻"/> <head> <body> <center> <!--空格 --> <!--img src="与html文件位置相同或本地url或网络url" widt 阅读全文
posted @ 2021-08-27 10:50 v17166570219 阅读(34) 评论(0) 推荐(0)
摘要: <style type="text/css"><!--#demo {background: #FFF;overflow:hidden;border: 1px dashed #CCC;width: 500px;}#demo img {border: 3px solid #F2F2F2;}#indemo 阅读全文
posted @ 2021-08-27 09:46 v17166570219 阅读(88) 评论(0) 推荐(0)
摘要: " http://vimdoc.sourceforge.net/htmldoc/usr_41.html """"""""""""""""""""""""""""" " 工具函数 """""""""&q 阅读全文
posted @ 2021-08-26 17:12 v17166570219 阅读(90) 评论(0) 推荐(0)
摘要: 包 com.hjy.ssh.action; 进口 com.hjy.ssh.beans.AbstractApply; 导入 java.lang.reflect.Method; 导入 java.lang.reflect.Proxy; 导入 javax.annotation.Resource; 导入 or 阅读全文
posted @ 2021-08-26 16:41 v17166570219 阅读(39) 评论(0) 推荐(0)
摘要: [java] view plaincopy在CODE上查看代码片派生到我的代码片public class Deadlock extends Object { private String objID; public Deadlock(String id) { objID = id; } public 阅读全文
posted @ 2021-08-26 09:31 v17166570219 阅读(47) 评论(0) 推荐(0)
摘要: layoutChildrenView(){ int childrenCount = listData.size(); int singleWidth = (totalWidth - gap * (3 - 1)) / 3; int singleHeight = singleWidth; //根据子视图 阅读全文
posted @ 2021-08-26 09:14 v17166570219 阅读(54) 评论(0) 推荐(0)