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

  • 大小: 7.32M
    文件類型: .rar
    金幣: 2
    下載: 0 次
    發(fā)布日期: 2023-10-04
  • 語言: 其他
  • 標(biāo)簽: 其他??

資源簡(jiǎn)介

藥店倉(cāng)庫(kù)管理系統(tǒng).rar

資源截圖

代碼片段和文件信息

“““
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

?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----

?????文件???????1509??2020-03-19?20:39??藥店倉(cāng)庫(kù)管理系統(tǒng)\cangku\.classpath

?????文件????????291??2020-03-19?20:36??藥店倉(cāng)庫(kù)管理系統(tǒng)\cangku\.mymetadata

?????文件???????1412??2020-03-19?21:07??藥店倉(cāng)庫(kù)管理系統(tǒng)\cangku\.project

?????文件????????500??2020-03-19?20:36??藥店倉(cāng)庫(kù)管理系統(tǒng)\cangku\.settings\.jsdtscope

?????文件????????330??2020-03-19?20:36??藥店倉(cāng)庫(kù)管理系統(tǒng)\cangku\.settings\org.eclipse.jdt.core.prefs

?????文件?????????49??2020-03-19?20:36??藥店倉(cāng)庫(kù)管理系統(tǒng)\cangku\.settings\org.eclipse.wst.jsdt.ui.superType.container

?????文件??????????6??2020-03-19?20:36??藥店倉(cāng)庫(kù)管理系統(tǒng)\cangku\.settings\org.eclipse.wst.jsdt.ui.superType.name

?????文件???????2000??2020-03-19?20:43??藥店倉(cāng)庫(kù)管理系統(tǒng)\cangku\WebRoot\admin\catelog\catelogAdd.jsp

?????文件???????2681??2020-03-19?20:43??藥店倉(cāng)庫(kù)管理系統(tǒng)\cangku\WebRoot\admin\catelog\catelogMana.jsp

?????文件???????5786??2020-03-19?22:25??藥店倉(cāng)庫(kù)管理系統(tǒng)\cangku\WebRoot\admin\chuku\chukuAdd.jsp

?????文件???????1939??2020-03-19?23:07??藥店倉(cāng)庫(kù)管理系統(tǒng)\cangku\WebRoot\admin\chuku\chukudan.jsp

?????文件???????3533??2020-03-19?22:37??藥店倉(cāng)庫(kù)管理系統(tǒng)\cangku\WebRoot\admin\chuku\chukuMana.jsp

?????文件???????4928??2020-03-19?22:30??藥店倉(cāng)庫(kù)管理系統(tǒng)\cangku\WebRoot\admin\chuku\chukuMingxiAdd.jsp

?????文件???????2280??2020-03-19?22:32??藥店倉(cāng)庫(kù)管理系統(tǒng)\cangku\WebRoot\admin\chuku\chukuMingxiMana.jsp

?????文件???????4320??2020-03-19?22:48??藥店倉(cāng)庫(kù)管理系統(tǒng)\cangku\WebRoot\admin\chuku\chukuQuery.jsp

?????文件???????6192??2020-03-19?21:44??藥店倉(cāng)庫(kù)管理系統(tǒng)\cangku\WebRoot\admin\gongyingshang\gongyingshangAdd.jsp

?????文件???????3103??2020-03-19?21:51??藥店倉(cāng)庫(kù)管理系統(tǒng)\cangku\WebRoot\admin\gongyingshang\gongyingshangMana.jsp

?????文件???????6268??2020-03-19?20:57??藥店倉(cāng)庫(kù)管理系統(tǒng)\cangku\WebRoot\admin\goods\goodsAdd.jsp

?????文件???????2932??2020-03-19?21:46??藥店倉(cāng)庫(kù)管理系統(tǒng)\cangku\WebRoot\admin\goods\goodsMana.jsp

?????文件??????????0??2020-03-19?20:43??藥店倉(cāng)庫(kù)管理系統(tǒng)\cangku\WebRoot\admin\index\sysPro.jsp

?????文件???????4699??2020-03-19?23:12??藥店倉(cāng)庫(kù)管理系統(tǒng)\cangku\WebRoot\admin\index.jsp

?????文件???????1800??2020-03-19?22:51??藥店倉(cāng)庫(kù)管理系統(tǒng)\cangku\WebRoot\admin\kucun\kucunMana.jsp

?????文件???????4929??2020-03-19?20:43??藥店倉(cāng)庫(kù)管理系統(tǒng)\cangku\WebRoot\admin\pancun\pancunAdd.jsp

?????文件???????3290??2020-03-19?20:43??藥店倉(cāng)庫(kù)管理系統(tǒng)\cangku\WebRoot\admin\pancun\pancunMana.jsp

?????文件???????5661??2020-03-19?22:25??藥店倉(cāng)庫(kù)管理系統(tǒng)\cangku\WebRoot\admin\ruku\rukuAdd.jsp

?????文件???????1931??2020-03-19?23:06??藥店倉(cāng)庫(kù)管理系統(tǒng)\cangku\WebRoot\admin\ruku\rukudan.jsp

?????文件???????3279??2020-03-20?11:45??藥店倉(cāng)庫(kù)管理系統(tǒng)\cangku\WebRoot\admin\ruku\rukuMana.jsp

?????文件???????5017??2020-03-20?11:45??藥店倉(cāng)庫(kù)管理系統(tǒng)\cangku\WebRoot\admin\ruku\rukuMingxiAdd.jsp

?????文件???????2425??2020-03-19?22:14??藥店倉(cāng)庫(kù)管理系統(tǒng)\cangku\WebRoot\admin\ruku\rukuMingxiMana.jsp

?????文件???????4260??2020-03-19?22:50??藥店倉(cāng)庫(kù)管理系統(tǒng)\cangku\WebRoot\admin\ruku\rukuQuery.jsp

............此處省略810個(gè)文件信息

評(píng)論

共有 條評(píng)論