【IBM需求信息】 JAVA, C/UNIX需求
大家好,这里有IBM的三个长期需求:均是需要2年以上相关工作经验,其中Java以及Testing需要英语可以交流,C/Unix不需要语言。
Java 大连
描述:Java programming, knowledge in J2SE, SWT/JFace, XML. Eclipse programming, knowledge in eclipse architecture. Clear understanding of plugin development. Hands-on experience in CVS: merger, maintenance. Hands-on experience in DB2: Databa
工作地点:大连
英语口语流利交流
Java 成都
描述:1. Good communication skill. 2. 2+ years J2EE experience. 3. 1+ years DB2 experience.
工作地点:成都
英语口语流利交流
C#/AIx Unix:
描述:project experience of banking projects, band 6: 3 ~ 5 years, has banking biz knowledge, like deposit, loan, credit card and etc..
- technical skill: rich coding experience base on AIX Unix and C language, Informix database is preferred.
- quick learning in a new environment
- good communication
工作地点:福州(福建)
国内银行项目,没有语言要求
有兴趣的请把简历发送到Merak.Yu@hotmail.com 或 加MSN:q3701@163.com 详谈(QQ:76699849)
谢谢!
相关文档:
/*我做了个程序把新浪上的天气新闻抓过来存到本地,考虑访问速度问题,新闻中的图片也要保存到本地。
程序如下
*/
package vnet.com.weather1;
import java.io.BufferedReader;
import java.io.ByteArrayOutputStream;
import java.io.File;
import java.io.FileWriter;
import java.io.IOException;
import java ......
Eclipse 常用插件的安装
1)Download plugin package
2) Exit Eclipse App
3) Unzip the plugin and copy it to ..\Eclipse\plugins
4) Restart Eclipse App
J2EE 的开源平台
Eclipse+Tomcat+Lombez+MyEclipse
MyEclipse: MyEclipseEnterpriseWorkbeachInstall , 安装到目录Eclipse 下才可以正常使用。
Servlet ......
<%
response.setContentType("application/vnd.ms-excel;charset=utf-8");
String reportname = (String)request.getAttribute("reportname");
String reportFileName=java.net.URLEncoder.encode(reportname, "UTF-8");
String filenamedispla ......
import java.io.File;
import java.io.FileFilter;
import java.io.FilenameFilter;
/**
* 文件列表。<br>
* 可以指定过滤条件。
*
* @author leo
*
*/
public class FileList {
/**
* @param args
*/
public static void main(String[] ......
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.spri ......