zoukankan      html  css  js  c++  java
  • iBatis开发者手册翻译(章节一、引言)

    Chapter 1. Introduction章节一、引言

    1.1. Overview概述

    When developing robust .NET connected applications, it is often a good idea to isolate the specifics of your persistence implementation behind a common API. Data Access Objects allow you to create simple components that provide access to your data without revealing the specifics of the implementation to the rest of your application. Using DAOs, you can allow your application to be dynamically configured to use different persistence mechanisms. If you have a complex application with a number of different databases and persistence approaches involved, DAOs can help you create a consistent API for the rest of your application to use.当开发健壮的.Net连接应用程序时,它通常是一个好主意,对于在一个公共API之后,隔离你具体的持久化实现。数据访问对象允许你创建能提供在不知道具体细节且能在程序其他部分访问数据库的简单组件。

    [Tip] Tip提示

    If you would like to get the latest development (unreleased) version of this Guide, please see the iBATIS Wiki FAQ. The FAQ entry explains how you can access our SVN source repository and generate CHM and PDF files of the latest development documentation for the DataAccess framework.

    如果你想获取本手册最新的开发者(未发行)版本,请访问iBATIS Wiki FAQ。在这个FAQ的入口,解释了你能怎样访问我们的SVN仓库和如何为最新的数据访问框架开发文档生成chm文件和pdf文件。

    1.2. License Information许可信息

    iBATIS.NET is licensed according to the terms of the Apache License, Version 2.0. The full text of this license are available online at http://www.apache.org/licenses/LICENSE-2.0 (TXT or HTML). You can also view the full text of any of these licenses in the doc subdirectory of the iBATIS.NET distribution.

     

    PS:英语能力实在太差,有些语句不太通顺,望各位看官自行理解下~

  • 相关阅读:
    js向input的value赋值
    报错:SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry 'admin' for key 'username'
    php下intval()和(int)转换使用与区别
    laravel 文件上传总结
    js实现图片上传到服务器和回显
    PHP feof() 函数
    laravel insert 、save、update、create区别(总结二)
    【MySQL经典案例分析】 Waiting for table metadata lock
    使用Laya引擎开发微信小游戏(下)
    一文带你看懂cookie,面试前端不用愁
  • 原文地址:https://www.cnblogs.com/humin/p/3062007.html
Copyright © 2011-2022 走看看