-
java语法规则应用与学习
java语法规则应用与学习-java application of the rules of grammar and learning
- 2022-10-26 04:20:02下载
- 积分:1
-
有关于jsp的编程方面介绍的书籍,很好,找了很久
有关于jsp的编程方面介绍的书籍,很好,找了很久-Jsp on the introduction of programming books, well, look for a long time
- 2022-02-15 18:19:24下载
- 积分:1
-
ssd7 exercise1
ssd7练习1
- 2022-05-19 01:06:49下载
- 积分:1
-
简易计算器不需要很高深的算法,对于数字计算的唯一要求就是在除数为零的时候要加以判断和处理,其他的就是窗口布局和功能完善了;首先:计算器需要一个显示按键结果的Te...
简易计算器不需要很高深的算法,对于数字计算的唯一要求就是在除数为零的时候要加以判断和处理,其他的就是窗口布局和功能完善了;首先:计算器需要一个显示按键结果的TextField部件,再就是添加很多Button了;为了界面的美观,为Frame添加两个panel,一个布局用BorderLayout.NORTH,另一个用GridLayout分成均等的几行几列;窗口的整体布局就基本成形了。剩下的为Button添加事件及响应事件的结果,编写程序实现。-simple calculators do not need high deep algorithm, figures for the only requirement is the divisor to zero when the judgment and, The rest is window layout and functions; First : need a calculator button shows the results of the TextField component, Then, it took a lot of added Button; To the beautiful interface, Frame added two panel, BorderLayout.NORTH using a layout, Another use GridLayout divided into equal out several lines; window on the overall layout of the basic shaping. Button left to add events and respond to the findings, preparation processes.
- 2022-01-22 13:27:23下载
- 积分:1
-
商务购物网站,企业网站,企业网站
企业购物网站, 企业购物网站,企业购物网站-Business shopping sites, corporate websites, corporate websites
- 2022-08-07 11:43:38下载
- 积分:1
-
err
客户通过Socket(InetAddress,port)建立与服务器的连接。服务器与客户都通过构造BufferedReader,PrintWriter来建立输入输出流,然后双方通过该输入输出流来相互传递信息,一旦收到客户方的连接请求,服务器accept()方法返回一个新建的Socket对象。客户端然后向服务器发送消息,比如注册,登录,查找好友等,服务器收到来自客户的请求后,针对不同的消息处理请求, 虽然UDP不可靠但是对于icq可靠性并不太重要,而且UDP快速,所以客户间发送信息通过UDP。用户登录时通过类DatagramPacket和DatagramSocket创建UDP包括其本地接受端口以及发送端口,默认端口为5000和5001,通过取得的好友的IP地址来向好友发送消息(send(DatagramPacket)和接受消息(receive(DatagramPacket))。当用户通过UDP收到消息后,可以通过DatagramPacket的方法InetAddress getAddress()得到对方的ip地址,通过对好友列表比较以判断是谁并提示用户收到某某的消息,然后用户选择该用户查看消息,如果好友列表没有该人就显示收到陌生人的消息。用户可以按陌生人按钮查看消息。
-err
- 2022-01-23 10:11:51下载
- 积分:1
-
JAVA 实现的一个计算器,是很好的学习教材,仅供新手,老鸟就不要看了...
JAVA 实现的一个计算器,是很好的学习教材,仅供新手,老鸟就不要看了-JAVA realization of a calculator, is a very good learning materials, for novice, do not read老鸟
- 2022-03-10 00:58:01下载
- 积分:1
-
这是上学堂马士兵老师教授的javaSE的所有源代码,里面有巨多有价值的代码...
这是上学堂马士兵老师教授的javaSE的所有源代码,里面有巨多有价值的代码-This is the school teacher马士兵Professor javaSE all the source code, there are huge number of valuable code
- 2022-07-14 03:04:44下载
- 积分:1
-
谢谢哦 尽快给我开通啊
谢谢哦 尽快给我开通啊-as I opened ah
- 2022-03-10 17:49:27下载
- 积分:1
-
操作系统课程设计中的CPU原码,采用JAVA编写
操作系统课程设计中的CPU原码,采用JAVA编写-Curriculum design in the operating system CPU original code, the use of JAVA to prepare
- 2022-04-27 22:01:58下载
- 积分:1