搜索资源列表
zjwxm
- OA典型例子,实际大型OA应用项目,是学习研究的好实例,从这工程中你能从中得出OA项目的发展方向.如何开拓新的卖占并不断的发展自己的项目优势,跳出激烈的竞争,做好自己的产品-OA typical example, the actual large OA application projects, the study is a good example. From this project you can draw OA project development direction. How to
jsvm & js 核心类库
- JSVM核心类库,收集了JAVA进行JSVM开发必用技术进行归纳,在实际项目应用中直接引用相关类库即可现实JSVM相关功能!-JSVM core class library, a collection of Java development for JSVM must use technology into the actual project application directly related libraries can be invoked JSVM related functiona
computer_src
- 本项目源码是一个真实的应用项目,电脑维修网站源码,采用目前非常流行的SSH框架,不仅可以用来学习,还可以在实际中采用其中的部分内容。
wangshangshangcheng
- 基于J2EE技术的网上商城系统构建 本课题以国家8 6 3引导项目 , 暨新疆自治区高新计划项目 — 广汇美居物流园网上 商城系统为背景。旨 在利用先进的系统建模思想以及当前流行的We b编程技术,将迭 代式、以用户需求为驱动和以构架为中心的R U P统一开发过程的系统建模思想应用到 电子商务系统模型的需求分析和设计的各个阶段, 完整地实现整个系统的建模过程。 在 此基础上对系统实现的关键技术问题:数据库的并发访问,MV C模式的应用以及统计 信息的图表显示等关键技术
分页技术
- 建立一个web 应用,分页浏览功能必不可少;这是本人介绍一种应用实际项目中速度非常快的分页算法.-build a web application, tabbed browsing essential; This is my actual application on a project very fast algorithm Pagination.
固定资产管理系统
- 这是实际使用中的项目,应用Struts技术,视图-模型-控制机制,运用软件工程思想,是学习Struts的很好例子-this is the actual use of the project, application Struts, View-model-control mechanism, using software engineering thinking and learning is a good example of Struts
NoticeManager
- 公告管理系统,具有实际的应用价值。直接导入就可以使用,非常方便,希望对大家做项目有帮助。-failed to translate
BBS
- BBS论坛管理,具有实际的应用价值。直接导入就可以使用,非常方便,希望对大家做项目有帮助。-failed to translate
MyStuMan
- 学生成绩管理系统,具有实际的应用价值。直接导入就可以使用,非常方便,希望对大家做项目有帮助。 -failed to translate
BookShop
- B2C实践应用--网上书店,是一个正在运行的商业实际项目源码,非常具有参考价值-B2C practice and application- online bookstore, is a practical project that is running a commercial source have great reference value for
test
- 本书以蜀玉网络购物商城、博客网站等8个实际项目开发程序为案例,从软件工程的角度出发,按照项目的开发顺序,系统、全面地介绍了程序开发流程。本书案例涉及行业广泛,实用性强。通过学习本书,读者可以了解各个行业的特点,能够针对某一行业进行网站开发或者桌面应用-S
ext-3.3.1
- ,基本掌握了Ext的语法和运行原理,可以作出一些简单的应用。本节我们一起来完成复杂点的对话框操作,因为在实际项目中经常要用到确认对话框等多种操作-, Ext mastered the syntax and operation principles, can make some simple applications. In this section we point a dialog box up and operation of complex, as is usually used in p
dwr
- 经过本人测试,dwr教程高质量教程,一个星期之内,从入门到实际的项目应用。-After my test, dwr tutorial high quality tutorials a week, from the entry to the actual project application.
Flex2-descriptive-information
- Flex2的相关说明资料,本资料结合项目开发的实际应用书写而成,适合指导实际项目编程。-Flex2 relevant explanatory information, combined with the information written in the practical application of project development from, for guiding the actual project programming.
DivCSS-page-layout
- DivCSS网页布局揭秘-案例实战篇这本书通过大量的实例为我们展示怎样才能做好网页的布局,其中有大量的好的实例应用,对我们在实际项目的开发有很大的帮助。-DivCSS page layout Secret- Case combat chapter of this book through a lot of examples to show us how to do page layout, with plenty of good examples of the application, the
js
- 几个数据格式 java小程序 在实际项目中应用-dateformat jquery
BlogoMVC
- ASP.NET企业级轻博客网站源码,由学云网倾情奉献。无论您是个人还是中小企业能可以使用本源码轻松拥有功能强大的个人或者企业博客。轻松实现博客显示,博文排序、博文管理、博文评论等功能。本源码重点突出多层架构的实现以及ASP.NET MVC框架在实际项目开发中的应用的技术要点。 用户账号:zy 密码:123。-ASP.NET enterprise-class light source blog site, portrait of dedication by Xue cloud network. W
jqueryToexl
- Jquery实现导出表格源码,实际项目中应用代码。-Jquery achieve export table source, the actual project application code.
mgz_201401
- 学校在线校刊阅读功能静态页,可实现翻页动画,页面放大,支持手动输入页数跳转。该效果已在实际项目中应用。-School online school magazine reading function of static pages, can realize the flip animation, page zoom, support manual input pages jump. The effect has been applied in actual project.
quartz-spring
- 在实际项目应用中经常会用到定时任务,可以通过quartz和spring的简单配置即可完成,但如果要改变任务的执行时间、频率,废弃任务等就需要改变配置甚至代码需要重启服务器,这里介绍一下如何通过quartz与spring的组合实现动态的改变定时任务的状态的一个实现。 本项目的spring版本为3.2,quartz版本为2.2.3 ,提供数据库文件以及完整的jar包,jar包地址为:http://pan.baidu.com/s/1c1F8Nfi-In the actual project