hp

1. 数据结构 二叉树的广度 . 深度算法等
2.unix 的命令 xargs
3.jdbc.hibernate 的区别 ( 批量操作 )
4.bmp.cmp hibernate
5.cmmi
6. 系统分析 . 设计模式 .uml
7. 数据库 . 乐观锁定或者悲观锁定
8.oss 整个体系的了解
1.用了哪些设计模式?类图
碰到了什么问题,如何解决?
2.有没有性能方面的瓶颈?
1).服务器.内存占用太大.参考是否有static内容不断占用资源.没有释放.
2).数据库层面需要重新设计表结构.增加索引index等.改进sql.可能的store
procedure.
3.还有ha?cluster?
在jboss中支持集群
4.有没有scalability方面的考虑
这个主要是利用一些设计模式来解决
5.数据库的事务级别
6.command observer模式的类图
7.多线程方面的东东
<script type="text/javascript"> var callCount = 0; function rmvScroll( msg ) { if ( ++callCount > 10 ) { msg.style.visibility = "visible"; } if ( callCount < 50 && ! imgsDone( msg ) ) { setTimeout( function() { rmvScroll( msg ); }, 200 ); return; } var delta = msg.offsetHeight - msg.clientHeight; var newWidth = 0; var newHeight = 0; delta = ( isNaN( delta )? 1 : delta + 1 ); if ( msg.scrollHeight > msg.clientHeight ) { newHeight = msg.scrollHeight + delta; } delta = msg.offsetWidth - msg.clientWidth; delta = ( isNaN( delta )? 1 : delta + 1 ); if ( msg.scrollWidth > msg.clientWidth ) { newWidth = msg.scrollWidth + delta; } msg.style.overflow = "visible"; msg.style.visibility = "visible"; if ( newWidth > 0 || newHeight > 0 ) { var ssxyzzy = document.getElementById( "ssxyzzy" ); var cssAttribs = ['#' + msg.id + '{']; if ( newWidth > 0 ) cssAttribs.push( 'width:' + newWidth + 'px;' ); if ( newHeight > 0 ) cssAttribs.push( ' height:' + newHeight + 'px;' ); cssAttribs.push( '}' ); try { ssxyzzy.sheet.deleteRule( 0 ); ssxyzzy.sheet.insertRule( cssAttribs.join(""), 0 ); } catch( e ){} } } function imgsDone( msg ) // for Firefox, we need to scan for images that haven't set their width yet { var imgList = msg.getElementsByTagName( "IMG" ); var len = ((imgList == null)? 0 : imgList.length); for ( var i = 0; i < len; ++i ) { var theImg = imgList[i]; if ( ! theImg.complete && "undefined" != typeof theImg.naturalWidth && theImg.naturalWidth == 0 ) { return false; } } return true; } var msg = document.getElementById( "message556111067552622841375511603489174941617935949" ); if ( oBw.agt.match( /gecko/ ) == "gecko" ) { if ( msg && "undefined" != typeof msg ) { rmvScroll( msg ); } } else { msg.style.visibility = "visible"; } </script>

1.反射:动态绑定
2.数据仓库
3.sql 效率优化 ,index ,store procedure
4.存储过程的编写,异常处理 pl/sql的异常和jdbc的异常
5.set/list区别:是否重复;排序
6.gridcomputing 如果用web service效率会低。看目前的做法,
7.bpel
7.web的session中一般放啥? 用户名,角色等
8.session的生命周期
9.soa/web services
10.服务器内存泄露:静态变量
11.junit的模拟数据工具
12.entity bean的缺点

 

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值