自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(1)
  • 资源 (1)
  • 收藏
  • 关注

原创 mysqldb 默认为8个小时为自动断开间隔时间,如何解决这个问题

mysqldb 默认为8个小时为自动断开间隔时间,如何解决这个问题: (1)mysqldb提供了一个方法采用类似: try: conn.ping() except Excption,e: #实际对应的 MySQLdb.OperationalError 这个异常 conn = new conn 解决方案代码: def executeSQL(self,sql=""): try: self.conn.ping() except Exc

2020-12-17 13:43:24 80

计算机专业论文  企业管理系统

摘要 企业管理信息化是企业以企业流程优化为基础,在一定的深度和广度上利用计算机技术、网络技术和数据库技术,控制和集成化管理企业生产经营活动中的所有信息,实现企业内外部信息的共享和有效利用,以提高企业的经济效益和市场竞争能力。本文介绍了企业资源管理系统的系统分析、系统设计和系统实施的全过程,实现了前台三个模块和后台的五个模块功能。整个系统的设计过程中,充分考虑了数据库的安全性、稳定性和和操作的方便性,极大地提高了企业资源管理的效率,成为提高企业管理的有利工具。此系统包括客户系统管理、基础管理、销售管理、生产管理、采购管理、人员出勤、仓库管理、财务管理、售后服务和分析决策、查询统计等子系统。本系统可以在windows XP,Vista,win7等平台上运行。所用的开发工具为Delphi,数据库采用的是SQL Server2000。 关键词:企业资源管理;信息化;信息;SQL Enterprise resource information maintenance of design and implementation Abstract Enterprise informationization is the enterprise with business process optimization based on certain width and depth of the use of computer technology, network technology and database technology, control and integrated management enterprise production and operating activities of all information, the realization enterprise internal and external information sharing and effective use, in order to improve the economic efficiency of enterprises and market competition ability. The paper intro

2010-05-12

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除