JAVA DEVELOPER , PART TIME
Position Title: Java-J2EE Developer
Desired Start Date: Immediately
Location: China
Number of Positions: 1
Description of Duties:
Nonillion Limited seeks a Java/J2EE Developer who will be part of a team responsible for the development of multiple software products. This individual will provide analysis, design, and support as well as be responsible for the development and implementation of Web-based applications utilizing J2EE, Oracle and/or MS SQL Server. The candidate will also provide support, coordination for ongoing systems support, problem diagnosis and resolutions.
Required Background:
An Information Systems or Computer Sciences Degree or related work experience is required (at least three ( 3) years industry experience developing Web technologies/applications)
2-3 years of Java/J2EE developer experience
Required Skills:
Excellent organizational, analytical, verbal, and written skills
Full software development lifecycle experience (requirements, design, development, testing, deployment, maintenance)
Excellent understanding of code re-usability
The ability to maintain, implement, and track hardware and software testing issues, maintain process documentation and procedures
The ability to meet deadlines in a fast-paced environment
The desire to contribute to
Ïà¹ØÎÊ´ð£º
ÎÒÔÚjspÒ³Ãæ´æÉÏÒ»¸ösession,±¾Ò³Ã滹¿ÉÒÔÈ¡³öÖµÀ´.
µ«ÊÇһˢÐÂ,»òÕß´ò¿ªÐµÄÒ³Ãæ¾ÍÈ¡²»³öÖµÀ´ÁË.
Ææ¹ÖµÄÊÇ,ÎÒ²âÊÔÁíÒ»¸ö³ÌÐòʱºò
ÔÚjspÒ³Ãæ´æÉÏÒ»¸ösession,±¾Ò³Ãæ¿ÉÒÔÈ¡³öÖµÀ´,ˢлò´ò¿ªÐÂÒ³ÃæÖµÄÜÈ¡³öÀ´ÁË.
......
¹¤×÷µØµã£ºÉϺ£ÕŽ
ѧÀúÒªÇ󣺴󱾻òÒÔÉÏ
רҵҪÇ󣺼ÆËã»úÏà¹Ø×¨Òµ
Ó¢ÓÊìÁ·£¨ÃÀ¹úÏîÄ¿£¬Ó¢Ó﹤×÷»·¾³£¬Ó¢ÓïÊDZØÐ룩
¼òÀúͶµÝ£ºwendy_qian@163.com
MSN£ºwendydzmm@hotmail.com
......
ĿǰÓÐÒ»¸öjava³ÌÐò,µ÷Óô洢¹ý³ÌÔÚÊý¾Ý¿âÖÐдÈëһЩÊý¾Ý£¬È»ºó½«ÕâЩÊý¾Ý´«Ê䏸ÁíÍâÒ»¸ö³ÌÐò,Ŀǰ²»¹ÜjavaÁ¬½Ó³É¹¦»òÊDz»³É¹¦£¬¸Ã´æ´¢¹ý³Ì¶¼»áдÈëÊý¾Ý!
ĿǰÐèÒªÔÚjavaÁ¬½Ó²»³É¹¦µÄÇé¿öÏÂ,Óкη½·¨ÄÜʹ´æ´¢¹ý³Ì ......
long startTime=System.currentTimeMillis();
// do something
long endTime=System.currentTimeMillis();
long spentTime=(endTime-startTime)/1000;
Èç¹ûÎÒÔÚ"do somethings"ÖÐÐÞ¸ÄÁ ......
package com.Socket;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.io.PrintWriter;
import java.net.ServerSocket;
import ......