至此,已经完成客户端对自定义授权与重置密码的数据访问层逻辑。现在看看客户端。
So far, we have finished examining the server-side data access layer logic for custom authentication and reset password. We will switch to the client side next.
直接屏幕访问:不使用窗口服务器对屏幕进行描绘的方法。这样避免了客户端同服务器端的通信,速度得到很好提升。
A way of drawing to the screen without using the window server. As this avoids client-server communication, it is much faster.
直接屏幕访问:不使用窗口服务器对屏幕进行描绘的方法。这样避免了客户端同服务器端的通信,速度得到很好提升。
A way of drawing to the screen without using the window server. As this avoids client-server communication, it is much faster.
应用推荐