Cura 是一个基于 Android 平台的移动应用,提供远程系统管理工具包。提供个人终端模拟器,可方便进行远程系统的管理。 项目主页: http://www.open-open.co
StoneDB是基于PostgreSQL开发的关系型数据库管理系统。它继承了PostgreSQL的所有特性,并且提供了许多其他的现代特性: 1. 全面兼容Oracle语法 2. 完善的高可用性方案
We7 CMS 是国内第一款基于asp.net 的同时具备开放源码与开放插件的CMS系统。We7 CMS 是We7网站群系统的组成部分,We7 CMS可以快速升级到网站群。 主要特点: (
Jease是一个开源的框架,用来简化用Java开发基于内容和数据库驱动的Web应用。 另外 Jease 提供了一个完全 Ajax 驱动的内容管理系统作为一个最佳实践来带你快速学习 Jease。 项目地址:
Amun 是一个基于PSX框架的内容管理系统。通过提供一个RESTful API用于以JSON,XML,和RSS等标准格式来管理和分发内容。 它还支持开发协议 OAuth, OpenID等。 发布说明:
21个基于Java的最流行内容管理系统CMS
Jabylon 是一个可扩展,基于Web的翻译管理软件。它主要作为一种工具来帮助翻译和开发人员为Java应用程序管理和创建翻译。它的功能:能够紧密 集成到不同的源代码管理系统,一个功能丰富的Web编辑器,以及一个REST
Server for Windows 是一个 Web 应用,你可安装在 IIS 上用来对 Git 资料库进行管理。 项目主页: http://www.open-open.com/lib/view/home/1341033719066
Norbert是一个基于Zookeeper构建的集群管理器和支持集群的C/S网络API。 norbert封装了zookeeper和netty,使用了协议栈缓存,基于Scala实现。 Norbert
KODExplorer是一个公开源码的基于Web的在线文件管理、代码编辑器。它提供了类windows经典用户界面,一整套在线文件管理、文件预览、编辑、上传下载、在线解压缩、音乐播放功能。让你直接在浏览
TaskPM是一款WEB的企业级的项目管理软,通过任务分配和工时等真实性数据来管理监管整个项目,旨在提高项目的管理水平,有效指派任务提高项目执行力、督促每个成员可以高效的合理的安排时间并有效完成任务。
P24 1. 第四章JSP 编程 --JSP简介 2. 回顾会话跟踪允许服务器跟踪同一客户端作出的连续请求 HttpServletRequest 接口的 getSession( ) 方法用于创建会话 不同的会话跟踪技术包括URL
P3 文档密级 1 JSP 2 1. JSP/JSTL/Servlet Tips 现在的project一般选Servlet2.5, JSP 2.1 和 JSTL1.2. 1.1 尽量使用JSP2.0的EL而
P The first Internet revolution was all about delivering information to people. We are now in the second revolution, which focuses on delivering information to systems. XML is the tool that makes this new revolution a reality, and Web services are the methods by which businesses will drive system-to-system communication. JSP(TM) and XML takes you beyond the basics, giving you practical advice and in-depth coverage. In the book, you'll learn the technologies and techniques needed to create your own Web services for use in JSP applications. Written by programmers for programmers, the book will help you successfully utilize these exciting technologies with minimal hassle and maximum speed.
P The first Internet revolution was all about delivering information to people. We are now in the second revolution, which focuses on delivering information to systems. XML is the tool that makes this new revolution a reality, and Web services are the methods by which businesses will drive system-to-system communication. JSP(TM) and XML takes you beyond the basics, giving you practical advice and in-depth coverage. In the book, you'll learn the technologies and techniques needed to create your own Web services for use in JSP applications. Written by programmers for programmers, the book will help you successfully utilize these exciting technologies with minimal hassle and maximum speed.
P30 jsp在线聊天室 【摘要】 网上聊天室是网络用户最喜欢的Web应用程序。借助聊天室,用户可以即时地互通信息,交流思想。聊天室程序设计根据需求的不同可繁可简。本系统实现的是一个具有简易功能的聊天室,
P90 上海电机学院 《软件项目管理》课程设计报告 组长姓名 : 汤瀛珠 成员姓名 :庄梦菁、刘佳、祝佳敏、杨玉婷、 殷纯蕾 班 级 : BX074 学 号 : 27、30、20、11、06 指导教师: 杨志和
前台界面可参考: http://code.google.com/p/xgcalendar http://ajax.open-open.com/ajax20090517111525.htm http://ajax.open-open.com/ajax20090531093928.htm http://ajax.open-open.com/ajax20100609092631.htm
P3 论信息系统项目的需求管理 本文以某发展银行信贷管理项目(以下简称本项目)为实例,该项目是某发展银行,为适应数据的大幅度增长,满足信息系统能实现行里对数据的统一管理及分析需要,特与我司合作开发该项目。
P3 JSP中文乱码问题解决方法小结 1、JSP页面乱码 这种乱码的原因是应为没有在页面里指定使用的字符集编码,解决方法:只要在页面开始地方用下面代码指定字符集编码即可。 < %@ page contentType="text/html;