摘要: 这里主要介绍HttpSessionBindingListener接口HttpSessionListenner接口 ServletContextListener接口 使用监听器统计在线人数,以后用到其他的关于监听器的功能在进行补充。 Listener: 监听器是Web应用程序事件模型的一部分,当Web 阅读全文
posted @ 2016-10-09 19:47 wuyongwork 阅读(3087) 评论(0) 推荐(0)
摘要: Servlet: Servlet(Servlet+Applet) Servlet是一种独立于平台和协议的服务器端Java应用程序,通用Servlet 可以生成动态Web页面。Servlet还可以在服务器端对客户端的请求进行处理 ,控制程序的执行。 Servlet本身不做任何业务处理。只是接收请求并决 阅读全文
posted @ 2016-10-09 13:35 wuyongwork 阅读(1163) 评论(0) 推荐(0)
摘要: CKEditor 网页中实现所见即所得的编辑器。 使用步骤: 1.下载CKEditor 下载地址:http://ckeditor.com/download 2.添加CKEditor的文件夹到项目中的WebRoot目录下 3.在页面中引入CKEditor。在页面中添加下面代码: <script typ 阅读全文
posted @ 2016-10-09 09:20 wuyongwork 阅读(637) 评论(0) 推荐(0)