摘要: 一. 官网说明Oracle官方文档对Bootstrap$的说明:UnderstandingBootstrap Of Oracle Databasehttp://blog.csdn.net/tianlesoftware/article/details/6823453 In Oracle,Bootstrap refers to loading of metadata (data dictionary) before we OPEN thedatabase. Bootstrap objects are classified as the objects (tables / indexes / clu 阅读全文
posted @ 2011-10-31 19:24 sqlite例子 阅读(223) 评论(0) 推荐(0)
摘要: // MyArxFirst.cpp : 定义 DLL 应用程序的导出函数。 //ObjectArx开发对txt文本文件的操作一例 #include "stdafx.h" #include <aced.h> #include <rxregsvc.h> #include <tchar.h> #include <fstream> #include <iostream> // #include <comdef.h> using namespace std; //定义两个函数 void initApp(); vo 阅读全文
posted @ 2011-10-31 14:44 sqlite例子 阅读(539) 评论(0) 推荐(0)