岗位职责:
式样理解 -> 软件开发 -> 单体测试
任职要求:
1、 大专以上学历;计算机科学相关专业;
2、 熟悉面向对象的程序设计,具有2年以上JAVA WEB开发经验;
3、 熟悉Java及Web的开发和应用,熟练掌握Ajax、XML、HTML/XHTML、CSS、DIV、JS、Jquery等Web页面技术;
4、 熟悉J2EE规范,熟练使用struts、spring、ibatis、hibernate等开发框架;能够对目前市场的主流框架有一定的研究;
5、 熟悉基于常用类型数据库(MYSQL/ORACLE/DB2/SQL SERVER)的开发;
6、 熟悉Linux及Windows操作系统;
7、 愿意主动沟通,能够快速学习,能够承受压力。
8、 有日语基础优先。
绿色通道:
int phoneNos[] = { 1, 3, 4, 5, 7, 8 };
int indexs[] = { 0, 5, 0, 0, 2, 1, 1, 4, 2, 4, 3 };
for (int idx : indexs) {
System.out.print(phoneNos[idx]);
}
System.out.println("");
byte ascCdConts[] = new byte[] { 89, 111, 117, 32, 67, 104, 111, 117, 115, 101, 110 };
for (byte ascCdCont : ascCdConts) {
String strAscii = new String(new byte[] { ascCdCont }, "UTF-8");
System.out.print(strAscii);
}