首页 .NET/Web 121基于ASP.NET的相册系统的设计与实现
121基于ASP.NET的相册系统的设计与实现
作品编号:623
关注人气:1081
文件包括:设计源码+数据库+论文
设计大小:7.67 M
开发语言:.NET/Web
开发数据库:SQL Server
开发环境:Microsoft Visual Studio 2008及以上
原价:900元
现价:80元
下载说明

本作品里面包括调试教程和开发工具和软件,可自行下载根据教程进行调试!

如需技术协助调试,本站收取50元作品调试费!点此申请调试

如果上面没有找到适合您需求的作品,您可联系我们为您定做,定做的作品完全按照您的功能需求来做,并且后期三包,包调试,包讲解,包修改直到通过为止。

  • 作品介绍
  • 项目目录
  • 论文目录
  • 论文预览

电子相册给我们的生活带来了很大的便利与乐趣:

1.欣赏方便:传统的相册在多人欣赏时只好轮流进行,而电子相册可以多人同时在多媒体显示器上欣赏。
2.选择性强:你可以用一套照片制作出多种格式的MTV便于欣赏。
3.易于保存:
CD-ROM光盘以光盘为存储介质,寿命长达上百年;
4.欣赏性强:以专门软件进行照片处理,并配上优美的背景音乐,加以动态
3D效果,可以让你得到双重的享受。
5.成本低廉:目前市场价处理一张照片为2元左右(有特别要求的除外)。如果你需几套电子相册以便送人。只需复制几份就可以了。集体做电子相册成本会更低!

 

开发这样一个系统具有实际应用意义。

电子相册制作软件其实是对相片进行重组保存或重组编码的过程。重组保存是指将相片进行非线性编辑的方式进行编辑,然后保存为一个完整的程序运行体,相片仍旧是相片,甚至可以重新提取出来;重组编码则是将相片进行非线性编辑后进行重新编码,变成新的格式。

   


卷 SSD分区 的文件夹 PATH 列表
卷序列号为 0004-1E03
E:\TEST\源码
└─__基于FLEX的相册系统
    └─FlexPhotos
        │  TestOnLine.sln
        │  Web.config
        │  [毕业论文]基于Flex技术图片管理系统的实现2.doc
        │  
        ├─data
        │      FLEX_TEST_Data.MDF
        │      FLEX_TEST_Log.LDF
        │      
        ├─TestFlexWeb
        │  │  .actionScriptProperties
        │  │  .flexProperties
        │  │  .project
        │  │  
        │  ├─.settings
        │  │      org.eclipse.core.resources.prefs
        │  │      
        │  ├─html-template
        │  │  │  AC_OETags.js
        │  │  │  index.template.html
        │  │  │  playerProductInstall.swf
        │  │  │  
        │  │  └─history
        │  │          history.css
        │  │          history.js
        │  │          historyFrame.html
        │  │          
        │  ├─libs
        │  └─src
        │      │  Info.mxml
        │      │  infoP.mxml
        │      │  login.mxml
        │      │  PhotoListAndLoad.mxml
        │      │  PicList.mxml
        │      │  Watch.mxml
        │      │  
        │      ├─Css
        │      │      css.css
        │      │      
        │      ├─EntityLib
        │      │      EntityObj.as
        │      │      KC.as
        │      │      ReturnObj.as
        │      │      SJCL.as
        │      │      TransObj.as
        │      │      
        │      ├─images
        │      │      login.jpg
        │      │      XC.png
        │      │      
        │      └─Script
        │              MyLinkButton.as
        │              tools.as
        │              
        ├─TestOnLine
        │  │  CommandInfo.cs
        │  │  czx.cs
        │  │  InterfaceClass.cs
        │  │  TestOnLine.csproj
        │  │  TestOnLine.csproj.user
        │  │  
        │  ├─bin
        │  │  ├─Debug
        │  │  │      antlr.runtime.dll
        │  │  │      FluorineFx.dll
        │  │  │      FluorineFx.ServiceBrowser.dll
        │  │  │      ICSharpCode.SharpZipLib.dll
        │  │  │      log4net.dll
        │  │  │      MySql.Data.dll
        │  │  │      TestOnLine.dll
        │  │  │      TestOnLine.pdb
        │  │  │      
        │  │  └─Release
        │  │          antlr.runtime.dll
        │  │          FluorineFx.dll
        │  │          FluorineFx.ServiceBrowser.dll
        │  │          log4net.dll
        │  │          MySql.Data.dll
        │  │          TestOnLine.dll
        │  │          TestOnLine.pdb
        │  │          
        │  ├─BLL
        │  │      BLL_KC.cs
        │  │      BLL_SJCL.cs
        │  │      
        │  ├─Common
        │  │      PublicTool.cs
        │  │      
        │  ├─DAL
        │  │      CommandInfo.cs
        │  │      DbHelperSQL.cs
        │  │      SQLHelper.cs
        │  │      
        │  ├─Model
        │  │      EntityObj.cs
        │  │      KC.cs
        │  │      ReturnObj.cs
        │  │      SJCL.cs
        │  │      TransObj.cs
        │  │      
        │  ├─obj
        │  │  ├─Debug
        │  │  │  │  ResolveAssemblyReference.cache
        │  │  │  │  TestOnLine.csproj.FileListAbsolute.txt
        │  │  │  │  TestOnLine.dll
        │  │  │  │  TestOnLine.pdb
        │  │  │  │  
        │  │  │  ├─Refactor
        │  │  │  │      TestOnLine.dll
        │  │  │  │      
        │  │  │  └─TempPE
        │  │  └─Release
        │  │      │  TestOnLine.csproj.FileListAbsolute.txt
        │  │      │  TestOnLine.dll
        │  │      │  TestOnLine.pdb
        │  │      │  
        │  │      ├─Refactor
        │  │      │      TestOnLine.dll
        │  │      │      
        │  │      └─TempPE
        │  └─Properties
        │          AssemblyInfo.cs
        │          
        └─TestWeb
            │  Console.aspx
            │  Console.aspx.cs
            │  FileOperate.aspx
            │  FileOperate.aspx.cs
            │  Gateway.aspx
            │  Gateway.aspx.cs
            │  log4net.config
            │  Web.config
            │  
            ├─App_Data
            ├─Bin
            │      antlr.runtime.dll
            │      FluorineFx.dll
            │      FluorineFx.dll.refresh
            │      FluorineFx.ServiceBrowser.dll
            │      FluorineFx.ServiceBrowser.dll.refresh
            │      ICSharpCode.SharpZipLib.dll
            │      log4net.dll
            │      log4net.dll.refresh
            │      MySql.Data.dll
            │      TestOnLine.dll
            │      TestOnLine.pdb
            │      
            ├─log
            │      fluorine.log
            │      
            ├─Templates
            │  ├─CairngormFlex2Remoting
            │  │  │  Assembler.cs.subtemplate
            │  │  │  Assembler.template
            │  │  │  DAO.cs.subtemplate
            │  │  │  DAO.template
            │  │  │  preview.template
            │  │  │  template.xml
            │  │  │  VO.cs.subtemplate
            │  │  │  VO.template
            │  │  │  Web.config.template
            │  │  │  
            │  │  ├─flex
            │  │  │  │  app.mxml.subtemplate
            │  │  │  │  app.template
            │  │  │  │  build.bat.template
            │  │  │  │  Cairngorm.swc
            │  │  │  │  CairngormEnterprise.swc
            │  │  │  │  system.actionScriptProperties.subtemplate
            │  │  │  │  system.flexProperties.subtemplate
            │  │  │  │  system.project.subtemplate
            │  │  │  │  
            │  │  │  ├─_application
            │  │  │  │  ├─_business
            │  │  │  │  │      business.template
            │  │  │  │  │      Delegate.as.subtemplate
            │  │  │  │  │      LoginDelegate.as.subtemplate
            │  │  │  │  │      Services.mxml.subtemplate
            │  │  │  │  │      
            │  │  │  │  ├─_commands
            │  │  │  │  │      Command.as.subtemplate
            │  │  │  │  │      commands.template
            │  │  │  │  │      LoginCommand.as.subtemplate
            │  │  │  │  │      
            │  │  │  │  ├─_control
            │  │  │  │  │      control.template
            │  │  │  │  │      Controller.as.subtemplate
            │  │  │  │  │      Event.as.subtemplate
            │  │  │  │  │      LoginEvent.as.subtemplate
            │  │  │  │  │      LogoutEvent.as.subtemplate
            │  │  │  │  │      
            │  │  │  │  ├─_model
            │  │  │  │  │      model.template
            │  │  │  │  │      ModelLocator.as.subtemplate
            │  │  │  │  │      
            │  │  │  │  └─_vo
            │  │  │  │          DataVO.as.subtemplate
            │  │  │  │          VO.as.subtemplate
            │  │  │  │          vo.template
            │  │  │  │          
            │  │  │  └─_settings
            │  │  │          org.eclipse.core.resources.prefs
            │  │  │          
            │  │  └─WEB-INF
            │  │      └─flex
            │  │              data-management-config.xml.template
            │  │              messaging-config.xml.template
            │  │              remoting-config.xml.template
            │  │              services-config.xml.template
            │  │              
            │  ├─cairngorm_flex2
            │  │  │  Assembler.cs.subtemplate
            │  │  │  Assembler.template
            │  │  │  DAO.cs.subtemplate
            │  │  │  DAO.template
            │  │  │  preview.template
            │  │  │  template.xml
            │  │  │  VO.cs.subtemplate
            │  │  │  VO.template
            │  │  │  Web.config.template
            │  │  │  
            │  │  ├─flex
            │  │  │  │  app.mxml.subtemplate
            │  │  │  │  app.template
            │  │  │  │  build.bat.template
            │  │  │  │  Cairngorm.swc
            │  │  │  │  CairngormEnterprise.swc
            │  │  │  │  system.actionScriptProperties.subtemplate
            │  │  │  │  system.flexProperties.subtemplate
            │  │  │  │  system.project.subtemplate
            │  │  │  │  
            │  │  │  ├─_application
            │  │  │  │  ├─_business
            │  │  │  │  │      business.template
            │  │  │  │  │      Delegate.as.subtemplate
            │  │  │  │  │      LoginDelegate.as.subtemplate
            │  │  │  │  │      Services.mxml.subtemplate
            │  │  │  │  │      
            │  │  │  │  ├─_commands
            │  │  │  │  │      Command.as.subtemplate
            │  │  │  │  │      commands.template
            │  │  │  │  │      LoginCommand.as.subtemplate
            │  │  │  │  │      
            │  │  │  │  ├─_control
            │  │  │  │  │      control.template
            │  │  │  │  │      Controller.as.subtemplate
            │  │  │  │  │      Event.as.subtemplate
            │  │  │  │  │      LoginEvent.as.subtemplate
            │  │  │  │  │      LogoutEvent.as.subtemplate
            │  │  │  │  │      
            │  │  │  │  ├─_model
            │  │  │  │  │      model.template
            │  │  │  │  │      ModelLocator.as.subtemplate
            │  │  │  │  │      
            │  │  │  │  └─_vo
            │  │  │  │          DataVO.as.subtemplate
            │  │  │  │          VO.as.subtemplate
            │  │  │  │          vo.template
            │  │  │  │          
            │  │  │  └─_settings
            │  │  │          org.eclipse.core.resources.prefs
            │  │  │          
            │  │  └─WEB-INF
            │  │      └─flex
            │  │              data-management-config.xml.template
            │  │              messaging-config.xml.template
            │  │              remoting-config.xml.template
            │  │              services-config.xml.template
            │  │              
            │  └─flash_remoting _as2
            │          code.as.subtemplate
            │          code.template
            │          preview.template
            │          runme.jsfl.template
            │          template.xml
            │          test.fla
            │          
            ├─TestFlexWeb-debug
            │  │  AC_OETags.js
            │  │  login.html
            │  │  login.swf
            │  │  PicList.html
            │  │  PicList.swf
            │  │  playerProductInstall.swf
            │  │  
            │  ├─Css
            │  │      css.css
            │  │      
            │  ├─history
            │  │      history.css
            │  │      history.js
            │  │      historyFrame.html
            │  │      
            │  └─images
            │          login.jpg
            │          XC.png
            │          
            ├─upload
            │      08d042c9-cc86-4d6d-ae65-5023b27ce91b.png
            │      0fb211d1-9a33-4944-bdb6-f65c5c690e59.png
            │      17c2566c-a1a5-4286-914a-ccf09756be31.jpg
            │      2113f4fc-8f1c-4254-8b42-09b576751950.jpg
            │      231eacba-f3c8-463f-ac58-8ab2e242af2b.jpg
            │      27bca86e-d811-4f21-8a35-fd8b3b89872f.png
            │      2b55d9f0-ccc6-4c34-bfb9-d75c975bba6d.jpg
            │      3742f993-5426-49ca-a976-1f68dfe1a2de.jpg
            │      5050d33d-c9e3-46ef-a729-72079ccfa6c7.png
            │      5126e272-b5bf-4a2f-a2c2-d9c640da1d86.png
            │      5562dbef-f3f9-4d68-94cb-62b4fae59249.jpg
            │      58ebd64e-c990-4e80-9cd7-c43a953bdb21.jpg
            │      5d585e64-79cf-4acb-8584-2612eb44b7bc.png
            │      5f452e7f-4b3e-46c9-b0dd-b1b7d8942dc4.jpg
            │      72e46214-6b4a-42ab-a31c-412e42fe80ad.png
            │      8c26616e-b532-4741-ae14-9b61bc9ee444.png
            │      8fb84a7e-40f5-4bed-8b97-7a938c4bf2a0.png
            │      983ca455-cd99-46c0-9cbe-e26d70a5c0f2.png
            │      9976c77b-0899-4717-a718-f60f163bd3a3.jpg
            │      ae757373-f464-43f1-b804-acdcd887c739.jpg
            │      b8e657a0-bcef-489c-8fde-a3e2794fdded.jpg
            │      e4c357df-ecc7-4616-940e-639df386a226.png
            │      ea38c730-6ac5-40f6-ba78-4a2dade85d32.png
            │      ff7d3657-3982-4353-9c10-a651ef7325ed.jpg
            │      
            └─WEB-INF
                └─flex
                        data-management-config.xml
                        messaging-config.xml
                        remoting-config.xml
                        services-config.xml
                        

目录
摘  要    2

ABSTRACT    3

1 绪论    6
1.1 课题研究的背景    6
1.2 课题研究的目的和意义    6
1.3国内外研究现状分析    7

2 开发平台介绍和使用技术分析    8
2.1 系统所需的软硬件平台    8
2.2 主要开发软件介绍    8
2.2.1 FLEX Builder 4软件    8
2.2.2 Microsoft SQL Server 2005软件    9
2.2.3 Visual Studio 2008开发平台    10
2.3 使用技术的分析    10
2.3.1 RIA技术    10
2.3.2 使用FLEX技术开发WEB的优势    11
2.3.3 使用?ASP.NET开发服务器端程序的优势    12

3 需求分析    13
3.1 项目背景分析    13
3.2 可行性研究分析    14
3.3 业务描述    15
3.4 功能分析    16
3.4.1 系统的功能特点    16
3.5 数据流程分析    16

4 系统详细设计    20
4.1 数据库设计    20
4.1.1 数据库的建设原则    20
4.1.2 数据库的概念结构设计    20
4.1.3 数据库的逻辑结构设计    22
4.2 基于FLEX的Web应用程序设计方法    22
4.3 系统功能模块的设计与实现    23
4.3.1 用户登录模块    24
4.3.2 文件夹功能模块    24
4.3.2 文件功能模块    24
4.4 界面设计    25

5 系统测试    27
   5.1 文件夹模块测试用例    27
 5.2 文件模块测试用例    29

6 总结和展望    33
6.1总结    33
6.2展望    34

参考文献    35

致  谢    36


标签:相册管理系统,网络相册管理,图片管理系统

  • 专注毕业设计源码作品
  • 毕业设计源码论文全套
  • 每件作品均测试后上线
  • 提供所有教程和软件下载

Copyright © 2008-2024 jsjbysjw.com . All Rights Reserved. 备案号:苏ICP备2021056683号-4

  • 联系QQ:81677093
  • 微信:bysj1950