-
大小: 18.53MB文件類型: .rar金幣: 2下載: 0 次發(fā)布日期: 2024-01-21
- 語言: Java
- 標(biāo)簽: Java??MySQL??MVC??系統(tǒng)源碼??
資源簡介
網(wǎng)站設(shè)計(jì)了學(xué)生、企業(yè)和管理員三種用戶。學(xué)生用戶可以在前臺(tái)按照特定的條件搜索兼職職位,并對(duì)合適的職位進(jìn)行申請(qǐng),申請(qǐng)職位的學(xué)生必須先注冊(cè)個(gè)人帳號(hào)并完善資料才可以進(jìn)行。申請(qǐng)后可以查看自己的職位申請(qǐng)記錄。企業(yè)在網(wǎng)站中主要的是發(fā)布自己的招聘職位,并對(duì)應(yīng)聘的學(xué)生進(jìn)行申請(qǐng)?zhí)幚怼O到y(tǒng)管理員用戶主要是對(duì)注冊(cè)的學(xué)生、企業(yè)用戶進(jìn)行管理,并可以對(duì)兼職職位進(jìn)行審核,審核后的職位才可以在前臺(tái)顯示出來。
代碼片段和文件信息
“““
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í)間???名稱
-----------?---------??----------?-----??----
?????文件???????5437??2019-11-12?21:17??學(xué)生兼職網(wǎng)的設(shè)計(jì)與實(shí)現(xiàn)\jianzhi\.classpath
?????文件????????294??2019-11-12?20:32??學(xué)生兼職網(wǎng)的設(shè)計(jì)與實(shí)現(xiàn)\jianzhi\.myme
?????文件???????1413??2019-11-13?09:04??學(xué)生兼職網(wǎng)的設(shè)計(jì)與實(shí)現(xiàn)\jianzhi\.project
?????文件????????500??2019-11-12?20:32??學(xué)生兼職網(wǎng)的設(shè)計(jì)與實(shí)現(xiàn)\jianzhi\.settings\.jsdtscope
?????文件????????330??2019-11-12?20:32??學(xué)生兼職網(wǎng)的設(shè)計(jì)與實(shí)現(xiàn)\jianzhi\.settings\org.eclipse.jdt.core.prefs
?????文件?????????49??2019-11-12?20:32??學(xué)生兼職網(wǎng)的設(shè)計(jì)與實(shí)現(xiàn)\jianzhi\.settings\org.eclipse.wst.jsdt.ui.superType.container
?????文件??????????6??2019-11-12?20:32??學(xué)生兼職網(wǎng)的設(shè)計(jì)與實(shí)現(xiàn)\jianzhi\.settings\org.eclipse.wst.jsdt.ui.superType.name
?????文件???????2749??2019-11-13?09:36??學(xué)生兼職網(wǎng)的設(shè)計(jì)與實(shí)現(xiàn)\jianzhi\WebRoot\adminlogin.jsp
?????文件????????772??2016-11-22?19:27??學(xué)生兼職網(wǎng)的設(shè)計(jì)與實(shí)現(xiàn)\jianzhi\WebRoot\default.jsp
?????文件???????6135??2019-11-14?13:40??學(xué)生兼職網(wǎng)的設(shè)計(jì)與實(shí)現(xiàn)\jianzhi\WebRoot\denglu.jsp
?????文件????????236??2016-11-22?19:27??學(xué)生兼職網(wǎng)的設(shè)計(jì)與實(shí)現(xiàn)\jianzhi\WebRoot\fckeditor\editor\css\behaviors\disablehandles.htc
?????文件????????822??2016-11-22?19:27??學(xué)生兼職網(wǎng)的設(shè)計(jì)與實(shí)現(xiàn)\jianzhi\WebRoot\fckeditor\editor\css\behaviors\showtableborders.htc
?????文件???????2648??2016-11-22?19:27??學(xué)生兼職網(wǎng)的設(shè)計(jì)與實(shí)現(xiàn)\jianzhi\WebRoot\fckeditor\editor\css\fck_editorarea.css
?????文件???????4088??2016-11-22?19:27??學(xué)生兼職網(wǎng)的設(shè)計(jì)與實(shí)現(xiàn)\jianzhi\WebRoot\fckeditor\editor\css\fck_internal.css
?????文件???????1696??2016-11-22?19:27??學(xué)生兼職網(wǎng)的設(shè)計(jì)與實(shí)現(xiàn)\jianzhi\WebRoot\fckeditor\editor\css\fck_showtableborders_gecko.css
?????文件????????288??2016-11-22?19:27??學(xué)生兼職網(wǎng)的設(shè)計(jì)與實(shí)現(xiàn)\jianzhi\WebRoot\fckeditor\editor\css\images\block_address.png
?????文件????????293??2016-11-22?19:27??學(xué)生兼職網(wǎng)的設(shè)計(jì)與實(shí)現(xiàn)\jianzhi\WebRoot\fckeditor\editor\css\images\block_blockquote.png
?????文件????????229??2016-11-22?19:27??學(xué)生兼職網(wǎng)的設(shè)計(jì)與實(shí)現(xiàn)\jianzhi\WebRoot\fckeditor\editor\css\images\block_div.png
?????文件????????218??2016-11-22?19:27??學(xué)生兼職網(wǎng)的設(shè)計(jì)與實(shí)現(xiàn)\jianzhi\WebRoot\fckeditor\editor\css\images\block_h1.png
?????文件????????220??2016-11-22?19:27??學(xué)生兼職網(wǎng)的設(shè)計(jì)與實(shí)現(xiàn)\jianzhi\WebRoot\fckeditor\editor\css\images\block_h2.png
?????文件????????219??2016-11-22?19:27??學(xué)生兼職網(wǎng)的設(shè)計(jì)與實(shí)現(xiàn)\jianzhi\WebRoot\fckeditor\editor\css\images\block_h3.png
?????文件????????229??2016-11-22?19:27??學(xué)生兼職網(wǎng)的設(shè)計(jì)與實(shí)現(xiàn)\jianzhi\WebRoot\fckeditor\editor\css\images\block_h4.png
?????文件????????236??2016-11-22?19:27??學(xué)生兼職網(wǎng)的設(shè)計(jì)與實(shí)現(xiàn)\jianzhi\WebRoot\fckeditor\editor\css\images\block_h5.png
?????文件????????216??2016-11-22?19:27??學(xué)生兼職網(wǎng)的設(shè)計(jì)與實(shí)現(xiàn)\jianzhi\WebRoot\fckeditor\editor\css\images\block_h6.png
?????文件????????205??2016-11-22?19:27??學(xué)生兼職網(wǎng)的設(shè)計(jì)與實(shí)現(xiàn)\jianzhi\WebRoot\fckeditor\editor\css\images\block_p.png
?????文件????????223??2016-11-22?19:27??學(xué)生兼職網(wǎng)的設(shè)計(jì)與實(shí)現(xiàn)\jianzhi\WebRoot\fckeditor\editor\css\images\block_pre.png
?????文件????????184??2016-11-22?19:27??學(xué)生兼職網(wǎng)的設(shè)計(jì)與實(shí)現(xiàn)\jianzhi\WebRoot\fckeditor\editor\css\images\fck_anchor.gif
?????文件????????599??2016-11-22?19:27??學(xué)生兼職網(wǎng)的設(shè)計(jì)與實(shí)現(xiàn)\jianzhi\WebRoot\fckeditor\editor\css\images\fck_flashlogo.gif
?????文件????????105??2016-11-22?19:27??學(xué)生兼職網(wǎng)的設(shè)計(jì)與實(shí)現(xiàn)\jianzhi\WebRoot\fckeditor\editor\css\images\fck_hiddenfield.gif
?????文件?????????54??2016-11-22?19:27??學(xué)生兼職網(wǎng)的設(shè)計(jì)與實(shí)現(xiàn)\jianzhi\WebRoot\fckeditor\editor\css\images\fck_pagebreak.gif
............此處省略806個(gè)文件信息
評(píng)論
共有 條評(píng)論