摘自 :http://www.runoob.com/java/java-url-processing.html Java URL 处理 URL(Uniform Resource Locator)中文名为统一资源定位符,有时也被俗称为网页地址。表示为互联网上的资源,如网页或者FTP地址。 本章节我们将 Read More
posted @ 2018-05-19 11:53 happy_xiaoxiao Views(159) Comments(0) Diggs(0) Edit
摘自:http://www.runoob.com/java/java-networking.html JAVA网络编程 网络编程是指编写运行在多个设备(计算机)的程序,这些设备都通过网络连接起来。 java.net包中J2SE的API包含有类和接口,他们提供低层次的通信细节。你可以直接使用这些类和接 Read More
posted @ 2018-05-19 10:34 happy_xiaoxiao Views(172) Comments(0) Diggs(0) Edit
一、java编译通过,为什么运行却提示找不到或无法加载主类 使用运行窗口编译通过,但运行提示 通过eclipse可以运行 原因:代码中有package javaLearn;编译时在javaLearn目录编译,但运行时需要返回到上一层再运行 二、eclipse中文字体小 Windows >Prefer Read More
posted @ 2018-05-19 09:56 happy_xiaoxiao Views(122) Comments(0) Diggs(0) Edit