搜索资源列表
AddressBook2005
- 通讯簿界面设计的也很漂亮,经过了二次修改,原版是老外的,因此里面用的一些方法比较新颖,比如菜单的构建,菜单边界及颜色构建,因为是国外的,所以对中文支持好像不太好;它还有一个特色就是使用SWF动画文件做为程序背景,打开软件后就播放,有声音有图像,使软件更有生气;另外,通讯录上传的人物图片存储到数据库等技术,也值得研究。这个程序来自MNDSOFTM。-Address Book interface design is also very beautiful, after the second modi
200707161645261252
- 数据库系统概论教案。ppt格式。电子教案主要内容包括绪论,关系数据库,数据库设计,数据库保护,数据库技术新进展等八章,课件内容丰富有条理,欢迎师生参考使用。-Database Systems Introduction to lesson plans. ppt format. The main contents of electronic lesson plans, including introduction, relational databases, database design, dat
VB200
- VB精彩编程200例 第1章 窗体、界面与控件 第2章 多媒体与图形 第3章 数据库技术 第4章 文件与系统 第5章 网络与Internet-200 cases of brilliant VB Programming Chapter 1 form, interface and control Chapter 2 Multimedia and Graphics Chapter 3 database technology Chapter 4 documents with the
0451Skyeducation
- 成绩管理系统成绩管理代码采取的研究方法:采用网络编程技术,结合网络和数据库技术,实现控制和管理。通过系统分析、需求分析、概要设计、详细设计、编写代码、软件测试、软件维护、经验方法总结等一系列实验方案,实验... -Grade score management system management code to take research methods: the use of network programming technology, combining network and dat
php
- 提供了450个应用PHP进行网站开发的实例,包括:CSS与JAVA脚本的应用、PHP与MYSQL的数据库技术、网络通信、PHP的高级应用等,绝大多数实例都体现了PHP开发人员在实际项目中总结出的经验技巧。-450 application to provide a PHP example for web site development, including: CSS and JAVA application scr ipt, PHP and MYSQL database technology,
softhy426h
- A.目标:利用Web编程和数据库技术让全校老师参与档案的管理,提高管理效率。 B.功能: a.超级管理员可以通过后台设置系统LOGO 标题 首页连接等操作,无需软件支持直接后台设置。 b.一般管理员可以收录数据 查询数据 修改数据 添加评论 查看评论 删除评论等操作。 c.随时随地备份数据库让你的数据安全高效。 d.所有的文本域都经过五层过滤让您的数据安全无忧。 e.数据库留有未用字段方便系统升级。 f.数据库经过加密不用担心被下载。 g.一键备份
162100
- 全站页面静态化,服务器承压极低。亦无需数据库; 2、强大的在线音乐盒功能——源于新浪支持; 3、留言簿采用关系型文本数据库技术; 4、首页支持客户端长久缓存,即使脱机仍可浏览(linux环境效果最好); 5、集成搜索功能; 6、可随心更换的站点名称、logo,便于应用;-All stations static pages, the server very low pressure. Does not need database 2, a powerful online mu
taobao-database-design
- 淘宝网的数据库技术架构演变,主要是mysql的-Taobao' s technical architecture and design
VB-200lizi
- vb精彩编程200例,内附窗体、界面与控件,多媒体与图形,数据库技术,文件与系统,网络与Internet方面的各种例子-various examples of the vb exciting programming 200 cases, the enclosed form, interface controls, multimedia and graphics, database technology, file with the system, the network and the Inte
dianhuachumopingbodaxitong
- 电话触摸屏拨打系统,基于VC++编辑软件,应用到了数据库技术。-Phone touch screen dialing system
查询数据库
- 查询数据库,,利用ASP技术,连接数据库,对数据库的数据进行读取,里面包含代码,和数据库(Query database, using ASP technology to connect to the database, read the database data, which contains code, and database)
《实用负载均衡技术:网站性能优化攻略》
- 讲解有关网站性能优化的宝典,内容包括负载均衡技术的应用,网站工作原理,数据库访问技术,缓存技术等方面深入讲解。(Explain the website performance optimization of the book, including the application of load balancing technology, website work principle, database access technology, cache technology and other a
全国计算机等级考试三级教程数据库技术
- 全国数据库三级考试复习书,建议考计算机三级数据库方向(The database three exam review books, recommended to take computer database three direction)
MapInfo7.0
- 桌面地理信息系统软件,是一种数据可视化、信息地图化的桌面解决方案。它依据地图及其应用的概念、采用办公自动化的操作、集成多种数据库数据、融合计算机地图方法、使用地理数据库技术、加入了地理信息系统分析功能,形成了极具实用价值的、可以为各行各业所用的大众化小型软件系统。(Desktop geographic information system software is a desktop solution for data visualization and information mapping.
GIS
- 基于GIS和数据库的环境管理系统,使用GIS技术和环境分析模型,为用户提供参考(GIS Envoriment Ananlysis System Provide user for use)
JavaEE技术-试验二
- 在MyEclipse环境下运用JSP+JavaBean+Servlet以及JDBC技术完成相应的数据库CRUD功能(Using JSP+JavaBean+Servlet and JDBC technology to complete the corresponding database CRUD function under the MyEclipse environment)
JavaEE技术-试验九
- 在MyEclipse环境下运用Spring的依赖注入技术,实现service层和dao层的解耦合。运用hibernate框架完成相应的数据库添加和查询功能(In the MyEclipse environment, the dependency injection technology of Spring is used to realize the decoupling of the service layer and the Dao layer. Using the Hibernate fr
JavaEE技术-自主学习
- 通过xml文件配置数据库连接信息 PO类和数据库表的映射关系通过xml文件配置 模拟Hibernate中Session类的save()、delete()、update()和get()方法(Configuring database connection information through the XML file The mapping relationship between the PO class and the database table is configured
数据库三级项目
- 一个出色的管理系统,就能在众多酒店中脱颖而出,对酒店的各个细节能够安全,稳定,高效的进行分配,实现酒店管理的高质量高标准的功能,使管理者能够在顾客住房的舒适度上投入更多的关心。面对信息时代的到来,需要不断提高企业的科技管理技术,为酒店的发展打下良好的基础,此外,更重要的是有一个完备的管理系统,结合计算机的优势,方便了酒店管理员与客户之间的通信,更加完善地管理酒店。(A good management system can stand out in many hotels, the details
Neo4j实战 (数据库技术丛书)_201604
- Neo4j作为一个图形数据库在过去的大约十年间发生了很大的变化。从 一个纯粹在基于Java领域内操作的图形数据库开始,它已经发展成为适应许 多语言和框架的图形数据库(As a graphic database, Neo4j has undergone great changes in the past ten years. from A graphic database based solely on the Java domain has begun to adapt itself