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

郭克华老师java视频教程下载地址(J2ME 和J2EE)


1.j2ee
http://0444.xue8xue8.com/computer/program/java/j2eeshuren/00.wmv
http://0444.xue8xue8.com/computer/program/java/j2eeshuren/01.wmv
http://0444.xue8xue8.com/computer/program/java/j2eeshuren/02.wmv
http://0444.xue8xue8.com/computer/program/java/j2eeshuren/03.wmv
http://0444.xue8xue8.com/computer/program/java/j2eeshuren/04.wmv
http://0444.xue8xue8.com/computer/program/java/j2eeshuren/05.wmv
http://0444.xue8xue8.com/computer/program/java/j2eeshuren/06.wmv
http://0444.xue8xue8.com/computer/program/java/j2eeshuren/07.wmv
http://0444.xue8xue8.com/computer/program/java/j2eeshuren/08.wmv
http://0444.xue8xue8.com/computer/program/java/j2eeshuren/09.wmv
http://0444.xue8xue8.com/computer/program/java/j2eeshuren/10.wmv
http://0444.xue8xue8.com/computer/program/java/j2eeshuren/11.wmv
http://0444.xue8xue8.com/computer/program/java/j2eeshuren/12.wmv
http://0444.xue8xue8.com/computer/program/java/j2eeshuren/13.wmv
http://0444.xue8xue8.com/computer/program/java/j2eeshuren/14.wmv
http://0444.xue8xue8.com/computer/program/java/j2eeshuren/15.wmv
http://0444.xue8xue8.com/computer/program/java/j2eeshuren/16.wmv
http://0444.xue8xue8.com/computer/program/java/j2eeshuren/17.wmv
http://0444.xue8xue8.com/computer/program/java/j2eeshuren/18.wmv
http://0444.xue8xue8.com/computer/program/java/j2eeshuren/19.wmv
http://0444.xue8xue8.com/computer/program/java/j2eeshuren/20.wmv
http://0444.xue8xue8.com/computer/program/java/j2eeshuren/21.wmv
http://0444.xue8xue8.com/computer/program/java/j2eeshuren/22.wmv
http://0444.xue8xue8.com/computer/program/java/j2eeshuren/23.wmv
http://0444.xue8xue8.com/computer/program/java/j2eeshuren/24.wmv
http://0444.xue8xue8.com/computer/program/java/j2eeshuren/25.wmv
http://0444.xue8xue8.com/computer/program/java/j2eeshuren/26.wmv
http://0444.xue8xue8.com/computer/program/java/j2eeshuren/27.wmv
http://0444.xue8xue8.com/computer/program/java/j2eeshuren/28.wmv
http://0444.xue8xue8.com/computer/program/java/j2eeshuren/29.wmv
http://044


相关文档:

Java注释(Annotation)


Java5中提供了新的注释(Annotation),能够为类提供额外信息,本文介绍了如何定义注释、如何使用注释和如何解析注释。
1、定义注释
package ch5;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Ta ......

java 得到项目路径

      一 相对路径的获得
   说明:相对路径(即不写明时候到底相对谁)均可通过以下方式获得(不论是一般的java项目还是web项目)
  
       String relativelyPath=System.getProperty("user.dir");
   上述相对路径中,java项目中的文件是相对于项目的 ......

Java异常框架设计

什么是异常?
异常(exception)应该是异常事件(exceptional event)的缩写。
异常定义:异常是一个在程序执行期间发生的事件,它中断正在执行的程序的正常的指令流。
当在一个方法中发生错误的时候,这个方法创建一个对象,并且把它传递给运行时系统。这个对象被叫做异常对象,它包含了有关错误的信息,这些信息包括错 ......

一个java静态变量的小程序疑问

public class Demo
{
    static int i=1;
    static
    {
         i++;
    }
    public Demo()
    {
          ......

Java+Flex整合应用简单示例 (mx:RemoteObject)

1.java
Java代码
package com;    
  
public class LoginDemo {    
        
    public String validate(String username,String password){    
   &nb ......
© 2009 ej38.com All Rights Reserved. 关于E健网联系我们 | 站点地图 | 赣ICP备09004571号