简而言之,什么是客户业务逻辑和客户业务逻辑?商业实体?
正如问题所述 - 什么是客户业务逻辑和业务逻辑?商业实体?
as the question states - what is Client Business Logic & a Business Entity?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
正如问题所述 - 什么是客户业务逻辑和业务逻辑?商业实体?
as the question states - what is Client Business Logic & a Business Entity?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
客户端业务逻辑
应用程序中执行业务所需数据处理的部分。它指的是执行数据输入、更新、查询和报告处理的例程,更具体地说,是指在幕后发生的处理,而不是在屏幕上显示数据所需的表示逻辑(GUI 处理)。客户端应用程序由用户界面和业务逻辑组成。服务器应用程序主要是业务逻辑。
商业实体
会计记录反映特定公司实体的财务活动,与为其提供资金或在其中工作的人员分开且不同。这是会计的“基本规则”之一,其他内容请参阅会计概念。
Client Business Logic
The part of an application program that performs the required data processing of the business. It refers to the routines that perform the data entry, update, query and report processing, and more specifically to the processing that takes place behind the scenes rather than the presentation logic required to display the data on the screen (GUI processing). Client applications are made up of a user interface and business logic. Server applications are mostly business logic.
Business Entity
That the accounting records reflect the financial activities of a specific corporate entity, separate and distinct from the people who finance it or work in it. It is one of the 'ground rules' of accounting, see accounting concepts for the others.