
Java
随遇而安随缘一世
这个作者很懒,什么都没留下…
展开
-
Simple Socket Examples.
Written by Sean R. Owens (sean at guild dot net). Share and enjoy. http://darksleep.com/playerThese are simple examples of how to use sockets in Java. These examples do NOT cover socket channels, no转载 2012-10-16 10:43:39 · 743 阅读 · 0 评论 -
Thread in Java
public class MyThread extends Thread { /** * This method is executed when the start() method is called on the thread * so here you will put the 'thread code'. */ pu转载 2012-10-16 10:30:42 · 508 阅读 · 0 评论