上一页 1 ··· 8 9 10 11 12
摘要: 根据ID取值 if(document.getElementById("type")){ document.getElementById("type").value=type; } 阅读全文
posted @ 2018-08-28 16:43 萧韶九成 阅读(121) 评论(0) 推荐(0)
摘要: var str = "A"; var code = str.charCodeAt();//字符对应的数字 str = String.fromCharCode(code);//数字对应的字符 阅读全文
posted @ 2018-08-28 16:42 萧韶九成 阅读(209) 评论(0) 推荐(0)
摘要: 概述 动态调整窗口的大小。 语法 window.resizeTo(aWidth, aHeight) 参数 aWidth 是一个整数,表示新的 outerWidth(单位:像素)(包括滚动条、窗口边框等)。 aHeight 是一个整数,表示新的 outerHeight(单位:像素)(包括滚动条、标题栏 阅读全文
posted @ 2018-08-28 16:42 萧韶九成 阅读(219) 评论(0) 推荐(0)
摘要: inline-block(元素前后无换行符) 阅读全文
posted @ 2018-08-28 16:41 萧韶九成 阅读(185) 评论(0) 推荐(0)
摘要: str.replace('正则', 替换为); str.replace(/\\/,/);//斜杠替换 str.replace(/想要替换的字符串/,/);//斜杠替换 实例 要替换的内容:) 实际代码:value = value.replace(/(/g, '('); 备注: 阅读全文
posted @ 2018-08-28 16:41 萧韶九成 阅读(194) 评论(0) 推荐(0)
摘要: var list = {};//声明 List[0] = 52;//赋值 List[1] = 57;//赋值 阅读全文
posted @ 2018-08-28 16:37 萧韶九成 阅读(80) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2018-08-28 16:36 萧韶九成 阅读(36) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2018-08-28 16:32 萧韶九成 阅读(9) 评论(0) 推荐(0)
摘要: 居右 style="float:right;" 文字底部对齐(默认居中对齐) vertical-align:bottom; 文字居中 text-align:middle text-align:center margin:0px auto; 字体 左右居中:text-align : center; 上 阅读全文
posted @ 2018-08-28 16:29 萧韶九成 阅读(165) 评论(0) 推荐(0)
摘要: 模板1:TD - 普通输入框 <input dojoType="bootstrap.form.ValidationTextBox" dojoAttachPoint="edtDevName" maxLength=50 trim="true" regExp="[\u4e00-\u9fa5A-Za-z0- 阅读全文
posted @ 2018-08-28 16:27 萧韶九成 阅读(213) 评论(0) 推荐(0)
摘要: div赋值 <div dojoAttachPoint="genderWoman"></div> this.genderWoman.innerHTML = "宝宝萌萌哒!";//只显示文字 也可以赋值html内容 阅读全文
posted @ 2018-08-28 16:22 萧韶九成 阅读(111) 评论(0) 推荐(0)
摘要: 四舍五入 保留2位小数 number.toFixed(2) 阅读全文
posted @ 2018-08-28 16:22 萧韶九成 阅读(119) 评论(0) 推荐(0)
摘要: 设置背景色 background-color:black; 设置本地背景图片 <body background="image/01.PNG"> 设置网络背景图片 <body style="background-image:url(http://pic4.nipic.com/20090821/2267 阅读全文
posted @ 2018-08-28 16:20 萧韶九成 阅读(134) 评论(0) 推荐(0)
摘要: 图片替换、添加 天地 - 地图 - 业务菜单图片位置 替换css样式: apps\GIS\TdMap\css\tdMapLayout_white.css apps\GIS\TdMap\css\tdMapLayout_black.css 白界面 D:\chengXu\YiZhangTu\Easy7_Y 阅读全文
posted @ 2018-08-28 16:19 萧韶九成 阅读(93) 评论(0) 推荐(0)
摘要: 网页中的坐标 window.event.clientX window.event.clientY 或者 event.client event.client Div中的坐标 直接绑定onclick或者onmousedown 不用写参数 event.offsetX, event.offsetY 阅读全文
posted @ 2018-08-28 16:16 萧韶九成 阅读(112) 评论(0) 推荐(0)
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2018-08-28 16:15 萧韶九成 阅读(8) 评论(0) 推荐(0)
摘要: var name = document.getElementsById("mainStack"); 阅读全文
posted @ 2018-08-28 16:07 萧韶九成 阅读(97) 评论(0) 推荐(0)
摘要: 文字重影 问题:不可编辑输入框内的文字有重影问题 解决方案:将disable换为readonly 阅读全文
posted @ 2018-08-28 16:07 萧韶九成 阅读(101) 评论(0) 推荐(0)
摘要: 外边距:margin - margin:上 右 下 左; 内边距:padding margin-top:上外边距 margin-bottom:下外边距 margin-left:左外边距 margin-right:右外边距 阅读全文
posted @ 2018-08-28 16:05 萧韶九成 阅读(499) 评论(0) 推荐(0)
摘要: 回车事件 this.connects.push(dojo.connect(this.searchCustominput, "onkeydown", this, this.onKeyDown_Search)); onKeyDown_Search: function(e){ if (e.keyCode 阅读全文
posted @ 2018-08-28 16:03 萧韶九成 阅读(94) 评论(0) 推荐(0)
摘要: 问题描述 Ora-00906:missing left parenthesis 问题原因 varchar和varchar2 必须指定长度,不然会报错 阅读全文
posted @ 2018-08-28 15:11 萧韶九成 阅读(2184) 评论(0) 推荐(0)
摘要: Oracle wm_concat()函数oracle wm_concat(column)函数使我们经常会使用到的,下面就教您如何使用oraclewm_concat(column)函数实现字段合并如:shopping: u_id goods num 1 苹果 2 2 梨子 5 1 西瓜 4 3 葡萄 阅读全文
posted @ 2018-08-28 15:05 萧韶九成 阅读(10815) 评论(0) 推荐(0)
摘要: INSERT INTO TAB_ITS_CAPLOG ( LKBH, CDBH, FXBH, ZJBH) SELECT LKBH, CDBH, FXBH, ZJBHFROM TAB_ITS_CAPLOG_ALARMWHERE ID IN (159, 160) 阅读全文
posted @ 2018-08-28 15:04 萧韶九成 阅读(575) 评论(0) 推荐(0)
摘要: Orcalalter table 表名 modify 字段名 default 默认值;ALTER TABLE TAB_ITS_CAPLOG_ALARM MODIFY I_FLAG1 DEFAULT 0; Mysqlalter table TRAFFIC_EVENT_INFO add column W 阅读全文
posted @ 2018-08-28 15:00 萧韶九成 阅读(658) 评论(0) 推荐(0)
摘要: 运行完升级包后,正常的现象 开头: 结尾: 阅读全文
posted @ 2018-08-28 14:57 萧韶九成 阅读(432) 评论(0) 推荐(0)
摘要: 删除触发器 基本语句如下﹕ drop trigger trigger_name 修改触发器 基本语句如下﹕ alter trigger trigger_name on {table_name | view_name} {for | After | Instead of } [ insert, upd 阅读全文
posted @ 2018-08-28 14:55 萧韶九成 阅读(194) 评论(0) 推荐(0)
摘要: 用navicat 右键Easy7,选择“数据传输” 在常规里,选择文件,选好存放路径,有的表数据较大,不用传回来,比如:带caplog(过车数据),带flux(流量),-log的 在高级里,使用完整插入语句 备注 用这个方法赋值的数据表,没有主键 阅读全文
posted @ 2018-08-28 14:51 萧韶九成 阅读(167) 评论(0) 推荐(0)
摘要: 复制虚拟机 在虚拟机关机状态下,选中一个虚拟机,文件 - 导出 - 导出OVF模板,导出成功后,再文件 - 部署OVF模板(修改IP、MAC、主机名称) 阅读全文
posted @ 2018-08-28 13:27 萧韶九成 阅读(239) 评论(0) 推荐(0)
摘要: Xshell 5安装步骤(带安装包):http://www.cnblogs.com/ysocean/p/7702243.html 阅读全文
posted @ 2018-08-28 13:17 萧韶九成 阅读(137) 评论(0) 推荐(0)
摘要: sublime常用快捷键Ctrl + / 注释 Ctrl + 滚动 字体变大/缩小 Ctrl + N 新建 Ctrl + 回车 添加一行空行 Ctrl + Shift +V 粘贴过程中保持缩进 Alt + F3 选中选择的词 Ctrl + W 关闭当前文档 Ctrl + H 替换 Ctrl + D 阅读全文
posted @ 2018-08-28 13:16 萧韶九成 阅读(163) 评论(0) 推荐(0)
摘要: 第一步 编辑 tomcat下的文件startup.sh文件,我的路径是 /root/apache-tomcat-6.0.24/bin/startup.sh 命令:vim startup.sh将declare -x CATALINA_OPTS="-Xdebug -Xrunjdwp:transport= 阅读全文
posted @ 2018-08-28 11:28 萧韶九成 阅读(150) 评论(0) 推荐(0)
摘要: 1、新建一个Java Project项目,在scr中创建两个包:Com.hibernate.po 和com.hibernate.dao 2、 3、点击ok 4、 5、选中MyElipse Derby,点击鼠标右键,点击new,出现对话框 6、填写对话框中的配置信息 - MySQL和oracle配置不 阅读全文
posted @ 2018-08-28 10:40 萧韶九成 阅读(268) 评论(0) 推荐(0)
摘要: 问题描述: 导入虚拟电脑 D:\LR\虚拟机相关\CentOS-6.7-x86_64-2G-40G-oracle-IP9\CentOS-6.7-x86_64-2G-40G-oracle-IP9.ovf失败. Could not create the imported medium 'C:\Users 阅读全文
posted @ 2018-08-22 15:52 萧韶九成 阅读(9582) 评论(0) 推荐(0)
上一页 1 ··· 8 9 10 11 12