上一页 1 ··· 24 25 26 27 28 29 30 31 32 ··· 63 下一页
摘要: 1 package ch.makery.address.util; 2 3 import java.text.ParseException; 4 import java.text.SimpleDateFormat; 5 import java.util.Calendar; 6 7 /** 8 * Helper functions for handling dates. 9 */10 public class CalendarUtil {11 12 /**13 * Default date format in the form 2013-03-18.14 */15 pr... 阅读全文
posted @ 2013-08-09 15:51 网络大豆 阅读(425) 评论(0) 推荐(0)
摘要: https://www.java.net/forum/topic/jxta/jxta-community-forum/hadoop-port-jxta-p2p-framework——————————————————————————————————————————————————————————————————————besn0847OfflineJoined: 2010-06-01Hi,I started few months ack a port of Hadoop DFS to JXTA to use it to share files across all my PCs and ensu 阅读全文
posted @ 2013-08-08 22:07 网络大豆 阅读(547) 评论(0) 推荐(0)
摘要: 环境:jxse-2.7, netty-3.6.6.Final 现象:每次执行都抛出以下异常八月 08, 2013 8:45:19 下午 net.jxta.logging.Logging logCheckedInfoINFO: Line 127 net.jxta.impl.endpoint.netty.NettyTransportServer.bindServerChannel()Attempt to bind to /0.0.0.0:8080 failed (Address already in use: bind), trying another address八月 08, 2013 8:. 阅读全文
posted @ 2013-08-08 21:10 网络大豆 阅读(13389) 评论(0) 推荐(0)
摘要: http://sucre.blog.51cto.com/1084905/475531——————————————————————————————————————————————————————————————————————以前发表了一篇文章用另一种方法解决Address already in use: JVM_Bind:8080(http://sucre.blog.51cto.com/1084905/413988) ,这是在发生冲突的时候的解决方法,那怎么才能让冲突不再发生呢,试试下面的方法吧,有了它,上面的方法估计就只是救火时才能用到呢。选择“运行SQL命令”,进入如下提示符 SQL> 阅读全文
posted @ 2013-08-08 21:02 网络大豆 阅读(491) 评论(0) 推荐(0)
摘要: http://code.google.com/p/fivetiger/————————————————————————————————————————————————————给大家推荐一个小游戏《五虎》这是一个鲁中南地区非常流行的益智棋类对战游戏。在网上找了n久也没有人发现有人写出来过,估计是这种游戏流行面比较窄,很多人都不了解。所以决心把它写出来,就当作弘扬民族文化了。这里的游戏规则不是我自己创立出来的,只凭着当年玩的时候留下的记忆,写出来的。尤其是在我上初中的时候,风靡的不得了,因为道具准备简单,就地捡一些石子和木棍,然后在地上画个棋盘就可以玩了。咱当年也是打遍全班无敌手(没吹牛。。。)还 阅读全文
posted @ 2013-08-08 15:27 网络大豆 阅读(487) 评论(0) 推荐(0)
摘要: http://georgeinfo.blog.163.com/blog/static/16368334120101019104044650/————————————————————————————————————————————————————————————These days when you find me working in Java, you’ll find me working in NetBeans. If I wanted to spend my time manually editing ant scripts, you’d probably find me working 阅读全文
posted @ 2013-08-07 21:42 网络大豆 阅读(580) 评论(0) 推荐(0)
摘要: http://edu.makery.ch/ 阅读全文
posted @ 2013-08-07 16:46 网络大豆 阅读(196) 评论(0) 推荐(0)
摘要: http://edu.makery.ch/blog/2012/10/30/javafx-2-dialogs/————————————————————————————————————————————When programming a graphical user interface (GUI) there are occasions where you’ll need a simple popup dialog to communicate with the user. In Swing (the predecessor of JavaFX) there is a convenient cla 阅读全文
posted @ 2013-08-07 16:15 网络大豆 阅读(477) 评论(0) 推荐(0)
摘要: http://www.cnblogs.com/lslvxy/archive/2013/04/17/3026711.html—————————————————————————————————————————————— 阅读全文
posted @ 2013-08-07 16:07 网络大豆 阅读(301) 评论(0) 推荐(0)
摘要: 以下内容摘自《ActionScript大型网页游戏开发》—————————————————————————————————————————————————————————P2P架构P2P架构是两个或多个客户端不经过服务器而直接通信的架构。可能首先会使用服务器以让客户端间能查找到对方,但在此之后就不再需要服务器了。具体也分两种不同的形式:一种是完整连接拓扑架构,指的是每个客户端与其他客户端之间都必须有连接,信息可以直接在用户间交换;另一种是环状拓扑架构,指的是信息只有流经一个或多个客户端后才能传递过来的架构。本文当谈到P2P架构时,指的是完整连接拓扑架构。一般来说,P2P架构在游戏方面用的不多。 阅读全文
posted @ 2013-08-05 17:17 网络大豆 阅读(6780) 评论(0) 推荐(1)
上一页 1 ··· 24 25 26 27 28 29 30 31 32 ··· 63 下一页