资源简介
一个较为完善的bbs论坛系统,其中包含了mysql数据库的脚本,还有页面的html文件,jsp文件,java源码可通过反编译获取,适合java新手进行模仿学习!
代码片段和文件信息
“““
FCKeditor - The text editor for Internet - http://www.fckeditor.net
Copyright (C) 2003-2007 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 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
)
Html += “ “
return Html
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 4107 2009-05-25 20:36 editor_full\edit.css
文件 21974 2009-05-25 20:38 editor_full\editor.jsp
文件 24293 2009-04-01 12:08 editor_full\editor.js_old
文件 12484 2009-04-01 12:08 editor_full\editor_js.jsp
文件 24687 2009-04-01 12:08 editor_full\editor_js2.jsp
文件 66 2009-04-01 12:06 editor_full\images\aleft.gif
文件 66 2009-04-01 12:06 editor_full\images\aright.gif
文件 82 2009-04-01 12:06 editor_full\images\bold.gif
文件 131 2009-04-01 12:06 editor_full\images\bullist.gif
文件 66 2009-04-01 12:06 editor_full\images\center.gif
文件 138 2009-04-01 12:06 editor_full\images\cleancode.gif
文件 343 2009-04-01 12:06 editor_full\images\code.gif
文件 364 2009-04-01 12:06 editor_full\images\copy.gif
文件 336 2009-04-01 12:06 editor_full\images\cut.gif
文件 111 2009-04-01 12:06 editor_full\images\deletecolumn.gif
文件 113 2009-04-01 12:06 editor_full\images\deleterow.gif
文件 12954 2009-04-01 12:06 editor_full\images\emot.htm
文件 13262 2009-04-01 12:06 editor_full\images\emot.jsp
文件 1703 2009-04-01 12:07 editor_full\images\emot_files\1(1).gif
文件 901 2009-04-01 12:07 editor_full\images\emot_files\1.gif
文件 1689 2009-04-01 12:07 editor_full\images\emot_files\10(1).gif
文件 1114 2009-04-01 12:07 editor_full\images\emot_files\10.gif
文件 1740 2009-04-01 12:07 editor_full\images\emot_files\11(1).gif
文件 683 2009-04-01 12:07 editor_full\images\emot_files\11.gif
文件 2221 2009-04-01 12:07 editor_full\images\emot_files\12(1).gif
文件 1146 2009-04-01 12:07 editor_full\images\emot_files\12.gif
文件 1694 2009-04-01 12:07 editor_full\images\emot_files\13(1).gif
文件 1154 2009-04-01 12:07 editor_full\images\emot_files\13.gif
文件 1696 2009-04-01 12:07 editor_full\images\emot_files\14(1).gif
文件 1247 2009-04-01 12:07 editor_full\images\emot_files\14.gif
............此处省略6834个文件信息
- 上一篇:基于Java的旅游网站系统154986
- 下一篇:javaEE健康管理系统.zip
相关资源
- mysql数据处理,java用户登录处理
- springboot2.0+spring cloud+eureka(分布式项
- ssh投票系统小项目
- 法律咨询信息系统(java+jsp+sqlserver)
- Java快速开发平台源码(renren-fast)
- 锐聘学院QST青软JavaWeb十二个打包
- 3.3.6微信支付JAVA版demo
- 都市供求信息网(源码+数据库+文档)
- javaweb网上购物系统源码(附数据库脚
- javaweb校园宿舍系统(附数据库脚本)
- JavaWeb书城项目(附数据库脚本)
- 基于JAVA_JSP电子书系统(源码+数据库
- Java网络编程知识点总结.xmind
- 一站式Java网络编程 BIO-NIO-AIO资料源码
- jsp讲解
- 基于SSH框架的JavaWeb项目—人员信息管
- javaweb实现的邮件收发系统(附数据库
- Java 仿QQ(附客户端以及服务端源码)
- Java TCP IP Socket
- java定时发送邮件(基于quartz)
- Java Swing开发的《星际争霸》游戏
- java+数据库商品交易管理系统(附数据
- 使用java语言编译一个计算器
- java swing工资管理系统(源码+数据库
- JAVALibrary
- 微信企业号回调模式Java版
- 顺丰丰桥接口开发详细教程源码含下
- Java博客概要设计文档
- 药品进销存管理系统(论文范文_JSP
- JSP购物网站完整源码包含项目源码,
评论
共有 条评论