CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - LyBBS
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - LyBBS - List
[
Web Server
]
AspForumCompleteCodes
DL : 0
本脚本用于将BBSXP5.11的数据库转入LYBBS 5.0的数据库。 转换过程: 1.安装LYBBS 5.0的数据库(mysql) 2.安装MYODBC(可在www.mysql.com下载),并配置ODBC。用于ASP通过ODBC连接MYSQL数据库 3.修改bbsxp2lybbs.asp最前面关于数据库连接部分的内容 4.将bbsxp2lybbs.asp拷贝到BBSXP目录下 5.运行bbsxp2lybbs.asp,执行数据导入 6.将BBSXP的images目录下的emotion,upphoto等目录拷贝到lybbs的images目录下。 这样转换已基本完成了,你再根据你自己的论坛情况补充完善吧。-the script for the database will be transferred to BBSXP5.11 LYBBS 5.0 database. Conversion process : 1. Installation LYBBS 5.0 database (mysql) 2. Installation MYODBC (available at www.mysql.com download), and configure ODBC. For ASP through ODBC database connectivity MYSQL 3. Changes bbsxp2lybbs.asp forefront of database connectivity part of the four. Bbsxp2lybbs.asp copy of the directory to BBSXP 5. Bbsxp2lybbs.asp operation, performance data into six. The images will BBSXP directory of emotion, upphoto so lybbs catalog copy to the images directory. This change has been basically completed, you will have your own forum to supplement and improve it.
Date
: 2008-10-13
Size
: 5.27kb
User
:
袤袤
[
Other resource
]
LyBBS62
DL : 0
凌云论坛(LyBBS)的架构是基于Jsp/JavaBean的模式,这种模式非常稳定,而且,速度比较优越,是被全球企业证明的可以高效稳定的进行企业运算开发的平台。这种平台最大的优势在于可以跨系统,真正的“一次编写、 到处运行”的特点,在这种平台上开发的产品,可以轻松移植到其他的平台,例如:Unix、Linux、Windows系统,这样,在企业更换平台的时候可以最大的节约成本,提高运算质量。-Lingyun Forum (LyBBS) framework is based on Jsp / JavaBean model This model is very stable, but the speed comparative advantage, is the global enterprises could prove highly efficient and stable operation of the enterprise development platform. This platform is the greatest advantage of cross-system can be truly a "one-prepared, run anywhere" feature This platform in the development of products that can easily ported to other platforms, such as : Unix, Linux, Windows systems, so that the replacement of the enterprise platform can be the greatest time to save cost and enhance the quality of operations.
Date
: 2008-10-13
Size
: 11.34mb
User
:
cindy
[
JSP/Java
]
Lybbs
DL : 0
LyBBS基于Struts1.3/Ajax的架构,扩展性强,架构比较优秀。
Date
: 2008-10-13
Size
: 22.03mb
User
:
zhangjing
[
WEB Code
]
lybbs6
DL : 0
凌云BBS系统6,LyBBS ver 6.5.MySQL stable Released on 2006-08-16 for Public Application 全部程序文件使用WinRAR 3.11打包 安装升级之前请先阅读readme.txt 论坛安装需要J2SDK 1.4.0或以上版本支持 http://www.lybbs.net Powered by LyBBS team QQ:14606667 Email:horseye@sina.com
Date
: 2008-10-13
Size
: 12.69mb
User
:
雪碧
[
JSP/Java
]
javabbs
DL : 0
LyBBS『凌云论坛』-LyBBS Lingyun Forum]
Date
: 2008-10-13
Size
: 7.51mb
User
:
苍龙
[
JSP/Java
]
LyBBS0603
DL : 0
凌云论坛(LyBBS)的架构是基于Jsp/JavaBean的模式,这种模式非常稳定,而且,速度比较优越,是被全球企业证明的可以高效稳定的进行企业运算开发的平台。这种平台最大的优势在于可以跨系统,真正的“一次编写、 到处运行”的特点,在这种平台上开发的产品,可以轻松移植到其他的平台,例如:Unix、Linux、Windows系统,这样,在企业更换平台的时候可以最大的节约成本,提高运算质量。-Lingyun Forum (LyBBS) framework is based on Jsp / JavaBean model, very stable, but relatively superior speed, was global enterprises could prove highly efficient and stable development of enterprise computing platform. This platform is the greatest advantage of cross-system can be real "time to prepare, run everywhere" to the characteristics of this platform in the development of products that can be easily ported to other platforms, such as : Unix, Linux and Windows systems, so that the enterprise platform to replace the time available with the greatest cost savings, improve the quality of operations.
Date
: 2008-10-13
Size
: 9.9mb
User
:
岸西
[
JSP/Java
]
LyBBS
DL : 0
LyBBS论坛系统主要是为了完成信息的发布与交流,采用基于JSP+Servlet+Action的MVC架构,采用Struts1.2标准,兼容于Java 2 Standard Edition 1.3、1.4和1.5(5.0),兼容于Windows/Linux等多种操作系统平台,兼容于Tomcat/Resin/WebLogic/WebSphere等多种JSP服务器容器,兼容于MySQL /DB2/Oracle/MSSQL系列数据库。采用Model II 架构,前台JSP主要完成数据显示,Action类负责前台数据的接收和处理,DAO层完成数据库的查询、更新、删除、插入等操作,论坛对于常用数据使用了大量的缓存,我们针对不同的类型数据设计了不同数据缓存类,对数据库我们采用了数据库连接池,用户可以在配置文件中配置不同的连接池或者不使用连接池,对表操作也采用了预处理、批处理、事务处理等多种方式,用户可以在配置文件中配置数据库连接参数,包括连接数,超过连接数的处理方式,是否缓存SQL,缓存多少的SQL等等,目前,论坛可以非常有效的管理内存,提高稳定性、并发性和运行效率。
Date
: 2011-07-03
Size
: 12.98mb
User
:
wqisch@163.com
[
JSP/Java
]
javabbs
DL : 0
LyBBS『凌云论坛』-LyBBS Lingyun Forum]
Date
: 2025-07-04
Size
: 7.51mb
User
:
苍龙
[
JSP/Java
]
LyBBS0603
DL : 0
凌云论坛(LyBBS)的架构是基于Jsp/JavaBean的模式,这种模式非常稳定,而且,速度比较优越,是被全球企业证明的可以高效稳定的进行企业运算开发的平台。这种平台最大的优势在于可以跨系统,真正的“一次编写、 到处运行”的特点,在这种平台上开发的产品,可以轻松移植到其他的平台,例如:Unix、Linux、Windows系统,这样,在企业更换平台的时候可以最大的节约成本,提高运算质量。-Lingyun Forum (LyBBS) framework is based on Jsp/JavaBean model, very stable, but relatively superior speed, was global enterprises could prove highly efficient and stable development of enterprise computing platform. This platform is the greatest advantage of cross-system can be real "time to prepare, run everywhere" to the characteristics of this platform in the development of products that can be easily ported to other platforms, such as : Unix, Linux and Windows systems, so that the enterprise platform to replace the time available with the greatest cost savings, improve the quality of operations.
Date
: 2025-07-04
Size
: 9.9mb
User
:
岸西
[
Web Server
]
AspForumCompleteCodes
DL : 0
本脚本用于将BBSXP5.11的数据库转入LYBBS 5.0的数据库。 转换过程: 1.安装LYBBS 5.0的数据库(mysql) 2.安装MYODBC(可在www.mysql.com下载),并配置ODBC。用于ASP通过ODBC连接MYSQL数据库 3.修改bbsxp2lybbs.asp最前面关于数据库连接部分的内容 4.将bbsxp2lybbs.asp拷贝到BBSXP目录下 5.运行bbsxp2lybbs.asp,执行数据导入 6.将BBSXP的images目录下的emotion,upphoto等目录拷贝到lybbs的images目录下。 这样转换已基本完成了,你再根据你自己的论坛情况补充完善吧。-the script for the database will be transferred to BBSXP5.11 LYBBS 5.0 database. Conversion process : 1. Installation LYBBS 5.0 database (mysql) 2. Installation MYODBC (available at www.mysql.com download), and configure ODBC. For ASP through ODBC database connectivity MYSQL 3. Changes bbsxp2lybbs.asp forefront of database connectivity part of the four. Bbsxp2lybbs.asp copy of the directory to BBSXP 5. Bbsxp2lybbs.asp operation, performance data into six. The images will BBSXP directory of emotion, upphoto so lybbs catalog copy to the images directory. This change has been basically completed, you will have your own forum to supplement and improve it.
Date
: 2025-07-04
Size
: 5kb
User
:
袤袤
[
Home Personal application
]
LyBBS62
DL : 0
凌云论坛(LyBBS)的架构是基于Jsp/JavaBean的模式,这种模式非常稳定,而且,速度比较优越,是被全球企业证明的可以高效稳定的进行企业运算开发的平台。这种平台最大的优势在于可以跨系统,真正的“一次编写、 到处运行”的特点,在这种平台上开发的产品,可以轻松移植到其他的平台,例如:Unix、Linux、Windows系统,这样,在企业更换平台的时候可以最大的节约成本,提高运算质量。-Lingyun Forum (LyBBS) framework is based on Jsp/JavaBean model This model is very stable, but the speed comparative advantage, is the global enterprises could prove highly efficient and stable operation of the enterprise development platform. This platform is the greatest advantage of cross-system can be truly a "one-prepared, run anywhere" feature This platform in the development of products that can easily ported to other platforms, such as : Unix, Linux, Windows systems, so that the replacement of the enterprise platform can be the greatest time to save cost and enhance the quality of operations.
Date
: 2025-07-04
Size
: 11.34mb
User
:
cindy
[
JSP/Java
]
Lybbs
DL : 0
LyBBS基于Struts1.3/Ajax的架构,扩展性强,架构比较优秀。-LyBBS based Struts1.3/Ajax architecture, scalability, and architecture is relatively excellent.
Date
: 2025-07-04
Size
: 22.03mb
User
:
zhangjing
[
WEB Code
]
lybbs6
DL : 0
凌云BBS系统6,LyBBS ver 6.5.MySQL stable Released on 2006-08-16 for Public Application 全部程序文件使用WinRAR 3.11打包 安装升级之前请先阅读readme.txt 论坛安装需要J2SDK 1.4.0或以上版本支持 http://www.lybbs.net Powered by LyBBS team QQ:14606667 Email:horseye@sina.com-Lingyun BBS system 6, LyBBS ver 6.5.MySQL stableReleased on 2006-08-16 for Public Application all the program files using WinRAR 3.11 package installed before upgrading the forum, please read the readme.txt installation requires J2SDK 1.4.0 or later to support http://www.lybbs.netPowered by LyBBS teamQQ: 14606667Email: horseye@sina.com
Date
: 2025-07-04
Size
: 12.69mb
User
:
雪碧
[
JSP/Java
]
lybbs7
DL : 0
一个学习型的论坛适合于初学者的参考和学习,主要是jsp的配置环境,mysql数据库,tomcat服务器-A learning forum for beginners to the reference and learning, mainly the configuration of jsp environment, mysql database, tomcat server
Date
: 2025-07-04
Size
: 13.85mb
User
:
彳亍籴孑孓
[
Windows Develop
]
LyBBS20070129
DL : 0
bbs论坛 LyBBS ver 7.0.MySQL stable Released on 2006-01-29 for Public Application 全部程序文件使用WinRAR 3.11打包 安装升级之前请先阅读readme.txt 论坛安装需要J2SDK 1.4.0或以上版本支持-bbs
Date
: 2025-07-04
Size
: 13.26mb
User
:
苏林
[
WEB Code
]
lybbs2.10Mysql
DL : 0
基于JSP脚本的LyBBS再加上数据库连接池、数据缓存,运行速度非常快,允许超过10万人注册和1000人同时在线,而且还能保证你的论坛速度和服务器性能,功能非常齐全-Based on JSP script LyBBS plus connection pool, cache data, running very fast, allowing more than 10 million people registered and 1000 people online at the same time, but also to ensure your forum speed and the service performance, very complete
Date
: 2025-07-04
Size
: 7.53mb
User
:
sun guang
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.