摘要:
网络编程 网络通信的要素 Ip,端口,协议(tcp/udp) 127.0.0.1 本机地址 默认主机名:localhost 端口号:用于标识进程的逻辑地址。 有效端口:0-65535 其中0-1024是系统使用或保留端口 协议: UDP:不需要建立连接,不可靠,速度快,数据大小64kb TCP:需要 阅读全文
posted @ 2019-06-28 17:51
clya
阅读(217)
评论(0)
推荐(0)
摘要:
基本数据类型的包装类 byte Byte short Short int Integer long Long float Float double Double boolean Boolean char Character 字符串和数值的互转 Integer integer = new Intege 阅读全文
posted @ 2019-06-28 17:33
clya
阅读(182)
评论(0)
推荐(0)
摘要:
特殊字符 \n 换行符 \t 制表符 8个基本数据类型 byte 字节型 1 short 短整型 2 int 整型 4 long 长整型 8 char 字符型 2 boolean 布尔型 1 float 浮点型 4 double 双精度浮点型 8 自动转换 long a = 100; 100(int 阅读全文
posted @ 2019-06-28 17:13
clya
阅读(256)
评论(0)
推荐(0)

浙公网安备 33010602011771号