大家帮我看看这些英文是什么意思(java方面的)(100分)

  • 主题发起人 主题发起人 huguojunsy
  • 开始时间 开始时间
H

huguojunsy

Unregistered / Unconfirmed
GUEST, unregistred user!
Use the new I/O in J2SE 1.4 for file network reads. New I/O, java.nio provides a clean mechanism for interrupting blocking socket operations and for blocking reads on the SocketChannel in the thread managing of the SocketChannel.
When a page flip occurs, the pointer to the old back buffer now points to the primary surface, and the pointer to the old primary surface now points to the back buffer memory. This sets you up automatically for the next draw operation
 
各位帮帮忙。上面的所有单词基本都认识,但就是翻不好。谢谢了,100分。
 
用J2SE1.4中新的I/O来进行网络文件读取。新的I/O,就是java.nio包,为某些操作提供了更清晰的的机制,
这些操作包括中断一个阻塞的socket操作(这里是指,采用轮询方式进行socket操作,每个socket都是阻塞的),和利用
SocketChannel的线程管理进行阻塞读取(这里是说,如果利用了SocketChannel自己进行线程管理,那你你就不用关心
何时退出阻塞,因为SocketChannel自己负责)。
当缓冲页切换的时候,原来指向后台缓冲页的指针现在变成指向主页面,而原来指向主页面的指针现在指向后台缓冲页。这会在你的下一个读取操作之前自动完成。
 
楼上的兄弟,谢谢了。已经给你加了分。
接受答案!
 
后退
顶部