• 大小: 6.15MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-11-08
  • 语言: Java
  • 标签: Java  

资源简介

Java Web高级编程源码

资源截图

代码片段和文件信息

package com.wrox;

public class Attachment
{
    private String name;

    private byte[] contents;

    public String getName()
    {
        return name;
    }

    public void setName(String name)
    {
        this.name = name;
    }

    public byte[] getContents()
    {
        return contents;
    }

    public void setContents(byte[] contents)
    {
        this.contents = contents;
    }
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

    .......       920  2013-10-14 07:57  高级编程源码\9781118656464 Full Code\Chapter 02\Sample-Debug-Eclipse\.classpath

    .......      1053  2013-10-14 07:57  高级编程源码\9781118656464 Full Code\Chapter 02\Sample-Debug-Eclipse\.project

    .......       496  2013-10-14 07:57  高级编程源码\9781118656464 Full Code\Chapter 02\Sample-Debug-Eclipse\.settings\.jsdtscope

    .......       364  2013-10-14 07:57  高级编程源码\9781118656464 Full Code\Chapter 02\Sample-Debug-Eclipse\.settings\org.eclipse.jdt.core.prefs

    .......       106  2013-10-14 08:22  高级编程源码\9781118656464 Full Code\Chapter 02\Sample-Debug-Eclipse\.settings\org.eclipse.ltk.core.refactoring.prefs

    .......       615  2013-10-14 07:57  高级编程源码\9781118656464 Full Code\Chapter 02\Sample-Debug-Eclipse\.settings\org.eclipse.wst.common.component

    .......       345  2013-10-14 07:58  高级编程源码\9781118656464 Full Code\Chapter 02\Sample-Debug-Eclipse\.settings\org.eclipse.wst.common.project.facet.core.xml

    .......        49  2013-10-14 07:57  高级编程源码\9781118656464 Full Code\Chapter 02\Sample-Debug-Eclipse\.settings\org.eclipse.wst.jsdt.ui.superType.container

    .......         6  2013-10-14 07:57  高级编程源码\9781118656464 Full Code\Chapter 02\Sample-Debug-Eclipse\.settings\org.eclipse.wst.jsdt.ui.superType.name

    .......        87  2013-10-14 08:00  高级编程源码\9781118656464 Full Code\Chapter 02\Sample-Debug-Eclipse\.settings\org.eclipse.wst.ws.service.policy.prefs

    .......      2008  2013-11-27 02:30  高级编程源码\9781118656464 Full Code\Chapter 02\Sample-Debug-Eclipse\pom.xml

    .......       273  2013-11-27 02:30  高级编程源码\9781118656464 Full Code\Chapter 02\Sample-Debug-Eclipse\web\index.jsp

    .......        21  2013-10-14 02:09  高级编程源码\9781118656464 Full Code\Chapter 02\Sample-Debug-IntelliJ\.idea\.name

    .......       344  2013-10-14 02:18  高级编程源码\9781118656464 Full Code\Chapter 02\Sample-Debug-IntelliJ\.idea\artifacts\Sample_Debug_IntelliJ_war.xml

    .......       554  2013-10-14 02:18  高级编程源码\9781118656464 Full Code\Chapter 02\Sample-Debug-IntelliJ\.idea\artifacts\Sample_Debug_IntelliJ_war_exploded.xml

    .......       398  2013-10-14 02:13  高级编程源码\9781118656464 Full Code\Chapter 02\Sample-Debug-IntelliJ\.idea\codestyleSettings.xml

     文件       1516  2014-08-31 23:34  高级编程源码\9781118656464 Full Code\Chapter 02\Sample-Debug-IntelliJ\.idea\compiler.xml

     文件         76  2014-08-31 23:34  高级编程源码\9781118656464 Full Code\Chapter 02\Sample-Debug-IntelliJ\.idea\copyright\profiles_settings.xml

    .......        89  2013-10-14 02:14  高级编程源码\9781118656464 Full Code\Chapter 02\Sample-Debug-IntelliJ\.idea\dictionaries\Nicholas.xml

     文件        327  2014-08-31 23:34  高级编程源码\9781118656464 Full Code\Chapter 02\Sample-Debug-IntelliJ\.idea\encodings.xml

    .......       578  2013-10-14 02:37  高级编程源码\9781118656464 Full Code\Chapter 02\Sample-Debug-IntelliJ\.idea\libraries\Maven__javax_servlet_javax_servlet_api_3_1_0.xml

     文件       2951  2014-08-31 23:34  高级编程源码\9781118656464 Full Code\Chapter 02\Sample-Debug-IntelliJ\.idea\misc.xml

    .......       293  2013-10-14 02:09  高级编程源码\9781118656464 Full Code\Chapter 02\Sample-Debug-IntelliJ\.idea\modules.xml

    .......       143  2013-10-14 02:09  高级编程源码\9781118656464 Full Code\Chapter 02\Sample-Debug-IntelliJ\.idea\scopes\scope_settings.xml

    .......      8919  2013-10-14 02:18  高级编程源码\9781118656464 Full Code\Chapter 02\Sample-Debug-IntelliJ\.idea\uiDesigner.xml

    .......       173  2013-10-14 02:09  高级编程源码\9781118656464 Full Code\Chapter 02\Sample-Debug-IntelliJ\.idea\vcs.xml

     文件      42764  2014-08-31 23:40  高级编程源码\9781118656464 Full Code\Chapter 02\Sample-Debug-IntelliJ\.idea\workspace.xml

    .......      2063  2013-11-27 02:30  高级编程源码\9781118656464 Full Code\Chapter 02\Sample-Debug-IntelliJ\pom.xml

     文件       1560  2014-08-31 23:34  高级编程源码\9781118656464 Full Code\Chapter 02\Sample-Debug-IntelliJ\Sample-Debug-IntelliJ.iml

    .......       263  2013-11-27 02:30  高级编程源码\9781118656464 Full Code\Chapter 02\Sample-Debug-IntelliJ\web\index.jsp

............此处省略10418个文件信息

评论

共有 条评论