CRUD
CRUD是Create(創(chuàng)建)、Read(讀取)、Update(更新)和Delete(刪除)的縮寫,它是普通應用程序的縮影。如果您掌握了某框架的CRUD編寫,那么意味可以使用該框架創(chuàng)建普通應用程序了,所以大家使用新框架開發(fā)OLTP(Online Transaction Processing)應用程序時,首先會研究一下如何編寫CRUD。這類似于大家在學習新編程語言時喜歡編寫“Hello World”。
--------------
In computing, CRUD is an acronym for create, retrieve, update, and delete. It is used to refer to the basic functions of a database or persistence layer in a software system.
---------------------
一句話:增刪改查
posted on 2009-04-28 20:32 luofeng225 閱讀(212) 評論(0) 編輯 收藏 所屬分類: Oracle