資源簡介
鑒于網上很多新巴巴運動網的視頻沒有數據庫和開發文檔,特此上傳。這個資源是新巴巴運動網的數據庫和開發文檔,沒有源碼,源碼超過60m,沒法上傳

代碼片段和文件信息
“““
FCKeditor?-?The?text?editor?for?Internet?-?http://www.fckeditor.net
Copyright?(C)?2003-2009?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
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????2594??2015-01-22?16:51??頁面原型--前后臺\back_page\brand\add.jsp
?????文件???????2570??2015-01-22?16:51??頁面原型--前后臺\back_page\brand\edit.jsp
?????文件???????7226??2015-01-22?16:51??頁面原型--前后臺\back_page\brand\list.jsp
?????文件????????994??2015-01-22?16:05??頁面原型--前后臺\back_page\date.jsp
?????文件???????2416??2015-01-22?16:51??頁面原型--前后臺\back_page\fr
?????文件????????565??2015-01-22?16:05??頁面原型--前后臺\back_page\fr
?????文件???????1772??2015-01-22?16:51??頁面原型--前后臺\back_page\fr
?????文件????????569??2015-01-22?16:05??頁面原型--前后臺\back_page\fr
?????文件???????1300??2015-01-22?16:05??頁面原型--前后臺\back_page\head.jsp
?????文件????????678??2015-01-22?16:51??頁面原型--前后臺\back_page\index.jsp
?????文件???????1594??2015-01-22?16:51??頁面原型--前后臺\back_page\left.jsp
?????文件???????4168??2015-01-22?16:51??頁面原型--前后臺\back_page\login.jsp
?????文件????????624??2015-01-22?16:05??頁面原型--前后臺\back_page\main.jsp
?????文件???????4109??2015-01-22?16:51??頁面原型--前后臺\back_page\order\list.jsp
?????文件???????6261??2015-01-22?16:51??頁面原型--前后臺\back_page\order\view.jsp
?????文件???????6912??2015-01-22?16:51??頁面原型--前后臺\back_page\product\add.jsp
?????文件???????7490??2015-01-22?16:51??頁面原型--前后臺\back_page\product\list.jsp
?????文件???????4399??2015-01-22?16:51??頁面原型--前后臺\back_page\right.jsp
?????文件???????9766??2015-01-22?16:51??頁面原型--前后臺\back_page\sku\list.jsp
?????文件???????6648??2015-01-22?16:05??頁面原型--前后臺\back_page\top.jsp
?????文件????????580??2015-01-22?16:51??頁面原型--前后臺\back_page\type\list.jsp
?????文件??????13258??2015-01-22?16:05??頁面原型--前后臺\front_page\buyer\change_password.jsp
?????文件??????14702??2015-01-22?16:05??頁面原型--前后臺\front_page\buyer\deliver_address.jsp
?????文件??????14953??2015-01-22?16:05??頁面原型--前后臺\front_page\buyer\index.jsp
?????文件???????2681??2015-01-22?16:05??頁面原型--前后臺\front_page\buyer\login.jsp
?????文件??????14605??2015-01-22?16:05??頁面原型--前后臺\front_page\buyer\orders.jsp
?????文件??????13690??2015-01-22?16:05??頁面原型--前后臺\front_page\buyer\profile.jsp
?????文件??????10681??2015-03-02?16:02??頁面原型--前后臺\front_page\product\cart.jsp
?????文件???????2299??2015-01-22?16:05??頁面原型--前后臺\front_page\product\confirmOrder.jsp
?????文件??????31732??2015-01-22?16:09??頁面原型--前后臺\front_page\product\product.jsp
............此處省略1119個文件信息
評論
共有 條評論