- 浏览: 45303 次
- 性别:
- 来自: 深圳
最新评论
-
陈碧滔:
DGCX 写道这个,我想问一下。这个方法写在哪啊??直接写在j ...
Ext获取grid选中列的值 -
DGCX:
这个,我想问一下。这个方法写在哪啊??直接写在js中还是在那个 ...
Ext获取grid选中列的值 -
陈碧滔:
Jdk 发布时间表
版本号 名称 中文名 发布日期
JDK ...
Linux启用夏令时,跳变后导致容器日志时间和系统时间相差一小时
文章列表
在每一列的列头加上,renderer:showTip;
{header: "<s:text name="report.enabled">", dataIndex: 'strEnabled', width: 0, sortable: true ,menuDisabled : true,renderer:showTip }
//表格中每一列的tip提示
function showTip(data, metadata, record, rowIndex, columnIndex, store){
...
面试java高级工程师、项目经理等的常见问题
- 博客分类:
- Java
转自博客园 http://www.blogjava.net/xiaosao/archive/2007/11/09/159386.html
http://paulandjoy.javaeye.com/blog/1263151、 类、对象的概念: 1) 类:具有共同属性和行为的对象的抽象。类是创建对象的模板。 2) 对象:现实世界中的实体。在计算机中, ...
http://bbs.gfan.com/thread-3441254-1-1.html
http://zhidao.baidu.com/question/316648161.html
ADW桌面
http://jingyan.baidu.com/article/925f8cb833d365c0dce0567d.html
http://search.cnpat.com.cn
http://www.sipo.gov.cn
http://www.soopat.com
http://shop.huawei.com
http://sourceforge.net
http://www.springsource.org
http://subversion.apache.org
http://stackoverflow.com
http://www.sun.com
https://support.cdmatech.com
...
http://www.kerneltravel.net
http://k.hisoft.com
http://www.latticesemi.com
http://www.lenovo.com
http://www.lightreading.com
http://www.linear.com
http://www.linuxforum.net
http://www.linuxsir.org
http://www.loveunix.net
http://maxim-ic.com
http://w ...
http://www.debian.org
http://www.dell.com
http://developer.apple.com
http://www.dianyuan.com
http://download.itpub.net
http://www.eclipse.org
http://ectonline.tsmc.com
http://www.eet-china.com
http://www.eetimes.com
http://www.eetop.cn
http://www.e ...
http://10086.cn
http://www.21dianyuan.com
http://www.21ic.com
http://www.3gpp.org
http://www.3gpp2.org
http://www.51testing.com
http://www.52rd.com
http://www.agilent.com
http://www.agentpp.com
http://www.alcatel-lucent.com
http://www.alldata ...
莲蓬乳
空手指
琵琶蟾蜍
妹妹背着洋娃娃
HelloKitty藏尸案
凤姐
香港93年广九铁路广告
幽媾之往生
嫁衣
巨人观
蜱虫狗
葡萄胎
深海恐惧症
豚鼠实验
米国内裤
恒河浮尸
浴室自杀二十天
伊波拉病毒
两女一杯
欧美海军聚会
闲花野草逢春生
蜗牛人
楚人美粤剧
将Ext的showConfirm按钮聚焦到no上
- 博客分类:
- Ext
在Ext做删除操作时,弹出提示问是否要删除,默认是聚焦在确认按钮上,但是业务上需要将聚焦定位在取消上,防止误删除,用以下方法可以实现。
var dlg = Ext.Msg.confirm('Confirm', 'Do you really want to do this?', fnDoThis).getDialog();dlg.defaultButton = 2;dlg.focus();
getDialog()获得的是Window。dlg下面还有好多方法,和Window下的方法和属性是一样的,因为dlg就是一个Window对象所以dlg可以setWidth等等和Window使用方法一样了
日志时间与系统时间相差一小时解决方案一、 分析2007年10月分,夏令时曾经做更改,2007年与之前发布的jdk版本均有此问题,2007年后发布的jdk版本不会出现此bug。一线版本jdk为1.5是2004年发布的,通常升级jdk风险太多,所以用以下方法升级时区文件来解决此问题。已在SUSE Linux Enterprise server 11上测试通过。参考资料:http://www.oracle.com/cn/technologies/java/tzupdater-readme-136440.html时区更新下载:http://www.oracle.com/technetwork/java/ ...
DROP TABLESPACE cbtpro INCLUDING CONTENTS AND DATAFILES;DROP TABLESPACE cbtpro_index0 INCLUDING CONTENTS AND DATAFILES;/
create tablespace cbtpro datafile '/oradata/cbtpro/cbtpro.dbf' size 512mautoextend onnext 100m MAXSIZE UNLIMITEDextent management local;/
create table ...
回收站.{645ff040-5081-101b-9f08-00aa002f954e}
回收站(满).{5ef4af3a-f726-11d0-b8a2-00c04fc309a4}
拨号网络.{992CFFA0-F557-101A-88EC-00DD010CCC48}
打印机.{2227a280-3aea-1069-a2de-08002b30309d}
控制面板.{21ec2020-3aea-1069-a2dd-08002b30309d}
网上邻居.{208D2C60-3AEA-1069-A2D7-08002B30309D}
图标clsid=windowsmedia 文件名.{00020 ...
在每一列的列头加上,renderer:showTip;
{header: "<s:text name='report.enabled'/>", dataIndex: 'strEnabled', width: 0, sortable: true ,menuDisabled : true,renderer:showTip }
//表格中每一列的tip提示
function showTip(data, metadata, record, rowIndex, columnIndex, store){
...
1.算术异常类:ArithmeticExecption
2.
3.空指针异常类:NullPointerException
4.
5.类型强制转换异常:ClassCastException
6.
7.数组负下标异常:NegativeArrayException
8.
C3P0连接池连接异常错误解决2009-08-12 10:37当并发量大的时候,C3P0连接池会出现如下异常信息:
Caused by: java.sql.SQLException: An attempt by a client to checkout a Connection has timed out.at com.mchange.v2.sql.SqlUtils.toSQLException(SqlUtils.java:106)at com.mchange.v2.sql.SqlUtils.toSQLException(SqlUtils.java:65)at com.mchange.v2.c ...
- 2011-06-27 20:46
- 浏览 6968
- 评论(0)