-
大小: 9.67MB文件類型: .zip金幣: 2下載: 0 次發(fā)布日期: 2023-11-10
- 語言: Java
- 標(biāo)簽: 物品交易??畢業(yè)設(shè)計(jì)??jsp??java_web??
資源簡介
二手商品交易網(wǎng)站是一個(gè)服務(wù)于在校學(xué)生的C2C的交易網(wǎng)站,通過本網(wǎng)站用戶可自由出售和購買商品,為廣大學(xué)生提供了平等互利、方便快捷的交易空間。系統(tǒng)的主要功能包括:會(huì)員管理、類別管理、用戶注冊(cè)、商品發(fā)布、商品審核。
本系統(tǒng)前臺(tái)主要使用JSP作為開發(fā)語言,后臺(tái)使用MySQL作為數(shù)據(jù)庫管理系統(tǒng),開發(fā)環(huán)境是MyEclipse,服務(wù)器采用tomcat,開發(fā)出的一個(gè)基于Web技術(shù)的B/S結(jié)構(gòu)的二手電子產(chǎn)品交易系統(tǒng)。

代碼片段和文件信息
“““
FCKeditor?-?The?text?editor?for?Internet?-?http://www.fckeditor.net
Copyright?(C)?2003-2008?Frederico?Caldeira?Knabben
==?BEGIN?LICENSE?==
Licensed?under?the?terms?of?any?of?the?following?licenses?at?your
choice:
?-?GNU?General?Public?License?Version?2?or?later?(the?“GPL“)
???http://www.gnu.org/licenses/gpl.html
?-?GNU?Lesser?General?Public?License?Version?2.1?or?later?(the?“LGPL“)
???http://www.gnu.org/licenses/lgpl.html
?-?Mozilla?Public?License?Version?1.1?or?later?(the?“MPL“)
???http://www.mozilla.org/MPL/MPL-1.1.html
==?END?LICENSE?==
This?is?the?integration?file?for?Python.
“““
import?cgi
import?os
import?re
import?string
def?escape(text?replace=string.replace):
????“““Converts?the?special?characters?‘<‘?‘>‘?and?‘&‘.
????RFC?1866?specifies?that?these?characters?be?represented
????in?HTML?as?<?>?and?&?respectively.?In?Python
????1.5?we?use?the?new?string.replace()?function?for?speed.
????“““
????text?=?replace(text?‘&‘?‘&‘)?#?must?be?done?1st
????text?=?replace(text?‘<‘?‘<‘)
????text?=?replace(text?‘>‘?‘>‘)
????text?=?replace(text?‘“‘?‘"‘)
????text?=?replace(text?“‘“?‘‘‘)
????return?text
#?The?FCKeditor?class
class?FCKeditor(object):
def?__init__(self?instanceName):
self.InstanceName?=?instanceName
self.basePath?=?‘/fckeditor/‘
self.Width?=?‘100%‘
self.Height?=?‘200‘
self.ToolbarSet?=?‘Default‘
self.Value?=?‘‘;
self.Config?=?{}
def?Create(self):
return?self.CreateHtml()
def?CreateHtml(self):
HtmlValue?=?escape(self.Value)
Html?=?““
if?(self.IsCompatible()):
File?=?“fckeditor.html“
link?=?“%seditor/%s?InstanceName=%s“?%?(
self.basePath
File
self.InstanceName
)
if?(self.ToolbarSet?is?not?None):
link?+=?“&Toolbar=%s“?%?self.ToolbarSet
#?Render?the?linked?hidden?field
Html?+=?“yle=\“display:none\“?/>“?%?(
self.InstanceName
self.InstanceName
HtmlValue
)
#?Render?the?configurations?hidden?field
Html?+=?“yle=\“display:none\“?/>“?%?(
self.InstanceName
self.GetConfigFieldString()
)
#?Render?the?editor?iframe
Html?+=?“rame?id=\“%s\__frame\“?src=\“%s\“?width=\“%s\“?height=\“%s\“?frameborder=\“0\“?scrolling=\“no\“> rame>“?%?(
self.InstanceName
link
self.Width
self.Height
)
else:
if?(self.Width.find(“%%“)?0):
WidthCSS?=?“%spx“?%?self.Width
else:
WidthCSS?=?self.Width
if?(self.Height.find(“%%“)?0):
HeightCSS?=?“%spx“?%?self.Height
else:
HeightCSS?=?self.Height
Html?+=?““?%?(
self.InstanceName
WidthCSS
HeightCSS
HtmlValue
)
return?Html
def?IsCom
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2018-05-10?20:41??校園二手物品交易網(wǎng)\
?????目錄???????????0??2017-07-13?18:42??校園二手物品交易網(wǎng)\錄像\
?????文件?????3021032??2015-04-26?09:43??校園二手物品交易網(wǎng)\錄像\jsp277校園二手物品交易網(wǎng)演示.zip
?????目錄???????????0??2017-07-13?18:42??校園二手物品交易網(wǎng)\數(shù)據(jù)庫\
?????文件???????10339??2014-04-17?20:38??校園二手物品交易網(wǎng)\數(shù)據(jù)庫\db_c2c.sql
?????目錄???????????0??2017-07-13?18:42??校園二手物品交易網(wǎng)\程序\
?????文件????????5186??2011-03-19?02:43??校園二手物品交易網(wǎng)\程序\.classpath
?????目錄???????????0??2017-07-13?18:43??校園二手物品交易網(wǎng)\程序\.myeclipse\
?????文件?????????529??2011-03-19?03:51??校園二手物品交易網(wǎng)\程序\.myhibernatedata
?????文件?????????291??2015-05-13?12:09??校園二手物品交易網(wǎng)\程序\.myme
?????文件????????1693??2015-05-13?12:09??校園二手物品交易網(wǎng)\程序\.project
?????目錄???????????0??2017-07-13?18:42??校園二手物品交易網(wǎng)\程序\.settings\
?????文件?????????191??2012-03-27?16:45??校園二手物品交易網(wǎng)\程序\.settings\org.eclipse.core.resources.prefs
?????文件?????????330??2010-07-16?17:19??校園二手物品交易網(wǎng)\程序\.settings\org.eclipse.jdt.core.prefs
?????文件?????????273??2011-03-04?16:54??校園二手物品交易網(wǎng)\程序\.springBeans
?????文件?????????363??2012-03-21?17:35??校園二手物品交易網(wǎng)\程序\.tomcatplugin
?????文件??????????21??2012-03-22?09:57??校園二手物品交易網(wǎng)\程序\readme.txt
?????目錄???????????0??2017-07-13?18:43??校園二手物品交易網(wǎng)\程序\src\
?????目錄???????????0??2017-07-13?18:42??校園二手物品交易網(wǎng)\程序\WebRoot\
?????目錄???????????0??2017-07-13?18:42??校園二手物品交易網(wǎng)\程序\WebRoot\common\
?????文件?????????872??2011-03-26?16:48??校園二手物品交易網(wǎng)\程序\WebRoot\common\add_success.jsp
?????文件?????????817??2010-01-27?10:25??校園二手物品交易網(wǎng)\程序\WebRoot\common\del_success.jsp
?????文件?????????794??2011-03-28?00:24??校園二手物品交易網(wǎng)\程序\WebRoot\common\msg.jsp
?????文件?????????731??2009-05-12?16:32??校園二手物品交易網(wǎng)\程序\WebRoot\common\succeed.jsp
?????文件?????????805??2011-03-28?00:23??校園二手物品交易網(wǎng)\程序\WebRoot\common\update_success.jsp
?????文件????????3769??2011-03-28?00:35??校園二手物品交易網(wǎng)\程序\WebRoot\common\userinfo.jsp
?????文件????????2780??2012-03-25?20:11??校園二手物品交易網(wǎng)\程序\WebRoot\common\view_userinfo.jsp
?????目錄???????????0??2017-07-13?18:42??校園二手物品交易網(wǎng)\程序\WebRoot\css\
?????文件????????5008??2010-10-05?21:26??校園二手物品交易網(wǎng)\程序\WebRoot\css\ba
?????文件???????91968??2011-03-19?05:07??校園二手物品交易網(wǎng)\程序\WebRoot\css\Common.css
?????文件?????????795??2010-10-15?09:52??校園二手物品交易網(wǎng)\程序\WebRoot\css\dtree.css
............此處省略1027個(gè)文件信息
評(píng)論
共有 條評(píng)論