• 大小: 8.66MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-11-21
  • 语言: Java
  • 标签:

资源简介

解决问题:解决高校宠大的课时、教师、教室等所带来的排课问题以及排课时的冲突问题。 重点:排课管理功能的实现,不仅要考虑到教室和教师时间上的冲突问题,还要考虑到分段课、单双周课时的资源利用问题;另外由于高校的教学特点,还要处理合班课、分班课、体育课与选修课等特殊课程的设置。 要求: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 += “yle=\“width: %s; height: %s;\“ wrap=\“virtual\“>%s“ % (
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_排课系统_\程序\.mymetadata

     文件       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个文件信息

评论

共有 条评论