`
tanlingcau
  • 浏览: 135874 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论
文章列表
weblogic以前版本有IP限制,总数为5,5个之后的IP无法访问。 在被Oracle收购之后,开发版本已经解除了限制,可以网站上下载相应版本的license替换原来限制版本内容即可 http://licensecodes.oracle.com/bea.html Weblogic Server Standard Edition 最低6.1 Weblogic Server Enterprise Edition 最低5.x
ALTER TABLE old_table_name RENAME TO new_table_name; or RENAME old_table_name to new_table_name; select tname from tab;

页面Size

var getPageSize = function () { var xScroll, yScroll; if (window.innerHeight && window.scrollMaxY) { xScroll = document.body.scrollWidth; yScroll = window.innerHeight + window.scrollMaxY; } else if (document.body.scrollHeight > document.body.offsetHei ...
var tbar2 = new Ext.Toolbar({ // renderTo : grid4.tbar, items : [{ text : 'text1', tooltip : 'information1', iconCls : 'option', handler : query }, '-', { text : 'text1', tooltip : 'information1', iconCls : 'save', handler : show }] }); var grid4 = n ...

文件完全授权

chmod [-cfhvR] [--help] [--version] user[:group] file... chmod testUser etl   把etl目录的所有权授予testUser
tomcat在启动时出现如下异常问题:         严重: IOException while loading persisted sessions: java.io.EOFException         严重: Exception loading sessions from persistent storage         分析:EOFException表示输入过程中意外地到达文件尾或流尾的信号,导致从session中获取数据失败。异常是tomcat 本身的问题,由于tomcat上次非正常关闭时有一些活动session被持久化(表现为一些临时文件),在重启时,tomcat尝 ...

判断表的主键

select a.table_name,b.column_name, b.position   from USER_CONSTRAINTS a, USER_CONS_COLUMNS b where a.constraint_name = b.constraint_name and a.constraint_type='P' and b.table_name = 'ETL_NODE_RUN_CFG'; (select c.COLUMN_ID, c.COLUMN_NAME, c.DATA_TYPE, c.DATA_LENGTH, c.NULLABLE,'N' ISPK FROM ALL_T ...
style="cursor:default" hand,pointer:是手型。    crosshair:是十字型,就是小乌龟首页所用的样式。    text:是平时鼠标移动到文本上的样式。    wait:是等待的效果。    default:是默认的那种效果。    help:是带问号的鼠标样式。    e-resize:是向右的箭头。    ne-resize:是向右上方的箭头。    n-resize:是向上的箭头。    nw-resize:是向左上方的箭头。    w-resize:是向左的箭关。    sw-resize:是向左下的箭头。    s-re ...
在tomcat6和weblogic9及以上,对clob的字段处理和其它字段的处理是一样的,没有区别,只是在取出来时需要经过一定的转换,转换成String。 网上很多关于Clob字段在tomcat连接池和weblogic连接池的特殊处理,估计都是版本的问题。希望转载的人能负点责任,不要再把04年的东西放在10年来讲。

sqlload 的格式

/ora10g/product/10.2.0/bin/sqlldr userid=petl/petl@DSSDB control=/etl/filehome/runner1/load/tmp/L136142etl_test_1_merge_20100315verf.ctl direct=false errors=100 bad=/etl/filehome/runner1/load/tmp/L136142etl_test_1_merge_20100315verf.bad log=/etl/filehome/runner1/load/tmp/L136142etl_test_1_merge_20100 ...
1. If you have another machine that is working try the following, make a copy of the files in %oracle_home%\rdbms\mesg. From a working machine copy those same files to the same folder on the non working machine. 2. If they have more then 1 oracle home, ensure the correct oracle home is set 数据库安装不完 ...

oracle 删除列

alter table tableName drop column cloumnName;
关于在IE中使用Extjs出现“拒绝访问”的问题: IE安全级别过高:工具--internet选项--安全--自定义级别--其它--通过域访问数据源 设置为可用就可以了 这段时间又发现了一个问题,每次从svn重新更新项目时,这样设置IE的情况下还是拒绝访问。 后来发现是因为在设计时没设计好,js里使用了绝对路径,因此是跨域访问的。 把绝对路径改过来,一切OK。 另外关于下载下来的ExtAPI文档打开时说"拒绝访问",如何解决?见链接http://www.iteye.com/problems/25593 ExtAPI需要放在web容器中,或者加上Mark of the W ...
在server.xml中增加或修改URLEncoding <Connector port="8080" protocol="HTTP/1.1" connectionTimeout="20000" redirectPort="8443" URIEncoding="UTF-8"/>
<2010-2-23 下午08时22分53秒 CST> <Error> <Deployer> <BEA-149265> <Failure occured in the execution of deployment request with ID '1266927773359' for task '4'. Error is: 'weblogic.management.DeploymentException: [J2EE:160177]The application at "D:\bea\user_projects\domains\b ...
Global site tag (gtag.js) - Google Analytics