91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 5.82MB
    文件類型: .zip
    金幣: 2
    下載: 0 次
    發(fā)布日期: 2023-11-12
  • 語言: Java
  • 標(biāo)簽: 汽車銷售??

資源簡介

該汽車在線銷售管理系統(tǒng),采用了JSP技術(shù)開發(fā),實(shí)現(xiàn)了汽車在線的銷售管理功能。

資源截圖

代碼片段和文件信息

“““
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(“%%“)? WidthCSS?=?“%spx“?%?self.Width
else:
WidthCSS?=?self.Width
if?(self.Height.find(“%%“)? HeightCSS?=?“%spx“?%?self.Height
else:
HeightCSS?=?self.Height

Html?+=?“yle=\“width:?%s;?height:?%s;\“?wrap=\“virtual\“>%s“?%?(
self.InstanceName
WidthCSS
HeightCSS
HtmlValue

return?Html

def?IsCom

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----

?????文件???22551040??2011-12-02?07:48??luxiang.avi

-----------?---------??----------?-----??----

?????????????22551040????????????????????1


評論

共有 條評論