首页 .NET/Web 405基于ASP.NET的三层架构韩国化妆品销售网站的设计与实现
405基于ASP.NET的三层架构韩国化妆品销售网站的设计与实现
作品编号:685
关注人气:1551
文件包括:设计源码+数据库+论文
设计大小:9.09 M
开发语言:.NET/Web
开发数据库:SQL Server
开发环境:Microsoft Visual Studio 2008及以上
原价:900元
现价:80元
下载说明

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

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

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

  • 作品介绍
  • 项目目录
  • 论文目录
  • 论文预览
此系统主要可以实现的韩国化妆品在线发布展示、化妆品的购买等功能,主要有以
几点:
后台:
(1)韩国化妆品信息的轻松维护。
(2)可以在线添加、删除材料类别。
(3)方便的订单管理审核功能。
(4)快捷的查看用户注册信息。
前台:
(1)免费注册信息。
(2)修改用户信息。
(3)可以在线查看材料信息,放进购物车。

4)查看购物车韩国化妆品情况,生成订单。

        


卷 SSD分区 的文件夹 PATH 列表
卷序列号为 0004-1E03
E:\TEST\源码
└─三层架构韩国化妆品销售网站商城购物车
    │  database_Data.MDF
    │  database_Log.LDF
    │  韩国化妆品毕业论文.doc
    │  
    └─程序
        │  WebSite.sln
        │  
        ├─BaseSystem
        │  │  BaseClass.cs
        │  │  BasePage.cs
        │  │  BaseSystem.csproj
        │  │  BaseSystem.csproj.user
        │  │  IModelBase.cs
        │  │  
        │  ├─bin
        │  │  └─Debug
        │  │          BaseSystem.dll
        │  │          BaseSystem.pdb
        │  │          
        │  ├─obj
        │  │  └─Debug
        │  │      │  BaseSystem.csproj.FileListAbsolute.txt
        │  │      │  BaseSystem.dll
        │  │      │  BaseSystem.pdb
        │  │      │  
        │  │      ├─Refactor
        │  │      │      BaseSystem.dll
        │  │      │      
        │  │      └─TempPE
        │  └─Properties
        │          AssemblyInfo.cs
        │          
        ├─DataAccess
        │  │  DataAccess.csproj
        │  │  DataAccess.csproj.user
        │  │  O_COrder.cs
        │  │  O_CostList.cs
        │  │  O_Goods.cs
        │  │  O_GoodsType.cs
        │  │  O_Link.cs
        │  │  O_Members.cs
        │  │  O_Menu.cs
        │  │  O_Message.cs
        │  │  O_News.cs
        │  │  O_OrderList.cs
        │  │  O_Producer.cs
        │  │  O_UserInfo.cs
        │  │  
        │  ├─bin
        │  │  └─Debug
        │  │          BaseSystem.dll
        │  │          BaseSystem.pdb
        │  │          DataAccess.dll
        │  │          DataAccess.pdb
        │  │          FredCK.FCKeditorV2.dll
        │  │          Model.dll
        │  │          Model.pdb
        │  │          SqlHelper.dll
        │  │          
        │  ├─obj
        │  │  └─Debug
        │  │      │  DataAccess.csproj.FileListAbsolute.txt
        │  │      │  DataAccess.dll
        │  │      │  DataAccess.pdb
        │  │      │  ResolveAssemblyReference.cache
        │  │      │  
        │  │      ├─Refactor
        │  │      │      DataAccess.dll
        │  │      │      
        │  │      └─TempPE
        │  └─Properties
        │          AssemblyInfo.cs
        │          
        ├─Model
        │  │  Model.csproj
        │  │  Model.csproj.user
        │  │  M_COrder.cs
        │  │  M_CostList.cs
        │  │  M_Goods.cs
        │  │  M_GoodsType.cs
        │  │  M_Link.cs
        │  │  M_Members.cs
        │  │  M_Menu.cs
        │  │  M_Message.cs
        │  │  M_News.cs
        │  │  M_OrderList.cs
        │  │  M_Producer.cs
        │  │  M_UserInfo.cs
        │  │  
        │  ├─bin
        │  │  └─Debug
        │  │          BaseSystem.dll
        │  │          BaseSystem.pdb
        │  │          Model.dll
        │  │          Model.pdb
        │  │          
        │  ├─obj
        │  │  └─Debug
        │  │      │  Model.csproj.FileListAbsolute.txt
        │  │      │  Model.dll
        │  │      │  Model.pdb
        │  │      │  ResolveAssemblyReference.cache
        │  │      │  
        │  │      ├─Refactor
        │  │      │      Model.dll
        │  │      │      
        │  │      └─TempPE
        │  └─Properties
        │          AssemblyInfo.cs
        │          
        └─WebSite
            │  cart.htm
            │  footer.html
            │  GoodsDetail.aspx
            │  GoodsDetail.aspx.cs
            │  header.html
            │  help.aspx
            │  help.aspx.cs
            │  help.html
            │  index.aspx
            │  index.aspx.cs
            │  login.html
            │  LoginCheck.aspx
            │  LoginCheck.aspx.cs
            │  message.aspx
            │  message.aspx.cs
            │  NewGoods.aspx
            │  NewGoods.aspx.cs
            │  newsDetail.aspx
            │  newsDetail.aspx.cs
            │  Register.aspx
            │  Register.aspx.cs
            │  service.aspx
            │  service.aspx.cs
            │  test.aspx
            │  test.aspx.cs
            │  web.config
            │  
            ├─admin
            │  │  bottom.htm
            │  │  createImg.aspx
            │  │  createImg.aspx.cs
            │  │  index.htm
            │  │  Login.aspx
            │  │  Login.aspx.cs
            │  │  main.htm
            │  │  menu.htm
            │  │  nopower.html
            │  │  top.aspx
            │  │  top.aspx.cs
            │  │  
            │  ├─cast
            │  │      MemberRecharge.aspx
            │  │      MemberRecharge.aspx.cs
            │  │      
            │  ├─css
            │  │      asc.gif
            │  │      bg.gif
            │  │      css.css
            │  │      desc.gif
            │  │      jq.css
            │  │      login.css
            │  │      Picasa.css
            │  │      Picasa_Button.gif
            │  │      Picasa_PerHint.gif
            │  │      style.css
            │  │      style1.css
            │  │      StyleSheet.css
            │  │      StyleSheet1.css
            │  │      
            │  ├─goods
            │  │      GoodsDetail.aspx
            │  │      GoodsDetail.aspx.cs
            │  │      GoodsList.aspx
            │  │      GoodsList.aspx.cs
            │  │      
            │  ├─goodtype
            │  │      GoodsTypeDetail.aspx
            │  │      GoodsTypeDetail.aspx.cs
            │  │      GoodsTypeList.aspx
            │  │      GoodsTypeList.aspx.cs
            │  │      
            │  ├─Images
            │  │  │  1.gif
            │  │  │  2.jpg
            │  │  │  2006homebg4.gif
            │  │  │  22.gif
            │  │  │  addNote.gif
            │  │  │  asc.gif
            │  │  │  back.gif
            │  │  │  bg-flower.gif
            │  │  │  bg-flower1.gif
            │  │  │  bg-flower2.gif
            │  │  │  bg.gif
            │  │  │  bg_banner_menu.gif
            │  │  │  bg_button_blue.gif
            │  │  │  bg_button_del.gif
            │  │  │  bg_button_update.gif
            │  │  │  bg_header.gif
            │  │  │  bg_left_bc.gif
            │  │  │  bg_left_bl.gif
            │  │  │  bg_left_br.gif
            │  │  │  bg_left_ls.gif
            │  │  │  bg_left_rs.gif
            │  │  │  bg_left_tc.gif
            │  │  │  bg_left_tl.gif
            │  │  │  bg_left_tr.gif
            │  │  │  bg_login.png
            │  │  │  bg_login_panel.gif
            │  │  │  bg_login_panel.png
            │  │  │  bg_nav.gif
            │  │  │  bg_PTSbutton.gif
            │  │  │  bg_rectbtn.png
            │  │  │  bg_schedule.gif
            │  │  │  bg_tabedbtn.gif
            │  │  │  bg_table_item.gif
            │  │  │  bg_table_item2.gif
            │  │  │  bg_th.gif
            │  │  │  bg_title.gif
            │  │  │  bg_tr.gif
            │  │  │  bg_users.gif
            │  │  │  bj01.jpg
            │  │  │  buttom_1.gif
            │  │  │  buttom_bg.gif
            │  │  │  buttom_bg_left.gif
            │  │  │  buttom_bg_sl.gif
            │  │  │  buttom_bg_zk.gif
            │  │  │  cai.gif
            │  │  │  canle.png
            │  │  │  clearlogon.gif
            │  │  │  copyright_samll.gif
            │  │  │  copy_left.gif
            │  │  │  copy_right.gif
            │  │  │  copy_vg.gif
            │  │  │  del.gif
            │  │  │  delete.gif
            │  │  │  dingdan.gif
            │  │  │  Dream_logo.gif
            │  │  │  edit.gif
            │  │  │  edt.gif
            │  │  │  exit.gif
            │  │  │  first.gif
            │  │  │  gu1.gif
            │  │  │  home.gif
            │  │  │  hot.gif
            │  │  │  icon006.gif
            │  │  │  icon_1.gif
            │  │  │  icon_2.gif
            │  │  │  id_code.gif
            │  │  │  index.css
            │  │  │  index_1.gif
            │  │  │  index_10.gif
            │  │  │  index_11.gif
            │  │  │  index_12.gif
            │  │  │  index_2.gif
            │  │  │  index_3.gif
            │  │  │  index_4.gif
            │  │  │  index_5.gif
            │  │  │  index_6.gif
            │  │  │  index_7.gif
            │  │  │  index_8.gif
            │  │  │  index_9.gif
            │  │  │  jrsc_ico.gif
            │  │  │  last.gif
            │  │  │  line.gif
            │  │  │  list_icon03.gif
            │  │  │  login.css
            │  │  │  login.png
            │  │  │  login_bg.png
            │  │  │  login_bg_x.png
            │  │  │  login_enter.gif
            │  │  │  login_img.png
            │  │  │  login_main.png
            │  │  │  login_root.png
            │  │  │  login_title.png
            │  │  │  logo.gif
            │  │  │  logo.png
            │  │  │  logon.gif
            │  │  │  logon01.gif
            │  │  │  logon02.gif
            │  │  │  mail.gif
            │  │  │  main_bg.gif
            │  │  │  main_fs.gif
            │  │  │  main_hb.gif
            │  │  │  main_hl.gif
            │  │  │  main_hl2.gif
            │  │  │  main_hr.gif
            │  │  │  main_left.gif
            │  │  │  main_lf.gif
            │  │  │  main_ls.gif
            │  │  │  main_rc.gif
            │  │  │  main_rf.gif
            │  │  │  main_right.gif
            │  │  │  main_rs.gif
            │  │  │  maximize.gif
            │  │  │  menuclose.ICO
            │  │  │  menuopen.ICO
            │  │  │  menu_seprator.gif
            │  │  │  mtable_01.gif
            │  │  │  mtable_02.gif
            │  │  │  mtable_03.gif
            │  │  │  mtable_04.gif
            │  │  │  mtable_05.gif
            │  │  │  mtable_06.gif
            │  │  │  mtable_left_bg.gif
            │  │  │  mtable_right_bg.gif
            │  │  │  mtable_top.gif
            │  │  │  nav_back.gif
            │  │  │  nav_changePassword.gif
            │  │  │  nav_forward.gif
            │  │  │  nav_help.gif
            │  │  │  nav_pre.gif
            │  │  │  nav_print.gif
            │  │  │  nav_resetPassword.gif
            │  │  │  nav_search.gif
            │  │  │  new1.gif
            │  │  │  newanim.gif
            │  │  │  next.gif
            │  │  │  note.gif
            │  │  │  offlag_0.png
            │  │  │  offlag_1.png
            │  │  │  offlag_2.png
            │  │  │  offlag_3.png
            │  │  │  offlag_4.png
            │  │  │  offlag_5.png
            │  │  │  Picasa_Error.gif
            │  │  │  Picasa_Loading.gif
            │  │  │  public.css
            │  │  │  refresh.gif
            │  │  │  save.gif
            │  │  │  selcolorpicker.gif
            │  │  │  spacer.gif
            │  │  │  s_new.gif
            │  │  │  top_buttom_bg.gif
            │  │  │  user_name.gif
            │  │  │  user_pwd.gif
            │  │  │  welcome.gif
            │  │  │  xp_table_bg2.gif
            │  │  │  
            │  │  ├─minicalendar
            │  │  │      minical_btnClose.gif
            │  │  │      minical_btnForward.gif
            │  │  │      minical_btnPrevious.gif
            │  │  │      minical_title.gif
            │  │  │      
            │  │  └─tree
            │  │          arrow_collapsed.gif
            │  │          arrow_collapsed_hover.gif
            │  │          arrow_expanded.gif
            │  │          arrow_expanded_hover.gif
            │  │          branch_node.gif
            │  │          btn_close.gif
            │  │          btn_close.png
            │  │          empty.gif
            │  │          folder_closed.gif
            │  │          folder_open.gif
            │  │          root_node.gif
            │  │          tree_node.gif
            │  │          user_node.gif
            │  │          
            │  ├─js
            │  │      Clock.js
            │  │      jquery.tablesorter.js
            │  │      jquery.tablesorter.pager.js
            │  │      Picasa.js
            │  │      PopupCalendar.js
            │  │      Tree.js
            │  │      TreeNode.js
            │  │      
            │  ├─members
            │  │      MembersDetail.aspx
            │  │      MembersDetail.aspx.cs
            │  │      MembersList.aspx
            │  │      MembersList.aspx.cs
            │  │      
            │  ├─message
            │  │      MessageDetial.aspx
            │  │      MessageDetial.aspx.cs
            │  │      MessageList.aspx
            │  │      MessageList.aspx.cs
            │  │      
            │  ├─news
            │  │      NewsDetail.aspx
            │  │      NewsDetail.aspx.cs
            │  │      NewsList.aspx
            │  │      NewsList.aspx.cs
            │  │      PromotionsDetail.aspx
            │  │      PromotionsDetail.aspx.cs
            │  │      PromotionsList.aspx
            │  │      PromotionsList.aspx.cs
            │  │      
            │  └─Order
            │          OrderDetail.aspx
            │          OrderDetail.aspx.cs
            │          OrderList.aspx
            │          OrderList.aspx.cs
            │          
            ├─App_Data
            ├─Bin
            │      BaseSystem.dll
            │      BaseSystem.pdb
            │      DataAccess.dll
            │      DataAccess.pdb
            │      FredCK.FCKeditorV2.dll
            │      Model.dll
            │      Model.pdb
            │      SqlHelper.dll
            │      
            ├─cart
            │      cart.css
            │      cartInfo.aspx
            │      cartInfo.aspx.cs
            │      cartInsert.aspx
            │      cartInsert.aspx.cs
            │      cartSuccess.aspx
            │      cartSuccess.aspx.cs
            │      payMethod.aspx
            │      payMethod.aspx.cs
            │      style.css
            │      
            ├─css
            │      common.css
            │      GuidedNav.css
            │      home.css
            │      lanrenxixi.css
            │      style.css
            │      style_sub.css
            │      
            ├─fckeditor
            │  │  fckconfig.js
            │  │  fckeditor.afp
            │  │  fckeditor.asp
            │  │  fckeditor.cfc
            │  │  fckeditor.cfm
            │  │  fckeditor.js
            │  │  fckeditor.lasso
            │  │  fckeditor.php
            │  │  fckeditor.pl
            │  │  fckeditor.py
            │  │  fckeditor_php4.php
            │  │  fckeditor_php5.php
            │  │  fckpackager.xml
            │  │  fckstyles.xml
            │  │  fcktemplates.xml
            │  │  fckutils.cfm
            │  │  FredCK.FCKeditorV2.dll
            │  │  license.txt
            │  │  SqlHelper.dll
            │  │  _documentation.html
            │  │  _upgrade.html
            │  │  _whatsnew.html
            │  │  _whatsnew_history.html
            │  │  
            │  └─editor
            │      │  fckdebug.html
            │      │  fckdialog.html
            │      │  fckeditor.html
            │      │  fckeditor.original.html
            │      │  
            │      ├─css
            │      │  │  fck_editorarea.css
            │      │  │  fck_internal.css
            │      │  │  fck_showtableborders_gecko.css
            │      │  │  
            │      │  ├─behaviors
            │      │  │      disablehandles.htc
            │      │  │      showtableborders.htc
            │      │  │      
            │      │  └─images
            │      │          block_address.png
            │      │          block_blockquote.png
            │      │          block_div.png
            │      │          block_h1.png
            │      │          block_h2.png
            │      │          block_h3.png
            │      │          block_h4.png
            │      │          block_h5.png
            │      │          block_h6.png
            │      │          block_p.png
            │      │          block_pre.png
            │      │          fck_anchor.gif
            │      │          fck_flashlogo.gif
            │      │          fck_hiddenfield.gif
            │      │          fck_pagebreak.gif
            │      │          fck_plugin.gif
            │      │          
            │      ├─dialog
            │      │  │  fck_about.html
            │      │  │  fck_anchor.html
            │      │  │  fck_button.html
            │      │  │  fck_checkbox.html
            │      │  │  fck_colorselector.html
            │      │  │  fck_docprops.html
            │      │  │  fck_flash.html
            │      │  │  fck_form.html
            │      │  │  fck_hiddenfield.html
            │      │  │  fck_image.html
            │      │  │  fck_link.html
            │      │  │  fck_listprop.html
            │      │  │  fck_paste.html
            │      │  │  fck_radiobutton.html
            │      │  │  fck_replace.html
            │      │  │  fck_select.html
            │      │  │  fck_smiley.html
            │      │  │  fck_source.html
            │      │  │  fck_specialchar.html
            │      │  │  fck_spellerpages.html
            │      │  │  fck_table.html
            │      │  │  fck_tablecell.html
            │      │  │  fck_template.html
            │      │  │  fck_textarea.html
            │      │  │  fck_textfield.html
            │      │  │  
            │      │  ├─common
            │      │  │  │  fck_dialog_common.css
            │      │  │  │  fck_dialog_common.js
            │      │  │  │  
            │      │  │  └─images
            │      │  │          locked.gif
            │      │  │          reset.gif
            │      │  │          unlocked.gif
            │      │  │          
            │      │  ├─fck_about
            │      │  │  │  logo_fckeditor.gif
            │      │  │  │  logo_fredck.gif
            │      │  │  │  
            │      │  │  └─sponsors
            │      │  │          spellchecker_net.gif
            │      │  │          
            │      │  ├─fck_docprops
            │      │  │      fck_document_preview.html
            │      │  │      
            │      │  ├─fck_flash
            │      │  │      fck_flash.js
            │      │  │      fck_flash_preview.html
            │      │  │      
            │      │  ├─fck_image
            │      │  │      fck_image.js
            │      │  │      fck_image_preview.html
            │      │  │      
            │      │  ├─fck_link
            │      │  │      fck_link.js
            │      │  │      
            │      │  ├─fck_select
            │      │  │      fck_select.js
            │      │  │      
            │      │  ├─fck_spellerpages
            │      │  │  └─spellerpages
            │      │  │      │  blank.html
            │      │  │      │  controls.html
            │      │  │      │  controlWindow.js
            │      │  │      │  spellchecker.html
            │      │  │      │  spellChecker.js
            │      │  │      │  spellerStyle.css
            │      │  │      │  wordWindow.js
            │      │  │      │  
            │      │  │      └─server-scripts
            │      │  │              spellchecker.cfm
            │      │  │              spellchecker.php
            │      │  │              spellchecker.pl
            │      │  │              
            │      │  └─fck_template
            │      │      └─images
            │      │              template1.gif
            │      │              template2.gif
            │      │              template3.gif
            │      │              
            │      ├─dtd
            │      │      fck_dtd_test.html
            │      │      fck_xhtml10strict.js
            │      │      fck_xhtml10transitional.js
            │      │      
            │      ├─filemanager
            │      │  ├─browser
            │      │  │  └─default
            │      │  │      │  browser.css
            │      │  │      │  browser.html
            │      │  │      │  frmactualfolder.html
            │      │  │      │  frmcreatefolder.html
            │      │  │      │  frmfolders.html
            │      │  │      │  frmresourceslist.html
            │      │  │      │  frmresourcetype.html
            │      │  │      │  frmupload.html
            │      │  │      │  
            │      │  │      ├─images
            │      │  │      │  │  ButtonArrow.gif
            │      │  │      │  │  Folder.gif
            │      │  │      │  │  Folder32.gif
            │      │  │      │  │  FolderOpened.gif
            │      │  │      │  │  FolderOpened32.gif
            │      │  │      │  │  FolderUp.gif
            │      │  │      │  │  spacer.gif
            │      │  │      │  │  
            │      │  │      │  └─icons
            │      │  │      │      │  ai.gif
            │      │  │      │      │  avi.gif
            │      │  │      │      │  bmp.gif
            │      │  │      │      │  cs.gif
            │      │  │      │      │  default.icon.gif
            │      │  │      │      │  dll.gif
            │      │  │      │      │  doc.gif
            │      │  │      │      │  exe.gif
            │      │  │      │      │  fla.gif
            │      │  │      │      │  gif.gif
            │      │  │      │      │  htm.gif
            │      │  │      │      │  html.gif
            │      │  │      │      │  jpg.gif
            │      │  │      │      │  js.gif
            │      │  │      │      │  mdb.gif
            │      │  │      │      │  mp3.gif
            │      │  │      │      │  pdf.gif
            │      │  │      │      │  png.gif
            │      │  │      │      │  ppt.gif
            │      │  │      │      │  rdp.gif
            │      │  │      │      │  swf.gif
            │      │  │      │      │  swt.gif
            │      │  │      │      │  txt.gif
            │      │  │      │      │  vsd.gif
            │      │  │      │      │  xls.gif
            │      │  │      │      │  xml.gif
            │      │  │      │      │  zip.gif
            │      │  │      │      │  
            │      │  │      │      └─32
            │      │  │      │              ai.gif
            │      │  │      │              avi.gif
            │      │  │      │              bmp.gif
            │      │  │      │              cs.gif
            │      │  │      │              default.icon.gif
            │      │  │      │              dll.gif
            │      │  │      │              doc.gif
            │      │  │      │              exe.gif
            │      │  │      │              fla.gif
            │      │  │      │              gif.gif
            │      │  │      │              htm.gif
            │      │  │      │              html.gif
            │      │  │      │              jpg.gif
            │      │  │      │              js.gif
            │      │  │      │              mdb.gif
            │      │  │      │              mp3.gif
            │      │  │      │              pdf.gif
            │      │  │      │              png.gif
            │      │  │      │              ppt.gif
            │      │  │      │              rdp.gif
            │      │  │      │              swf.gif
            │      │  │      │              swt.gif
            │      │  │      │              txt.gif
            │      │  │      │              vsd.gif
            │      │  │      │              xls.gif
            │      │  │      │              xml.gif
            │      │  │      │              zip.gif
            │      │  │      │              
            │      │  │      └─js
            │      │  │              common.js
            │      │  │              fckxml.js
            │      │  │              
            │      │  └─connectors
            │      │      │  test.html
            │      │      │  uploadtest.html
            │      │      │  
            │      │      ├─asp
            │      │      │      basexml.asp
            │      │      │      class_upload.asp
            │      │      │      commands.asp
            │      │      │      config.asp
            │      │      │      connector.asp
            │      │      │      io.asp
            │      │      │      upload.asp
            │      │      │      util.asp
            │      │      │      
            │      │      ├─aspx
            │      │      │      config.ascx
            │      │      │      connector.aspx
            │      │      │      upload.aspx
            │      │      │      
            │      │      ├─cfm
            │      │      │      cf5_connector.cfm
            │      │      │      cf5_upload.cfm
            │      │      │      cf_basexml.cfm
            │      │      │      cf_commands.cfm
            │      │      │      cf_connector.cfm
            │      │      │      cf_io.cfm
            │      │      │      cf_upload.cfm
            │      │      │      cf_util.cfm
            │      │      │      config.cfm
            │      │      │      connector.cfm
            │      │      │      image.cfc
            │      │      │      ImageObject.cfc
            │      │      │      upload.cfm
            │      │      │      
            │      │      ├─lasso
            │      │      │      config.lasso
            │      │      │      connector.lasso
            │      │      │      upload.lasso
            │      │      │      
            │      │      ├─perl
            │      │      │      basexml.pl
            │      │      │      commands.pl
            │      │      │      connector.cgi
            │      │      │      io.pl
            │      │      │      upload.cgi
            │      │      │      upload_fck.pl
            │      │      │      util.pl
            │      │      │      
            │      │      ├─php
            │      │      │      basexml.php
            │      │      │      commands.php
            │      │      │      config.php
            │      │      │      connector.php
            │      │      │      io.php
            │      │      │      phpcompat.php
            │      │      │      upload.php
            │      │      │      util.php
            │      │      │      
            │      │      └─py
            │      │              config.py
            │      │              connector.py
            │      │              fckcommands.py
            │      │              fckconnector.py
            │      │              fckoutput.py
            │      │              fckutil.py
            │      │              htaccess.txt
            │      │              upload.py
            │      │              wsgi.py
            │      │              zope.py
            │      │              
            │      ├─images
            │      │  │  anchor.gif
            │      │  │  arrow_ltr.gif
            │      │  │  arrow_rtl.gif
            │      │  │  spacer.gif
            │      │  │  
            │      │  └─smiley
            │      │      └─msn
            │      │              angel_smile.gif
            │      │              angry_smile.gif
            │      │              broken_heart.gif
            │      │              cake.gif
            │      │              confused_smile.gif
            │      │              cry_smile.gif
            │      │              devil_smile.gif
            │      │              embaressed_smile.gif
            │      │              envelope.gif
            │      │              heart.gif
            │      │              kiss.gif
            │      │              lightbulb.gif
            │      │              omg_smile.gif
            │      │              regular_smile.gif
            │      │              sad_smile.gif
            │      │              shades_smile.gif
            │      │              teeth_smile.gif
            │      │              thumbs_down.gif
            │      │              thumbs_up.gif
            │      │              tounge_smile.gif
            │      │              whatchutalkingabout_smile.gif
            │      │              wink_smile.gif
            │      │              
            │      ├─js
            │      │      fckadobeair.js
            │      │      fckeditorcode_gecko.js
            │      │      fckeditorcode_ie.js
            │      │      
            │      ├─lang
            │      │      af.js
            │      │      ar.js
            │      │      bg.js
            │      │      bn.js
            │      │      bs.js
            │      │      ca.js
            │      │      cs.js
            │      │      da.js
            │      │      de.js
            │      │      el.js
            │      │      en-au.js
            │      │      en-ca.js
            │      │      en-uk.js
            │      │      en.js
            │      │      eo.js
            │      │      es.js
            │      │      et.js
            │      │      eu.js
            │      │      fa.js
            │      │      fi.js
            │      │      fo.js
            │      │      fr-ca.js
            │      │      fr.js
            │      │      gl.js
            │      │      he.js
            │      │      hi.js
            │      │      hr.js
            │      │      hu.js
            │      │      it.js
            │      │      ja.js
            │      │      km.js
            │      │      ko.js
            │      │      lt.js
            │      │      lv.js
            │      │      mn.js
            │      │      ms.js
            │      │      nb.js
            │      │      nl.js
            │      │      no.js
            │      │      pl.js
            │      │      pt-br.js
            │      │      pt.js
            │      │      ro.js
            │      │      ru.js
            │      │      sk.js
            │      │      sl.js
            │      │      sr-latn.js
            │      │      sr.js
            │      │      sv.js
            │      │      th.js
            │      │      tr.js
            │      │      uk.js
            │      │      vi.js
            │      │      zh-cn.js
            │      │      zh.js
            │      │      _translationstatus.txt
            │      │      
            │      ├─plugins
            │      │  ├─autogrow
            │      │  │      fckplugin.js
            │      │  │      
            │      │  ├─bbcode
            │      │  │  │  fckplugin.js
            │      │  │  │  
            │      │  │  └─_sample
            │      │  │          sample.config.js
            │      │  │          sample.html
            │      │  │          
            │      │  ├─dragresizetable
            │      │  │      fckplugin.js
            │      │  │      
            │      │  ├─placeholder
            │      │  │  │  fckplugin.js
            │      │  │  │  fck_placeholder.html
            │      │  │  │  placeholder.gif
            │      │  │  │  
            │      │  │  └─lang
            │      │  │          de.js
            │      │  │          en.js
            │      │  │          es.js
            │      │  │          fr.js
            │      │  │          it.js
            │      │  │          pl.js
            │      │  │          
            │      │  ├─simplecommands
            │      │  │      fckplugin.js
            │      │  │      
            │      │  └─tablecommands
            │      │          fckplugin.js
            │      │          
            │      ├─skins
            │      │  │  _fckviewstrips.html
            │      │  │  
            │      │  ├─default
            │      │  │  │  fck_dialog.css
            │      │  │  │  fck_dialog_ie6.js
            │      │  │  │  fck_editor.css
            │      │  │  │  fck_strip.gif
            │      │  │  │  
            │      │  │  └─images
            │      │  │          dialog.sides.gif
            │      │  │          dialog.sides.png
            │      │  │          dialog.sides.rtl.png
            │      │  │          sprites.gif
            │      │  │          sprites.png
            │      │  │          toolbar.arrowright.gif
            │      │  │          toolbar.buttonarrow.gif
            │      │  │          toolbar.collapse.gif
            │      │  │          toolbar.end.gif
            │      │  │          toolbar.expand.gif
            │      │  │          toolbar.separator.gif
            │      │  │          toolbar.start.gif
            │      │  │          
            │      │  ├─office2003
            │      │  │  │  fck_dialog.css
            │      │  │  │  fck_dialog_ie6.js
            │      │  │  │  fck_editor.css
            │      │  │  │  fck_strip.gif
            │      │  │  │  
            │      │  │  └─images
            │      │  │          dialog.sides.gif
            │      │  │          dialog.sides.png
            │      │  │          dialog.sides.rtl.png
            │      │  │          sprites.gif
            │      │  │          sprites.png
            │      │  │          toolbar.arrowright.gif
            │      │  │          toolbar.bg.gif
            │      │  │          toolbar.buttonarrow.gif
            │      │  │          toolbar.collapse.gif
            │      │  │          toolbar.end.gif
            │      │  │          toolbar.expand.gif
            │      │  │          toolbar.separator.gif
            │      │  │          toolbar.start.gif
            │      │  │          
            │      │  └─silver
            │      │      │  fck_dialog.css
            │      │      │  fck_dialog_ie6.js
            │      │      │  fck_editor.css
            │      │      │  fck_strip.gif
            │      │      │  
            │      │      └─images
            │      │              dialog.sides.gif
            │      │              dialog.sides.png
            │      │              dialog.sides.rtl.png
            │      │              sprites.gif
            │      │              sprites.png
            │      │              toolbar.arrowright.gif
            │      │              toolbar.buttonarrow.gif
            │      │              toolbar.buttonbg.gif
            │      │              toolbar.collapse.gif
            │      │              toolbar.end.gif
            │      │              toolbar.expand.gif
            │      │              toolbar.separator.gif
            │      │              toolbar.start.gif
            │      │              
            │      └─_source
            │          │  fckconstants.js
            │          │  fckeditorapi.js
            │          │  fckjscoreextensions.js
            │          │  fckscriptloader.js
            │          │  
            │          ├─classes
            │          │      fckcontextmenu.js
            │          │      fckdataprocessor.js
            │          │      fckdocumentfragment_gecko.js
            │          │      fckdocumentfragment_ie.js
            │          │      fckdomrange.js
            │          │      fckdomrangeiterator.js
            │          │      fckdomrange_gecko.js
            │          │      fckdomrange_ie.js
            │          │      fckeditingarea.js
            │          │      fckelementpath.js
            │          │      fckenterkey.js
            │          │      fckevents.js
            │          │      fckhtmliterator.js
            │          │      fckicon.js
            │          │      fckiecleanup.js
            │          │      fckimagepreloader.js
            │          │      fckkeystrokehandler.js
            │          │      fckmenublock.js
            │          │      fckmenublockpanel.js
            │          │      fckmenuitem.js
            │          │      fckpanel.js
            │          │      fckplugin.js
            │          │      fckspecialcombo.js
            │          │      fckstyle.js
            │          │      fcktoolbar.js
            │          │      fcktoolbarbreak_gecko.js
            │          │      fcktoolbarbreak_ie.js
            │          │      fcktoolbarbutton.js
            │          │      fcktoolbarbuttonui.js
            │          │      fcktoolbarfontformatcombo.js
            │          │      fcktoolbarfontscombo.js
            │          │      fcktoolbarfontsizecombo.js
            │          │      fcktoolbarpanelbutton.js
            │          │      fcktoolbarspecialcombo.js
            │          │      fcktoolbarstylecombo.js
            │          │      fckw3crange.js
            │          │      fckxml.js
            │          │      fckxml_gecko.js
            │          │      fckxml_ie.js
            │          │      
            │          ├─commandclasses
            │          │      fckblockquotecommand.js
            │          │      fckcorestylecommand.js
            │          │      fckfitwindow.js
            │          │      fckindentcommands.js
            │          │      fckjustifycommands.js
            │          │      fcklistcommands.js
            │          │      fcknamedcommand.js
            │          │      fckpasteplaintextcommand.js
            │          │      fckpastewordcommand.js
            │          │      fckremoveformatcommand.js
            │          │      fckshowblocks.js
            │          │      fckspellcheckcommand_gecko.js
            │          │      fckspellcheckcommand_ie.js
            │          │      fckstylecommand.js
            │          │      fcktablecommand.js
            │          │      fcktextcolorcommand.js
            │          │      fck_othercommands.js
            │          │      
            │          └─internals
            │                  fck.js
            │                  fckbrowserinfo.js
            │                  fckcodeformatter.js
            │                  fckcommands.js
            │                  fckconfig.js
            │                  fckdebug.js
            │                  fckdialog.js
            │                  fckdocumentprocessor.js
            │                  fckdomtools.js
            │                  fcklanguagemanager.js
            │                  fcklisthandler.js
            │                  fcklistslib.js
            │                  fckplugins.js
            │                  fckregexlib.js
            │                  fckselection.js
            │                  fckselection_gecko.js
            │                  fckselection_ie.js
            │                  fckstyles.js
            │                  fcktablehandler.js
            │                  fcktablehandler_gecko.js
            │                  fcktablehandler_ie.js
            │                  fcktoolbaritems.js
            │                  fcktoolbarset.js
            │                  fcktools.js
            │                  fcktools_gecko.js
            │                  fcktools_ie.js
            │                  fckundo.js
            │                  fckurlparams.js
            │                  fckxhtml.js
            │                  fckxhtmlentities.js
            │                  fckxhtml_gecko.js
            │                  fckxhtml_ie.js
            │                  fck_contextmenu.js
            │                  fck_gecko.js
            │                  fck_ie.js
            │                  
            ├─images
            │  │  326_26.gif
            │  │  bg_bottom.gif
            │  │  bg_top.gif
            │  │  blank.gif
            │  │  btn_buy.gif
            │  │  cart_001.gif
            │  │  cart_bg01.gif
            │  │  cart_btn01.gif
            │  │  cart_btn02.gif
            │  │  cart_ico.gif
            │  │  cft_img.gif
            │  │  code.gif
            │  │  colce.gif
            │  │  cornor2.gif
            │  │  cornor3.gif
            │  │  cxxx_btn.gif
            │  │  cxxx_btn1.gif
            │  │  Flash.swf
            │  │  flash_bg.gif
            │  │  flash_left.gif
            │  │  flash_right.gif
            │  │  footer_bg.gif
            │  │  footer_logo.gif
            │  │  gallery_bg01.gif
            │  │  gallery_bg02.gif
            │  │  gallery_bg03.gif
            │  │  gallery_bg04.gif
            │  │  gallery_bg05.gif
            │  │  gallery_bg06.gif
            │  │  gallery_bg07.gif
            │  │  gallery_bg08.gif
            │  │  goods_01.jpg
            │  │  goods_bg01.gif
            │  │  good_bg01.jpg
            │  │  go_ settle.gif
            │  │  help_buy01.gif
            │  │  home_ad01.jpg
            │  │  ico_01.gif
            │  │  ico_02.gif
            │  │  img_01.jpg
            │  │  img_none.gif
            │  │  kq_img.gif
            │  │  lb_bg.gif
            │  │  lb_tit.gif
            │  │  left_bg1.gif
            │  │  left_b_bg.gif
            │  │  left_c_bg.gif
            │  │  left_t_bg.gif
            │  │  line.gif
            │  │  login_01.gif
            │  │  login_02.gif
            │  │  login_03.gif
            │  │  login_04.gif
            │  │  login_05.gif
            │  │  login_06.gif
            │  │  login_07.gif
            │  │  login_08.gif
            │  │  login_btn.gif
            │  │  login_tit.gif
            │  │  logo.jpg
            │  │  l_c_bottom.gif
            │  │  l_c_top.gif
            │  │  main_bg.gif
            │  │  main_new_bg.gif
            │  │  n9.gif
            │  │  nav_bg.gif
            │  │  nav_li.png
            │  │  new_t_bg.gif
            │  │  order_head.jpg
            │  │  order_ul.jpg
            │  │  right_03.gif
            │  │  settlement.gif
            │  │  sjzf_img.gif
            │  │  smj_answer.jpg
            │  │  smj_ask.jpg
            │  │  smj_submit.jpg
            │  │  sp_tit.gif
            │  │  submit.gif
            │  │  sub_banner.jpg
            │  │  sub_c_bottom.gif
            │  │  sub_c_top.gif
            │  │  sub_lb_bg.gif
            │  │  sub_logo.jpg
            │  │  sub_s_logo.jpg
            │  │  tc_btn.gif
            │  │  Thumbs.db
            │  │  top_bg1.gif
            │  │  xixi.gif
            │  │  xwzx_btn.gif
            │  │  xwzx_btn1.gif
            │  │  xxzx_btn1.gif
            │  │  yy_btn.gif
            │  │  zc.gif
            │  │  zfb_img.gif
            │  │  
            │  └─img
            │          1.jpg
            │          4.jpg
            │          5.jpg
            │          6.jpg
            │          7.jpg
            │          8.jpg
            │          9.jpg
            │          img_01.jpg
            │          
            ├─js
            │      14.js
            │      16.js
            │      17.js
            │      18.js
            │      19.js
            │      20100304141518898283.jpg
            │      22.js
            │      car.js
            │      common.js
            │      dropdownc.js
            │      dropdowntabs.js
            │      dropdown_initialize.js
            │      jquery-1.3.2.min.js
            │      jquery.js
            │      MoveGgb2312.js
            │      Picasa.js
            │      swfobject.js
            │      yoka.js
            │      
            ├─news
            │  │  cartInsert.aspx
            │  │  cartInsert.aspx.cs
            │  │  goods.aspx
            │  │  goods.aspx.cs
            │  │  goodsDetail.aspx
            │  │  goodsDetail.aspx.cs
            │  │  index.aspx
            │  │  index.aspx.cs
            │  │  newsDetail.aspx
            │  │  newsDetail.aspx.cs
            │  │  newsGoods.aspx
            │  │  newsGoods.aspx.cs
            │  │  
            │  ├─css
            │  │      common (from Lancy).css
            │  │      common.css
            │  │      GuidedNav.css
            │  │      stn_style.css
            │  │      style.css
            │  │      style_sub.css
            │  │      
            │  ├─images
            │  │  │  banner.gif
            │  │  │  bg.gif
            │  │  │  body_bg.gif
            │  │  │  btn_buy.gif
            │  │  │  cart_ico.gif
            │  │  │  catr_tit.gif
            │  │  │  code.gif
            │  │  │  colce.gif
            │  │  │  c_bg.gif
            │  │  │  c_tit.gif
            │  │  │  footer_bg.gif
            │  │  │  goods.gif
            │  │  │  ico_02.gif
            │  │  │  js_btn.gif
            │  │  │  lb_bg.gif
            │  │  │  lb_tit.gif
            │  │  │  login_btn.gif
            │  │  │  login_tit.gif
            │  │  │  logo.gif
            │  │  │  nav_bg.gif
            │  │  │  nav_bg.png
            │  │  │  nav_li.gif
            │  │  │  nav_li.png
            │  │  │  newGoodsBg.png
            │  │  │  new_tit.gif
            │  │  │  order_banner_bg.gif
            │  │  │  order_banner_left.gif
            │  │  │  order_banner_right.gif
            │  │  │  tit.gif
            │  │  │  top_bg.gif
            │  │  │  xp_tit.gif
            │  │  │  zc.gif
            │  │  │  
            │  │  └─img
            │  ├─js
            │  │      common.js
            │  │      jquery-1.3.2.min.js
            │  │      yoka.js
            │  │      
            │  └─swf
            │          hotpic.swf
            │          
            ├─swf
            │      hotpic.swf
            │      
            ├─Upload
            │  └─image
            │          20101013035035.JPG
            │          20101013074650.JPG
            │          20101013105827.JPG
            │          20101013110024.JPG
            │          20101013110201.JPG
            │          20101013110748.JPG
            │          20101013110958.JPG
            │          20101013111041.JPG
            │          20101014111756.JPG
            │          20101014112019.JPG
            │          20101014112101.JPG
            │          20101014112108.JPG
            │          20101014112221.JPG
            │          20101014112331.JPG
            │          20101019012859.JPG
            │          20101019012909.JPG
            │          20101019012924.JPG
            │          20101019012936.JPG
            │          20101019012948.JPG
            │          20101019013000.JPG
            │          20101019052340.JPG
            │          20101019052448.JPG
            │          20101019052554.JPG
            │          20101019052619.JPG
            │          20101019052634.JPG
            │          20101019052652.JPG
            │          20101019052707.JPG
            │          20101019052721.JPG
            │          20101019052821.JPG
            │          20101019052904.JPG
            │          20101019090154.JPG
            │          20101019090234.JPG
            │          20101019090258.JPG
            │          20101019090314.JPG
            │          20101019090403.JPG
            │          20101019090430.JPG
            │          20101019090515.JPG
            │          20101019090543.JPG
            │          20101019112159.JPG
            │          780d73ad-cbc2-485a-8fd1-fed0398c0373.jpg
            │          e7031037-9a21-4a98-86fe-9737f941caff.jpg
            │          q.jpg
            │          T1i4XMXktmXXcZRfcZ_031919_jpg_310x310.jpg
            │          
            └─userManager
                    orderDetail.aspx
                    orderDetail.aspx.cs
                    orderList.aspx
                    orderList.aspx.cs
                    

目    录    
 
1.1网站开发背景    1
1.2 网站开发的意义    1
1.3 开发方法    1
1.3 开发工具简介    2
?    C#简介    2
?    ASP.NET简介    3
?    数据库简介    4
第二章 需求分析    6
2.1 可行性分析    6
2.2 系统需要解决的问题    6
2.3 系统具备的功能    7
2.3.1 功能概述    7
2.3.2 功能模块图:    8
2.4 业务流程分析    8
2.5 系统目标    8
3.1 系统开发环境    9
3.1.1 硬件环境    9
3.1.2 软件环境    9
3.1.3 开发工具    9
3.1.4 数据库    9
3.2 数据库设计    10
3.3 数据库E—R图    12
3.4 各个模块基本流程图设计    12
3.4.1 管理员模块    12
3.4.2 会员模块    14
3.5 系统输入输出    15
3.5.1  输入设计:    15
3.5.2  输出设计:    16
4 系统实现    17
4.1 系统主界面    17
4.2 化妆品信息维护页面    18
4.3会员注册列表    20
4.4 订单审核    20
4.5 用户注册    22
4.6 购物车    23
4.7 用户订单    24
第五章 系统实现    28
5.1 测试概述    28
5.2 测试特性    28
5.3 系统测试    29
结论    31
参考文献    32
致谢    33


标签:化妆品销售,网上购物,化妆品购物商城

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

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

  • 联系QQ:81677093
  • 微信:bysj1950