• 大小: 16.45MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-07-31
  • 语言: Java
  • 标签: jsp  ,博客    管理  

资源简介

基于jsp ,java的博客管理系统。数据库为mysql。功能有日志相册评论留言,系统配置,首页布局/模板的管理。

资源截图

代码片段和文件信息

#!/usr/bin/env python

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

Sample page.
“““

import cgi
import os

# Ensure that the fckeditor.py is included in your classpath
import fckeditor

# Tell the browser to render html
print “Content-Type: text/html“
print ““

# Document header
print “““


tle>FCKeditor - Sampletle>
ta http-equiv=“Content-Type“ content=“text/html; charset=utf-8“>
ta name=“robots“ content=“noindex nofollow“>
nk href=“../sample.css“ rel=“stylesheet“ type=“text/css“ />


FCKeditor - Python - Sample 1


This sample displays a normal HTML form with an FCKeditor with full features
enabled.



“““

# This is the real work
try:
sbasePath = os.environ.get(“script_NAME“)
sbasePath = sbasePath[0:sbasePath.find(“_samples“)]

oFCKeditor = fckeditor.FCKeditor(‘FCKeditor1‘)
oFCKeditor.basePath = sbasePath
oFCKeditor.Value = “““

This is some sample text. You are using FCKeditor.

“““
print oFCKeditor.Create()
except Exception e:
print e
print “““




“““

# For testing your environments
print “

for key in os.environ.keys():
print “%s: %s
“ % (key os.environ.get(key ““))
print “


# Document footer
print “““


“““

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件      31838  2009-05-16 19:07  sql\create_table.sql

     文件        711  2009-05-16 19:02  sql\initdata\blog_album.bak

     文件       5120  2009-05-16 19:05  sql\initdata\blog_album_photo.bak

     文件     253936  2009-05-16 19:05  sql\initdata\blog_article.bak

     文件       1148  2009-05-16 19:05  sql\initdata\blog_article_class.bak

     文件      13612  2009-05-16 19:05  sql\initdata\blog_article_tag.bak

     文件        838  2009-05-16 19:04  sql\initdata\blog_click_count.bak

     文件       3046  2009-05-16 19:04  sql\initdata\blog_comment.bak

     文件        228  2009-05-16 19:04  sql\initdata\blog_config_file_upload.bak

     文件        178  2009-05-16 19:04  sql\initdata\blog_config_rss.bak

     文件       1824  2009-05-16 19:04  sql\initdata\blog_config_site.bak

     文件      10823  2009-05-16 19:04  sql\initdata\blog_edit_article.bak

     文件       1749  2009-05-16 19:04  sql\initdata\blog_edit_article_class.bak

     文件       1075  2009-05-16 19:04  sql\initdata\blog_guestbook.bak

     文件       1701  2009-05-16 19:04  sql\initdata\blog_main.bak

     文件        658  2009-05-16 19:04  sql\initdata\blog_pic_spec.bak

     文件        873  2009-05-16 19:04  sql\initdata\blog_pur_group_module.bak

     文件       3525  2009-05-16 19:04  sql\initdata\blog_pur_user_module.bak

     文件        330  2009-05-16 19:04  sql\initdata\blog_search_index_db.bak

     文件       1666  2009-05-16 19:04  sql\initdata\blog_skin.bak

     文件        229  2009-05-16 19:04  sql\initdata\blog_skin_class.bak

     文件       2996  2009-05-16 19:04  sql\initdata\blog_sys_module.bak

     文件      46409  2009-05-16 19:04  sql\initdata\blog_sys_resource.bak

     文件       1186  2009-05-16 19:04  sql\initdata\blog_sys_sequence.bak

     文件        209  2009-05-16 19:04  sql\initdata\blog_sys_word_filter.bak

     文件        350  2009-05-16 19:04  sql\initdata\blog_user.bak

     文件       1627  2009-05-16 19:04  sql\initdata\blog_user_module.bak

     文件        543  2009-05-16 19:04  sql\initdata\blog_user_module_class.bak

     文件       6677  2009-05-16 19:03  sql\initdata\blog_user_module_map.bak

     文件       7185  2009-05-16 19:03  sql\initdata\blog_visitor_count.bak

............此处省略1932个文件信息

评论

共有 条评论