源码简介: |
1、客户端--对于去银行办理业务的人 客户在终端选择业务类型,便会取出号,上面显示自己所排的的号码,还有排在自己前面的人数。由于取号需要硬件的支持, 2、客户端--对于在银行工作处理业务的人银行工作人员每处理一个客户的业务后,就按下叫号器,并在显示屏上显示被叫号,同样由于没有硬件的支持,这些相关信息只能在界面上显示。 3、服务端服务端主要处理客户端发送过来的信息,并进行存储、计算和判断。当取号端取号时,发送给服务器,然后服务器进行业务类型匹配,相匹配的类型计数就加1,在叫号端叫号时,发送给服务器,同样服务器要进行业务匹配,相匹配之后计数就减1。-1, the client- go to the bank to transact business customers in the terminal select the type of business, it will remove the number shown above their row number, as well as the number of people in their front. Take requires hardware support, the client- in the bank business bank staff deal with a customer' s business, press the call control, and the called number is displayed on the display. the same because there is no hardware support, such information can only be displayed on the screen. Server server handle the client sends over information, and storage, calculation and judgment. Take a number side take to send to the server, then the server type of business matching, match the type of count 1, in the calling-side call number, send to the server, the same server to match business, match after The count is decremented.
|