上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 107 下一页

2010年11月17日

DB2数据库应用迁移常见问题 To_DATE

摘要: 做过DB2数据库应用迁移的工程师,了解IBM MTK工具在迁移过程中所能完成任务,但这个工具并不能帮你完成所有的迁移工作,还有大量的迁移工作需要我们借助自己的经验和方法来完成,下面是一些在DB2数据库移植过程中常见的问题简单总结。这里我只是针对Oracle迁移到DB2的常见问题描述。1 DB2与oracle常用数据类型之间的对应关系Oracle 数据类型DB2 UDB 数据类型注意事项CHAR(n... 阅读全文

posted @ 2010-11-17 22:56 cy163 阅读(8540) 评论(2) 推荐(1)

2010年11月16日

VC6 ODBC 例子 之二

摘要: 1、 概述 1、1 Visual C++开发数据库技术的特点 Visual C++提供了多种多样的数据库访问技术——ODBC API、MFC ODBC、DAO、OLE DB、ADO等。这些技术各有自己的特点,它们提供了简单、灵活、访问速度快、可扩展性好的开发技术。 简单性 Visual C++中提供了MFC类库、ATL模板类以及AppWizard、ClassWizard等一... 阅读全文

posted @ 2010-11-16 21:18 cy163 阅读(6198) 评论(0) 推荐(1)

VC6 ODBC 例子 之一

摘要: VC6.0数据库编程之MFC ODBC 在vc中,使用ODBC连接是数据库有两种方法,第一种就是使用ODBC API,第二种就是使用MFC ODBC,在这里我只谈一下MFC ODBC。 为了使数据库开发变得更方便,Microsoft对ODBC API进行的封装,使得我们开发数据库时可以直接使用MFC ODBC类: CDatabase:建立与数据源的连接 CRecordset:获取记录集 CReco... 阅读全文

posted @ 2010-11-16 21:14 cy163 阅读(5304) 评论(0) 推荐(1)

VC 中使用 vector<struct Empoyee> Var定义 struct Employee

摘要: VC 中使用 vector<struct Empoyee> Var定义 struct Employee出现错误:C2926: types with no linkage cannot be used to be arguments错误原因是:定义 struct Employee时 必须 在 main()函数 之外。 阅读全文

posted @ 2010-11-16 15:54 cy163 阅读(517) 评论(0) 推荐(0)

VC中删除一个类 添加一个已有类

摘要: VC++中彻底删除一个类,添加一个已有的类 删除:1,关掉工程。2,在目录中删除那个clw结尾的文件,不过删除之前请复制它的文件名。3,删除某个类的头文件和cpp文件。4,打开工程,切换到文件视图,然后删除头文件和cpp文件。5,切换到类视图,然后ctrl+w调出类向导,这时候提示clw丢失,这时候要求重建,你可以直接将原来的clw文件的文件名字粘贴到上面,确定。这时rebuild,已经删除了特定... 阅读全文

posted @ 2010-11-16 00:12 cy163 阅读(876) 评论(0) 推荐(0)

2010年10月31日

MVC vs. PAC

摘要: MVC vs. PAC 31 December 2006 - 5:42pm — Larry One of the most common mistakes I see people make when talking about web architecture is with regards to MVC. Generally it comes down to a statement... 阅读全文

posted @ 2010-10-31 00:27 cy163 阅读(800) 评论(0) 推荐(0)

Drupal as an Enterprise Web Framework

摘要: http://www.darrenmothersele.com/content/drupal-enterprise-web-frameworkI was recently asked to take a look at the Google AppEngine, as a possible host for a web app. One major drawback for me is that ... 阅读全文

posted @ 2010-10-31 00:10 cy163 阅读(287) 评论(0) 推荐(0)

Understanding the PAC framework of Druple

摘要: http://www.webhostinghero.ca/understanding-the-pac-framework-for-drupal.htmlUnderstanding the PAC Framework for DrupalJuly 6th, 2010 · No CommentsDrupal’s structure is known as a PAC (pre... 阅读全文

posted @ 2010-10-31 00:03 cy163 阅读(291) 评论(0) 推荐(0)

2010年10月30日

Drupal as a MVC framework?

摘要: http://archivemati.ca/2006/01/21/drupal-as-a-mvc-framework/ 阅读全文

posted @ 2010-10-30 23:24 cy163 阅读(201) 评论(0) 推荐(0)

Druple 涉及到的技术

摘要: Technology stackAbout This ArticleLast modified: May 11, 2010 Drupal is part of a technology stack that contains a number of important pieces:Server - A server is a computer which provides information... 阅读全文

posted @ 2010-10-30 22:01 cy163 阅读(765) 评论(0) 推荐(0)

上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 107 下一页

导航