資源簡介
解決問題:解決高校寵大的課時、教師、教室等所帶來的排課問題以及排課時的沖突問題。
重點:排課管理功能的實現,不僅要考慮到教室和教師時間上的沖突問題,還要考慮到分段課、單雙周課時的資源利用問題;另外由于高校的教學特點,還要處理合班課、分班課、體育課與選修課等特殊課程的設置。
要求:JSP、PHP或其它動態網頁開發技術。
本系統實現的功能模塊有:1、系統管理模塊;2、基本信息管理模塊;3、課程管理模塊;4、課表查詢與打印模塊等等。

代碼片段和文件信息
“““
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
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
????..A.SH.??????7168??2012-08-28?00:17??#_jsp_150_sqlserver_排課系統_\Thumbs.db
?????文件??????38197??2012-07-01?10:03??#_jsp_150_sqlserver_排課系統_\后臺界面.jpg
????..A.SH.??????5120??2012-10-27?15:02??#_jsp_150_sqlserver_排課系統_\錄像\Thumbs.db
?????文件????6766592??2012-03-29?00:31??#_jsp_150_sqlserver_排課系統_\錄像\(動畫)jsp150排課系統.avi
?????文件????1048576??2012-03-29?00:32??#_jsp_150_sqlserver_排課系統_\數據庫\db_paike_Data.MDF
?????文件????1048576??2012-03-29?00:32??#_jsp_150_sqlserver_排課系統_\數據庫\db_paike_Log.LDF
?????文件????4562316??2012-08-27?17:10??#_jsp_150_sqlserver_排課系統_\智能排課系統.wmv
?????文件???????1580??2012-03-28?23:55??#_jsp_150_sqlserver_排課系統_\程序\.classpath
?????文件????????288??2012-03-28?23:55??#_jsp_150_sqlserver_排課系統_\程序\.myme
?????文件???????1223??2012-03-28?23:55??#_jsp_150_sqlserver_排課系統_\程序\.project
?????文件???????1358??2012-03-28?23:55??#_jsp_150_sqlserver_排課系統_\程序\WebRoot\admin\center.jsp
?????文件???????1548??2012-03-29?00:06??#_jsp_150_sqlserver_排課系統_\程序\WebRoot\admin\down.jsp
?????文件???????1017??2012-03-28?23:55??#_jsp_150_sqlserver_排課系統_\程序\WebRoot\admin\index.jsp
?????文件?????????33??2012-10-27?15:03??#_jsp_150_sqlserver_排課系統_\程序\WebRoot\admin\kecheng\kechengAdd.jsp
?????文件???????2845??2012-03-28?23:55??#_jsp_150_sqlserver_排課系統_\程序\WebRoot\admin\kecheng\kechengEditPre.jsp
?????文件???????3063??2012-03-28?23:55??#_jsp_150_sqlserver_排課系統_\程序\WebRoot\admin\kecheng\kechengMana.jsp
?????文件??????10220??2012-03-29?00:05??#_jsp_150_sqlserver_排課系統_\程序\WebRoot\admin\left.jsp
?????文件???????2496??2012-03-28?23:55??#_jsp_150_sqlserver_排課系統_\程序\WebRoot\admin\middel.jsp
?????文件???????6137??2012-03-28?23:55??#_jsp_150_sqlserver_排課系統_\程序\WebRoot\admin\stu\stuAdd.jsp
?????文件???????6387??2012-03-28?23:55??#_jsp_150_sqlserver_排課系統_\程序\WebRoot\admin\stu\stuEditPre.jsp
?????文件???????4243??2012-03-28?23:55??#_jsp_150_sqlserver_排課系統_\程序\WebRoot\admin\stu\stuMana.jsp
?????文件???????2709??2012-03-28?23:55??#_jsp_150_sqlserver_排課系統_\程序\WebRoot\admin\stu_xuanke\kechengAll.jsp
?????文件???????2714??2012-03-28?23:55??#_jsp_150_sqlserver_排課系統_\程序\WebRoot\admin\stu_xuanke\kechengByStu.jsp
?????文件???????3481??2012-03-28?23:55??#_jsp_150_sqlserver_排課系統_\程序\WebRoot\admin\stu_xuanke\stuAll.jsp
?????文件???????3870??2012-03-28?23:55??#_jsp_150_sqlserver_排課系統_\程序\WebRoot\admin\tea\teaAdd.jsp
?????文件???????4110??2012-03-28?23:55??#_jsp_150_sqlserver_排課系統_\程序\WebRoot\admin\tea\teaEditPre.jsp
?????文件???????3525??2012-03-28?23:55??#_jsp_150_sqlserver_排課系統_\程序\WebRoot\admin\tea\teaMana.jsp
?????文件???????3645??2012-03-29?00:03??#_jsp_150_sqlserver_排課系統_\程序\WebRoot\admin\top.jsp
?????文件???????4218??2012-03-28?23:55??#_jsp_150_sqlserver_排課系統_\程序\WebRoot\admin\userinfo\userPw.jsp
?????文件???????2690??2012-03-28?23:55??#_jsp_150_sqlserver_排課系統_\程序\WebRoot\admin\zhuanye\zhuanyeAdd.jsp
............此處省略879個文件信息
- 上一篇:EM算法java實現
- 下一篇:struts2.3.7所有jar包
評論
共有 條評論