main page

摘要: Ext.create('Ext.tab.Panel', { height: 400, renderTo: document.body, items: [{ xtype: 'panel', title: 'Inner Panel One', width: '100%', flex: 2 }, { xtype: 'panel', title: 'Inner Panel Two', width: 250, flex: 4 }, { x... 阅读全文
posted @ 2014-01-05 16:36 weipan 阅读(862) 评论(0) 推荐(0) 编辑
摘要: .left{ width:100px; height:100px; background-color:#eeeeee; border:1px solid green; float:left;}.right{ width:100px; height:100px; background-color:#aaaaaa; border:1px solid red; float:right;}#b{ width:100px; height:100px; background-color:#555555; border:1p... 阅读全文
posted @ 2013-06-14 16:41 weipan 阅读(336) 评论(8) 推荐(0) 编辑
摘要: yum&apt/etc/apt/sources.listdeb http://mirrors.163.com/debian/ squeeze main non-free contribdeb http://mirrors.163.com/debian/ squeeze-proposed-updates main non-free contribdeb-src http://mirrors.163.com/debian/ squeeze main non-free contribdeb-src http://mirrors.163.com/debian/ squeeze-proposed 阅读全文
posted @ 2013-05-21 22:35 weipan 阅读(208) 评论(0) 推荐(0) 编辑
摘要: 下载地址:http://www.oracle.com/technetwork/topics/winsoft-085727.html好像是六个文件,我都下载过来了页面最后面的安装说明:Installation Steps: 1. Download the appropriate Instant Client packages for your platform. All installations REQUIRE the Basic package. ... 阅读全文
posted @ 2013-05-15 13:21 weipan 阅读(2321) 评论(0) 推荐(0) 编辑
摘要: 来源:http://blog.csdn.net/lw0911/article/details/7348906<META HTTP-EQUIV="Cache-Control" CONTENT="no-cache,no-store, must-revalidate"><META HTTP-EQUIV="pragma" CONTENT="no-cache"><META HTTP-EQUIV="expires" CONTENT="0"> 阅读全文
posted @ 2013-05-09 13:29 weipan 阅读(158) 评论(0) 推荐(0) 编辑
摘要: (^\s*)|(\s*$)匹配左右空 阅读全文
posted @ 2013-04-28 16:48 weipan 阅读(90) 评论(0) 推荐(0) 编辑
摘要: ORA-01033: ORACLE initialization or shutdown in progressC:\Users\Administrator>sqlplus /nologSQL*Plus: Release 10.2.0.1.0 - Production on 星期五 4月 26 19:05:16 2013Copyright (c) 1982, 2005, Oracle. All rights reserved.SQL> connect sys/admin as sysdba;已连接。SQL> shutdown normal;ORA-01109: 数据库未打开已 阅读全文
posted @ 2013-04-26 19:12 weipan 阅读(275) 评论(0) 推荐(0) 编辑
摘要: 一段jsfunction cDiv(){var oDiv=document.createElement("div");oDiv.style.border="1px solid black";oDiv.style.position="absolute";oDiv.style.left="620px";oDiv.style.top="200px";//oDiv.style.width="528px";//oDiv.style.height="250px";oD 阅读全文
posted @ 2013-04-22 14:52 weipan 阅读(144) 评论(0) 推荐(0) 编辑
摘要: 保存为文件import java.io.File;import java.io.UnsupportedEncodingException;import java.util.List;import javax.servlet.http.HttpServletRequest;import javax.servlet.http.HttpServletResponse;import org.apache.commons.fileupload.FileItem;import org.apache.commons.fileupload.FileUploadException;import org.apac 阅读全文
posted @ 2013-04-22 11:02 weipan 阅读(230) 评论(0) 推荐(0) 编辑
摘要: 1 function setStyle(){ 2 Ext.fly('myBtn').on({'click':function(){ 3 //Ext.fly('myDiv').setStyle('backgroundColor','#ff0000'); 4 Ext.fly('myDiv').highlight(); 5 }}); 6 Ext.fly('myDiv').addClassOnOver('div_mouse_on'); 7 } 8 9 function app 阅读全文
posted @ 2013-04-22 08:32 weipan 阅读(2212) 评论(0) 推荐(0) 编辑