Java Web高级编程(源码)


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 CodeChapter 02Sample-Debug-Eclipse.classpath

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

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

    .......       364  2013-10-14 07:57  高级编程源码9781118656464 Full CodeChapter 02Sample-Debug-Eclipse.settingsorg.eclipse.jdt.core.prefs

    .......       106  2013-10-14 08:22  高级编程源码9781118656464 Full CodeChapter 02Sample-Debug-Eclipse.settingsorg.eclipse.ltk.core.refactoring.prefs

    .......       615  2013-10-14 07:57  高级编程源码9781118656464 Full CodeChapter 02Sample-Debug-Eclipse.settingsorg.eclipse.wst.common.component

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

    .......        49  2013-10-14 07:57  高级编程源码9781118656464 Full CodeChapter 02Sample-Debug-Eclipse.settingsorg.eclipse.wst.jsdt.ui.superType.container

    .......         6  2013-10-14 07:57  高级编程源码9781118656464 Full CodeChapter 02Sample-Debug-Eclipse.settingsorg.eclipse.wst.jsdt.ui.superType.name

    .......        87  2013-10-14 08:00  高级编程源码9781118656464 Full CodeChapter 02Sample-Debug-Eclipse.settingsorg.eclipse.wst.ws.service.policy.prefs

    .......      2008  2013-11-27 02:30  高级编程源码9781118656464 Full CodeChapter 02Sample-Debug-Eclipsepom.xml

    .......       273  2013-11-27 02:30  高级编程源码9781118656464 Full CodeChapter 02Sample-Debug-Eclipsewebindex.jsp

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

    .......       344  2013-10-14 02:18  高级编程源码9781118656464 Full CodeChapter 02Sample-Debug-IntelliJ.ideaartifactsSample_Debug_IntelliJ_war.xml

    .......       554  2013-10-14 02:18  高级编程源码9781118656464 Full CodeChapter 02Sample-Debug-IntelliJ.ideaartifactsSample_Debug_IntelliJ_war_exploded.xml

    .......       398  2013-10-14 02:13  高级编程源码9781118656464 Full CodeChapter 02Sample-Debug-IntelliJ.ideacodestyleSettings.xml

     文件       1516  2014-08-31 23:34  高级编程源码9781118656464 Full CodeChapter 02Sample-Debug-IntelliJ.ideacompiler.xml

     文件         76  2014-08-31 23:34  高级编程源码9781118656464 Full CodeChapter 02Sample-Debug-IntelliJ.ideacopyrightprofiles_settings.xml

    .......        89  2013-10-14 02:14  高级编程源码9781118656464 Full CodeChapter 02Sample-Debug-IntelliJ.ideadictionariesNicholas.xml

     文件        327  2014-08-31 23:34  高级编程源码9781118656464 Full CodeChapter 02Sample-Debug-IntelliJ.ideaencodings.xml

    .......       578  2013-10-14 02:37  高级编程源码9781118656464 Full CodeChapter 02Sample-Debug-IntelliJ.idealibrariesMaven__javax_servlet_javax_servlet_api_3_1_0.xml

     文件       2951  2014-08-31 23:34  高级编程源码9781118656464 Full CodeChapter 02Sample-Debug-IntelliJ.ideamisc.xml

    .......       293  2013-10-14 02:09  高级编程源码9781118656464 Full CodeChapter 02Sample-Debug-IntelliJ.ideamodules.xml

    .......       143  2013-10-14 02:09  高级编程源码9781118656464 Full CodeChapter 02Sample-Debug-IntelliJ.ideascopesscope_settings.xml

    .......      8919  2013-10-14 02:18  高级编程源码9781118656464 Full CodeChapter 02Sample-Debug-IntelliJ.ideauiDesigner.xml

    .......       173  2013-10-14 02:09  高级编程源码9781118656464 Full CodeChapter 02Sample-Debug-IntelliJ.ideavcs.xml

     文件      42764  2014-08-31 23:40  高级编程源码9781118656464 Full CodeChapter 02Sample-Debug-IntelliJ.ideaworkspace.xml

    .......      2063  2013-11-27 02:30  高级编程源码9781118656464 Full CodeChapter 02Sample-Debug-IntelliJpom.xml

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

    .......       263  2013-11-27 02:30  高级编程源码9781118656464 Full CodeChapter 02Sample-Debug-IntelliJwebindex.jsp

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

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容, 请发送邮件举报,一经查实,本站将立刻删除。

发表评论

评论列表(条)