谈笑有鸿儒,往来无白丁

在恰当的时间、地点以恰当的方式表达给恰当的人...  阅读的时候请注意分类,佛曰我日里面是谈笑文章,其他是各个分类的文章,积极的热情投入到写博的队伍中来,支持blogjava做大做强!向dudu站长致敬>> > 我的微博敬请收听

对java开发人员的要求:

1、掌握Spring、Struts,Hibernate(或ibatis);

2、熟练使用SQLSERVER 、oracle、 mysql数据库系统一种或以上;

3、熟练使用Tomcat、jboss、websphere 等J2ee服务器一种或以上;

4、熟练使用eclipse等Java开发工具;

5、熟悉javascript编程,使用过ext或者dwr的优先考虑;

6、有团队合作精神和良好的沟通能力及心理素质,责任心强

7、有JBPM使用经验者优先考虑

8、有AJAX使用经验者优先

符合以上条件三条以上者工作年限不限

最近想招聘一批java的开发人员,简单要求写一下

posted on 2008-10-10 10:06 坏男孩 阅读(980) 评论(4)  编辑  收藏 所属分类: 项目管理

FeedBack:
# re: 对java开发人员的要求-工作地点济南
2008-10-12 12:54 | coding
以上技术我都用过,但不是真实项目  回复  更多评论
  
# re: 对java开发人员的要求-工作地点济南[未登录]
2008-10-17 11:09 | a
--print '数据库写性能测试...'
set nocount on
use hswinrun2
go
if not exists(select 1 from hswinrun2..sysobjects where name = 'testcontrol')
begin
create table testcontrol(status1 int)
insert testcontrol values(0)
end
go


if exists(select 1 from hswinrun2..sysobjects where name = 'testaa')
drop table testaa
go
create table testaa (i1 int, c2 char(200))
create index idx_testaa on testaa (i1)
go
truncate table testaa
go

Declare @ii int,
@s_time datetime,
@e_time datetime,
@e_time_x datetime,
@e_time_r datetime,
@iMax bigint

set @iMax=10000
select @ii = 1
while exists(select 1 from testcontrol where status1 = 1)
begin
select @ii = 1
end

select @s_time = getdate()
While @ii <= @iMax
Begin
Insert testaa values(@ii, 'adkdkddkfjslfjasdfja')
Select @ii = @ii + 1
End
select @e_time = getdate()
select '插入耗时' + convert(varchar, datediff(ms, @s_time, @e_time)) + '毫秒'

--drop table testaa


--print '数据库索引性能测试...
select @ii=@iMax
while @ii>=(@iMax-50)
begin
select * from testaa where i1=@ii
select @ii=@ii-1
end

select @e_time_x = getdate()
select '索引耗时' + convert(varchar, datediff(ms, @e_time, @e_time_x)) + '毫秒'

--print '测试大量数据读取性能...'
select * from testaa
select @e_time_r = getdate()
select '读取耗时' + convert(varchar, datediff(ms, @e_time_x, @e_time_r)) + '毫秒'

drop table testaa
  回复  更多评论
  
# re: 对java开发人员的要求-工作地点济南
2008-10-25 23:47 | 小Xiong
在校大学生要不要呢?想实习一下。我在自学SSH 数据库懂会MYSQL 和SQL SERVER  回复  更多评论
  
# re: 对java开发人员的要求-工作地点济南
2008-10-29 23:55 | Z.Andgy
工作3年得,以上技术都使用过的,给几K  回复  更多评论
  
# re: 对java开发人员的要求-工作地点济南
2009-03-27 20:29 | 谢云超
条件有点低吧。  回复  更多评论
  

只有注册用户登录后才能发表评论。


网站导航: