易截截图软件、单文件、免安装、纯绿色、仅160KB

Java Consultant

Job Title: Java Consultant- Staff Software Engineering
 
Location: Shanghai
 
Company: HP China (www.hp.com)
 
 
This is a position reporting to Product Development Manager. The Staff Software Engineering will be responsible for leading development of robust high-volume kernel framework. The successful candidate will be a top performer and versatile professional leading the design, development and implementation of system infrastructure at eBay. This position will be based in Shanghai.
 
Responsibilities:
 
ž   Define, design, implement, unit test and debug complex, multi-tier distributed software applications on eBay platform.
ž   Work with other engineers, product management, QA and Operation team to design and implement application features
ž   Estimate engineering effort, plan implementation, and rollout system changes.
ž   Develop industry and product technical expertise.
ž   Work closely with the other Product Development teams in US or India.
 
Requirements:
 
ž   BS, MS, or PhD in Computer Science or related technical discipline (or equivalent).
ž   A solid foundation in computer science, with strong competencies in data structures, algorithms, and software design.
ž   Extensive programming experience in Java and J2EE (strong OO skills preferred).
ž   At least 3~5 years of large systems software design and development experience. Good knowledge about performance and scalability
ž   Mature Debugging & troubleshooting skills in Large-scale software product.
ž   Fluent communication skills in Oral English communication and email writing.
ž   Working Experience in Multi-national Company is a plus.
ž   Coding skills in JavaScript/AJAX, database design and SQL, and/or knowledge of XML and SOA/Webser


相关文档:

非诚勿扰:2010应届毕业生 java程序员


个人简历
个人信息
姓名


朱金国
 
     
性别



出生日期

1988

1

9

                   
Email

zhujinguo2009@gmail.com
  ......

JAVA ME 手机程序入门级源码

 一个由 Carol Hamer 写的比较有代表性的源码,作者全力推荐,尤其是对于没有 J2ME 开发经验的朋友。自己动手敲出以下贴出的 Hello.java 和 HelloCanvas.java 源码,并运行,用心体会一下。相信你理解了此源码之后,即可步入 J2ME 开发。
注释都在源码里,运行环境自己配,自己动手看运行效果,理解之后,然后动手修 ......

java 循环打印出某对象所在类的类名和方法

java 循环打印出某对象所在类的类名和方法
public class A {

public void b(){}
public void c(){}
public void d(){}
public void e(){}
}
import java.lang.reflect.*;
public class StaticTest {

public static void test(Object obj)
{
Class myclass = obj.getClass();
//System.out.prin ......

Java RMI分布式应用程序概述

 
RMI(Remote Method Invocation)
RMI是分布式对象软件包,它简化了在多台计算机上的JAVA应用之间的通信。
必须在jdk1.1以上
RMI用到的类
java.rmi.Remote 所有可以被远程调用的对象都必须实现该接口
java.rmi.server.UnicastRemoteObject 所有可以被远程调用的对象都必须扩展该类
什么是RMI
远程方法调用是 ......

XP系统下Java修改文件或文件夹属性的代码。

 2009-11-09  15:33:36
文件属性配置类
package cn.sist.file;
public class FileProperty {
private int sysProperty = 0;
private int hiddenProperty = 0;
private int readProperty = 0;
private int arriveProperty = 0;
private boolean changeAll = false;


public FileProperty setC ......
© 2009 ej38.com All Rights Reserved. 关于E健网联系我们 | 站点地图 | 赣ICP备09004571号