发表日期: 2022-04-22 12:07:40 浏览次数:120
鄢陵网站建设【鄢陵网页制作】鄢陵网站维护-鄢陵网站改版

唐初属颍川郡。武德四年(公元621年),鄢陵属洧州。
贞观元年(公元627年)改属河南道许州,为上县。
五代时期
五代十国梁时鄢陵属东京开封府。
后唐改属许州忠武军。
后晋、后汉、后周均属东京开封府。
宋元明清
宋,鄢陵属京畿路开封府,为畿县。
金,鄢陵属南京路开封府。
元,鄢陵属河南江北行省汴梁路开封府,为中县。
明,鄢陵属河南省开封府。
清,沿袭明制,鄢陵仍属河南省开封府。
民国时期
民国元年(1912年)3月,鄢陵直属河南省。
这个类表示互联网协议(IP)地址。下面列出了 Socket 编程时比较有用的方法:
| 序号 | 方法描述 |
| 1 | static InetAddress getByAddress(byte[] addr) 在给定原始 IP 地址的情况下,返回 InetAddress 对象。 |
| 2 | static InetAddress getByAddress(String host, byte[] addr) 根据提供的主机名和 IP 地址创建 InetAddress。 |
| 3 | static InetAddress getByName(String host) 在给定主机名的情况下确定主机的 IP 地址。 |
| 4 | String getHostAddress() 返回 IP 地址字符串(以文本表现形式)。 |
| 5 | String getHostName() 获取此 IP 地址的主机名。 |
| 6 | static InetAddress getLocalHost() 返回本地主机。 |
| 7 | String toString() 将此 IP 地址转换为 String。 |