xxxx18一60岁hd中国/日韩女同互慰一区二区/西西人体扒开双腿无遮挡/日韩欧美黄色一级片 - 色护士精品影院www

資源簡(jiǎn)介

JAVA聯(lián)機(jī)版飛機(jī)大戰(zhàn)(畢業(yè)設(shè)計(jì) 黃躍然 應(yīng)用技術(shù)) 可直接運(yùn)行。做畢業(yè)設(shè)計(jì)、課程設(shè)計(jì)或者想研究下技術(shù)的可以下載學(xué)習(xí)。需要更多資源的可以關(guān)注我。

資源截圖

代碼片段和文件信息

package?game.hyr.Plane.Clienk;
import?java.io.IOException;
import?java.net.DatagramSocket;
import?java.net.SocketException;

public?class?AutoFoundPort?{

//?public?static?void?main(String[]?args)?throws?IOException?{
//??DatagramSocket?socket?=?getRandomPort();
////??System.out.println(“__________socket.getLocalPort():“?+?socket.getLocalPort());
////??int?a1?=?socket.getLocalPort();
////??System.out.println(a1);
//??
////??DatagramSocket?socket2?=?getRangePort(new?int[]?{?3843?4584?4843?});
////??System.out.println(“__________socket2.getLocalPort():“?+?socket2.getLocalPort());
//?}

?
?public?static?DatagramSocket?getRandomPort()?throws?SocketException?{
??DatagramSocket?s?=?new?DatagramSocket(0);
??return?s;
?}
?
?public?static?DatagramSocket?getRangePort(int[]?ports)?throws?IOException?{
??for?(int?port?:?ports)?{
????????try?{
????????????return?new?DatagramSocket(port);
????????}?catch?(IOException?ex)?{
????????????continue;?//?try?next?port
????????}
????}

????//?if?the?program?gets?here?no?port?in?the?range?was?found
????throw?new?IOException(“未找到空閑端口“);
?}
?
}

?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2015-12-30?10:30??飛機(jī)大戰(zhàn)0.9網(wǎng)絡(luò)版\
?????文件?????????307??2014-09-08?11:14??飛機(jī)大戰(zhàn)0.9網(wǎng)絡(luò)版\.classpath
?????文件?????????400??2014-09-08?11:14??飛機(jī)大戰(zhàn)0.9網(wǎng)絡(luò)版\.project
?????目錄???????????0??2015-12-30?10:30??飛機(jī)大戰(zhàn)0.9網(wǎng)絡(luò)版\.settings\
?????文件?????????629??2014-09-08?11:14??飛機(jī)大戰(zhàn)0.9網(wǎng)絡(luò)版\.settings\org.eclipse.jdt.core.prefs
?????目錄???????????0??2014-09-13?22:55??飛機(jī)大戰(zhàn)0.9網(wǎng)絡(luò)版\bin\
?????目錄???????????0??2014-09-13?22:55??飛機(jī)大戰(zhàn)0.9網(wǎng)絡(luò)版\bin\game\
?????目錄???????????0??2014-09-13?22:55??飛機(jī)大戰(zhàn)0.9網(wǎng)絡(luò)版\bin\game\hyr\
?????目錄???????????0??2014-09-13?22:55??飛機(jī)大戰(zhàn)0.9網(wǎng)絡(luò)版\bin\game\hyr\Plane\
?????目錄???????????0??2015-12-30?10:30??飛機(jī)大戰(zhàn)0.9網(wǎng)絡(luò)版\bin\game\hyr\Plane\Clienk\
?????文件?????????936??2014-09-08?11:14??飛機(jī)大戰(zhàn)0.9網(wǎng)絡(luò)版\bin\game\hyr\Plane\Clienk\AutoFoundPort.class
?????文件????????3294??2014-09-08?11:46??飛機(jī)大戰(zhàn)0.9網(wǎng)絡(luò)版\bin\game\hyr\Plane\Clienk\BadPlane.class
?????文件?????????510??2014-09-08?11:14??飛機(jī)大戰(zhàn)0.9網(wǎng)絡(luò)版\bin\game\hyr\Plane\Clienk\Constant.class
?????文件????????2437??2014-09-08?11:35??飛機(jī)大戰(zhàn)0.9網(wǎng)絡(luò)版\bin\game\hyr\Plane\Clienk\GameClient$UDPRecvThread.class
?????文件????????3548??2014-09-08?11:35??飛機(jī)大戰(zhàn)0.9網(wǎng)絡(luò)版\bin\game\hyr\Plane\Clienk\GameClient.class
?????文件????????1012??2014-09-08?11:14??飛機(jī)大戰(zhàn)0.9網(wǎng)絡(luò)版\bin\game\hyr\Plane\Clienk\Gamegongju.class
?????文件????????5507??2014-09-08?11:45??飛機(jī)大戰(zhàn)0.9網(wǎng)絡(luò)版\bin\game\hyr\Plane\Clienk\Plane.class
?????文件?????????779??2014-09-08?11:14??飛機(jī)大戰(zhàn)0.9網(wǎng)絡(luò)版\bin\game\hyr\Plane\Clienk\PlaneGameClienk$1.class
?????文件?????????972??2014-09-08?11:14??飛機(jī)大戰(zhàn)0.9網(wǎng)絡(luò)版\bin\game\hyr\Plane\Clienk\PlaneGameClienk$ConnectDialog$1.class
?????文件????????1697??2014-09-08?11:14??飛機(jī)大戰(zhàn)0.9網(wǎng)絡(luò)版\bin\game\hyr\Plane\Clienk\PlaneGameClienk$ConnectDialog$2.class
?????文件????????2075??2014-09-08?11:14??飛機(jī)大戰(zhàn)0.9網(wǎng)絡(luò)版\bin\game\hyr\Plane\Clienk\PlaneGameClienk$ConnectDialog.class
?????文件????????1556??2014-09-08?11:14??飛機(jī)大戰(zhàn)0.9網(wǎng)絡(luò)版\bin\game\hyr\Plane\Clienk\PlaneGameClienk$KeyControl.class
?????文件????????1010??2014-09-08?11:14??飛機(jī)大戰(zhàn)0.9網(wǎng)絡(luò)版\bin\game\hyr\Plane\Clienk\PlaneGameClienk$PaintThread.class
?????文件????????5542??2014-09-08?11:14??飛機(jī)大戰(zhàn)0.9網(wǎng)絡(luò)版\bin\game\hyr\Plane\Clienk\PlaneGameClienk.class
?????文件????????3433??2014-09-08?11:14??飛機(jī)大戰(zhàn)0.9網(wǎng)絡(luò)版\bin\game\hyr\Plane\Clienk\PlaneMoveMessages.class
?????文件????????3269??2014-09-08?11:14??飛機(jī)大戰(zhàn)0.9網(wǎng)絡(luò)版\bin\game\hyr\Plane\Clienk\PlaneNewMessages.class
?????文件?????????431??2014-09-08?11:17??飛機(jī)大戰(zhàn)0.9網(wǎng)絡(luò)版\bin\game\hyr\Plane\Clienk\SendMessages.class
?????文件????????2459??2014-09-08?11:40??飛機(jī)大戰(zhàn)0.9網(wǎng)絡(luò)版\bin\game\hyr\Plane\Clienk\Zidan.class
?????文件????????2527??2014-09-08?11:49??飛機(jī)大戰(zhàn)0.9網(wǎng)絡(luò)版\bin\game\hyr\Plane\Clienk\ZidanNewMessages.class
?????目錄???????????0??2015-12-30?10:30??飛機(jī)大戰(zhàn)0.9網(wǎng)絡(luò)版\bin\game\hyr\Plane\Server\
?????文件?????????671??2014-09-08?11:14??飛機(jī)大戰(zhàn)0.9網(wǎng)絡(luò)版\bin\game\hyr\Plane\Server\PlaneGameServer$Client.class
............此處省略43個(gè)文件信息

評(píng)論

共有 條評(píng)論

相關(guān)資源