登录
首页 » Java Develop » 凌云论坛(LyBBS)的架构是基于Jsp/JavaBean的模式,这种模式非常稳定,而且,速度比较优越,是被全球企业证明的可以高效稳定的进行企业运算开发的平台。...

凌云论坛(LyBBS)的架构是基于Jsp/JavaBean的模式,这种模式非常稳定,而且,速度比较优越,是被全球企业证明的可以高效稳定的进行企业运算开发的平台。...

于 2023-05-04 发布 文件大小:9.90 MB
0 228
下载积分: 2 下载次数: 1

代码说明:

凌云论坛(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.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 一个用java+jsp实现的论坛和聊天室
    一个用java+jsp实现的论坛和聊天室-a java jsp achieve with the Forum and the chat rooms
    2022-02-03 23:43:31下载
    积分:1
  • ASP是Active Server Pages的简称,它是一种在微软公司的WEB服务器IIS(Internet Infomation Server)上开发交互网...
    ASP是Active Server Pages的简称,它是一种在微软公司的WEB服务器IIS(Internet Infomation Server)上开发交互网页的新技术。是一种服务器端的Script环境。 使用asp可以建立动态,交互式高性能的Web服务器应用,我们知道,目前有很多版本的浏览器可供使用。传统上,我们在开发Web应用时,要嵌入一些Script语言如VB,JAVA到html中,使这些script运行在client端,也就是浏览器,但并不是每个浏览器都支持所有的Script语言,比如Netscape就不支持client端的VBscript,这对我们的应用带来很大的不便。使用asp时,应用程序是在server端运行而不是在client端。当用户访问一个asp时,首先Web Server调用asp文件,并读取asp文件的全部内容后并开始执行所有的Script命令,生成html页,再把这些html页传到用户端的浏览器上,并完成操作。这样,我们就不用担心用户所使用的浏览器的类型了,Web Server端已经处理了一切。微软公司最初在IIS3.0版上使用它以取代CGI。随着Windows NT在WWW上的使用日益增多,ASP已经成为了开发动态网站、构筑Internet和Intranet应用的最佳选择.-ASP is the Active Server Pages abbreviation, it is one kind (Internet Infomation Server) on develops the interactive homepage in Microsoft Corporation s WEB server IIS the new technology. Is one kind of server end Script environment. Uses asp to be possible to establish the tendency, the interactive high performance s Web server application, we knew, at present has many edition browsers to be possible to supply the use. In the traditio
    2022-11-17 05:25:03下载
    积分:1
  • 多线程的编程简单示例:继承Thread类与使用Runnable接口。
    多线程的编程简单示例:继承Thread类与使用Runnable接口。-Multi-threaded programming simple example: inheritance Thread class and use Runnable interface.
    2022-03-03 08:57:55下载
    积分:1
  • java 可视化实现硬币找零算法,学习java基础知识必备
    java 可视化实现硬币找零算法,学习java基础知识必备-java visualization of coins through irregular algorithms, essential to learn the basics of java
    2022-01-27 11:16:58下载
    积分:1
  • one for linux under imaps smtp mail and web design services mail procedures. In...
    一个专为linux下imaps及smtp邮件服务设计的web邮件程序。在tomcat5.0下运行。-one for linux under imaps smtp mail and web design services mail procedures. In tomcat5.0 running.
    2023-09-08 05:35:04下载
    积分:1
  • 简单清晰具有启发性的实例。 Net1和Client1类实现了TCP的简单应用。 Udp和Udpwatch类实现了UDP的简单应用。 Chater是一...
    简单清晰具有启发性的实例。 Net1和Client1类实现了TCP的简单应用。 Udp和Udpwatch类实现了UDP的简单应用。 Chater是一个聊天小工具,综合运用了TCP,UDP,IO,GUI,Thread等技术。对初学者很有启发性。-clear and simple instructive examples. Net1 and Client1 category achieved a simple TCP application. Udp Udpwatch category and achieve a simple UDP application. Chater is a small chat tools, the integrated use of the TCP, UDP, IO, GUI, Thread technology. For beginners very instructive.
    2022-01-25 18:44:27下载
    积分:1
  • 这是一个用JAVA编写的简单通讯录,代码简单易懂,条目可以自由添加...
    这是一个用JAVA编写的简单通讯录,代码简单易懂,条目可以自由添加-This is a simple to use JAVA to prepare contacts, easy-to-read code, entry is free to add
    2022-01-21 02:32:50下载
    积分:1
  • 生成与Oracle相关的Ibatis相关配置文件及Java源码
    生成与Oracle相关的Ibatis相关配置文件及Java源码-Generation and related Oracle related Ibatis configuration file and Java source code
    2022-02-28 17:40:34下载
    积分:1
  • 用JAVA实现的RADIUS服务器,提供鉴权、授权和计费处理等
    用JAVA实现的RADIUS服务器,提供鉴权、授权和计费处理等-using the JAVA RADIUS server to provide authentication, authorization and accounting treatment
    2022-03-21 10:10:48下载
    积分:1
  • MapTest
    MapTest
    2023-05-02 19:05:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载