上海購物網(wǎng)設(shè)計(jì)的購物系統(tǒng)是基于WEB開發(fā)的大型購物系統(tǒng)。 它以構(gòu)建電子商務(wù)網(wǎng)站為目標(biāo),由前臺購物、后臺管理、在線支付三大部分組成。各大部分完美結(jié)合,都有著最為完善和強(qiáng)大的功能,最大限度的滿足客戶網(wǎng)上開店和網(wǎng)上購物的需求。商城系統(tǒng)分為普通版和SQL版,滿足各個級別用戶購建網(wǎng)上商店的需要。 上海購物網(wǎng)為回報(bào)客戶,現(xiàn)在購買可以免費(fèi)提供在線支付平臺及在線語音視頻咨詢系統(tǒng),租用不限空間大小。并免費(fèi)幫助調(diào)試!我們的商城系統(tǒng)和論壇系統(tǒng)已經(jīng)完美結(jié)合, 兩個系統(tǒng)一個入口,大大的簡化了會員的注冊步驟,節(jié)省時間, 提高工作效率。是構(gòu)建網(wǎng)上商店的首選! 如果您正在尋找一個出色的購物系統(tǒng)解決方案,如果原有產(chǎn)品無法適應(yīng)您企業(yè)的不斷增長,如果您為不斷提升的硬件需求而苦惱,如果您的網(wǎng)站因?yàn)榉?wù)器的不堪重負(fù)而停滯不前,上海購物購物商城--購物系統(tǒng)將為您提供一個嶄新的機(jī)遇和選擇。
上傳時間: 2013-12-28
上傳用戶:gyq
Web與數(shù)據(jù)庫的集成 PDF格式
標(biāo)簽: Web 數(shù)據(jù)庫 集成
上傳時間: 2013-11-29
上傳用戶:CSUSheep
用oracle pl/sql構(gòu)建web網(wǎng)上商店
上傳時間: 2014-01-04
上傳用戶:cuibaigao
TheTool is highy customizable map editor(based on QT) which can be extended via LUA scripts. A first implentation is ready and can be published to the public. The editor is the perfect tool who wants to design some 3d games but don t have time to write
標(biāo)簽: customizable extended TheTool scripts
上傳時間: 2013-12-12
上傳用戶:lanwei
This article is based in part on Bob Place s ADO is AOK (a simple ADO tutorial). Wrapper Usage This is consist of 2 classes. CDyndb : This Class manages connections and recordsets. Recordsets are organized as linked list (CList) and you can access them using their ids. CDynRec : This class is the node to populate for each recordsets. ADO封裝器類 這篇文章一部分基于Bob Place的《ADO is AOK》 (簡單的ADO指導(dǎo)) 。 包裹的用法 由2個類組成。 類CDyndb: 這個類別管理連接和記錄集。記錄集是連接起來的記錄的集合,你可以通過他們的ID訪問他們。 類CDynRec: 這個類別存放記錄集的代碼。
標(biāo)簽: This ADO tutorial article
上傳時間: 2013-12-14
上傳用戶:wfl_yy
為個人網(wǎng)站免費(fèi)提供高速聊天室,下載后請按說明進(jìn)行安裝,無須CGI權(quán)限在普通Web空間內(nèi)即可執(zhí)行。(老版聊天室注冊用戶無法進(jìn)入,請老版用戶下載本新版軟件重新安裝即可支持用戶注冊功能)該聊天室無須任何腳本和執(zhí)行權(quán)限,放在普通WEB空間里即可使用。藍(lán)雨java聊天室是藍(lán)雨工作室利用最新的java技術(shù)獨(dú)立開發(fā)的一款功能強(qiáng)大的,別具特色的商業(yè)聊天室系統(tǒng),具有速度快,高穩(wěn)定性,占用系統(tǒng)資源少,用戶界面友好等特點(diǎn)。這個免費(fèi)版本使用的是倚天硬件門戶的服務(wù)器,速度極快,而且可以定制完全自己風(fēng)格的聊天室,不含任何廣告
上傳時間: 2015-01-11
上傳用戶:qw12
This Unix C code monitors a web server every few minutes by trying to retrieve its home page. It sends you email when it can t connect, and every so often while the server is still down. It sends a final message when it comes back up. If you have email paging, just direct the email to your pager address.
標(biāo)簽: monitors retrieve minutes server
上傳時間: 2015-01-11
上傳用戶:pompey
This hands-on, one-stop guide delivers the focused, streamlined direction you need to get your Web solutions up and running quickly. Zero in on key ASP.NET configuration details and techniques using quick-reference tables, lists, coding and more.
標(biāo)簽: streamlined direction hands-on delivers
上傳時間: 2015-01-11
上傳用戶:Thuan
ASP.net用于IE的控件,包括treeView等,覺好的東東,讓你的web頁面像CS的一樣,聲明:是微軟的.
標(biāo)簽: treeView ASP net web
上傳時間: 2014-01-10
上傳用戶:D&L37
留言本 需要修改的地方都有注釋 你可以自行修改 主要有l(wèi)ogin.jsp和jdbc.java里面關(guān)系都數(shù)據(jù)庫連接部分 jdbc你修改編譯之后請放到WEB-INF\classes\wu目錄下面 數(shù)據(jù)庫采用的是mysql 建表語言是: CREATE TABLE liuyan_temp ( id int(6) NOT NULL auto_increment, url varchar(100) default # , ip varchar(20) default NULL, email varchar(50) default # , qq varchar(20) default NULL, sj varchar(30) default NULL, content text, xm varchar(20) default 沒有姓名 , KEY id (id) ) TYPE=MyISAM
標(biāo)簽: jdbc WEB-INFclasseswu login java
上傳時間: 2014-01-10
上傳用戶:songyue1991
蟲蟲下載站版權(quán)所有 京ICP備2021023401號-1