Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 7 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
这将是我的方法:
每个数据库都会有一个视图,它将向您的应用程序提供所需的数据。
您的应用程序将有一个层来读取数据并将其重新格式化为(相当标准的)数据结构。
然后,您将有一个层来读取这些标准数据结构并将其写入所请求的文件。
This would be my approach:
Each DB would have a view on it that would present the needed data to your app.
Your app would have a layer that would read the data and reformulate it into a (fairly standard) data structure.
Then you would have a layer that would read those standard data structures and write out to the requested files.