jxse2.6在jdk8下,JxtaMulticastSocket存在的问题
摘要:JxtaMulticastSocket覆写了java.net.MulticastSocket的bind方法:@Override public void bind(SocketAddress addr) throws SocketException { if (isBound()) { throw new SocketException("Already bound"); } } 要求在JxtaMulticastSocket的构造函数中会调用bind方法,确保构造函数调用时socket没有被绑定,否则抛出SocketException...
阅读全文
posted @
2013-11-26 16:35
网络大豆
阅读(404)
推荐(0) 编辑
http://blogs.msdn.com/b/pranavwagh/archive/2007/03/03/word-2007-file-seems-to-be-deleted-when-you-open-and-save-it-using-dsoframer.aspx
摘要:http://blogs.msdn.com/b/pranavwagh/archive/2007/03/03/word-2007-file-seems-to-be-deleted-when-you-open-and-save-it-using-dsoframer.aspx————————————————————————————————————————————————————————This is one of the interesting casesI had lately. My customer was using DSOFramer sample to host Office Docum
阅读全文
posted @
2013-11-18 10:41
网络大豆
阅读(358)
推荐(0) 编辑
how to javafx hide background header of a tableview?
摘要:http://stackoverflow.com/questions/12324464/how-to-javafx-hide-background-header-of-a-tableview————————————————————————————————————————————————————————I'm trying to develop auto complete text, which shows a dropdown of suggestions in tableview popup, and I'm having an issue of how can I hide
阅读全文
posted @
2013-11-14 14:44
网络大豆
阅读(1573)
推荐(0) 编辑
Styling FX Buttons with CSS
摘要:http://fxexperience.com/2011/12/styling-fx-buttons-with-css/————————————————————————————————————————————————————————Styling FX Buttons with CSSDecember 20, 2011By Jasper PottsA number of people have asked me recently can I create this look or that look using CSS in JavaFX. Or they have said that you
阅读全文
posted @
2013-11-14 09:00
网络大豆
阅读(818)
推荐(0) 编辑
2d网络游戏的延迟补偿(Lag compensation with networked 2D games)
摘要:http://gamedev.stackexchange.com/questions/6645/lag-compensation-with-networked-2d-games——————————————————————————————————————————————————————————————...
阅读全文
posted @
2013-11-10 22:50
网络大豆
阅读(669)
推荐(0) 编辑
Fast-paced Multiplayer
摘要:http://www.gabrielgambetta.com/fpm1.html——————————————————————————————————————————————————————Fast-paced Multiplayer (Part I): IntroductionIntroductionThis is the first in a series of articles exploring the techniques and algorithms that make fast-paced multiplayer games possible. If you’re familiar
阅读全文
posted @
2013-11-10 22:47
网络大豆
阅读(1026)
推荐(0) 编辑
jspace2d——A free 2d multiplayer space shooter
摘要:http://code.google.com/p/jspace2d/——————————————————————————————————————————————————————————————Welcome to the jspace2d project's page, here you will found this great(?) game.Just Log'n'KillBasically it's a multiplayer shoot'em'up, where you build and drive your ship in free
阅读全文
posted @
2013-11-10 22:37
网络大豆
阅读(425)
推荐(0) 编辑
JXSE and Equinox Tutorial, Part 2
摘要:http://java.dzone.com/articles/jxse-and-equinox-tutorial-part-0——————————————————————————————————————————————————————AbstractIn the first post of this series, we covered the quickest way to get JXSE 2.7x working in Equinox and, with some considerations, probably other OSGI frameworks as well. The ap
阅读全文
posted @
2013-11-07 16:46
网络大豆
阅读(6139)
推荐(0) 编辑
JXSE and Equinox Tutorial, Part 1
摘要:http://java.dzone.com/articles/jxse-and-equinox-tutorial-part————————————————————————————————————————————————————————AbstractThis extended series of tutorials will cover the various ways that the JAVA P2P framework JXSE (formerly popularly known as JXTA, and currently the most up-to-date JAVA implem
阅读全文
posted @
2013-11-07 16:38
网络大豆
阅读(356)
推荐(0) 编辑
JXTA+JavaFX实现的网络黑白棋测试地址
摘要:http://www.qhdbaobao.com/dist/secondegg-reversi.html————————————————————————————————————————————————————需要安装最新的JavaFX浏览器插件(按照提示安装)房间(双击右下表格的单元格可邀请在线用户)游戏中
阅读全文
posted @
2013-11-06 15:34
网络大豆
阅读(387)
推荐(0) 编辑