上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 40 下一页
摘要: In the docs for the constructorInetSocketAddress(int port)it says:Creates a socket address where the IP address is the wildcard address and the port n... 阅读全文
posted @ 2014-10-21 03:35 wuhn 阅读(989) 评论(0) 推荐(1) 编辑
摘要: I need a monitor class that regularly checks whether a given HTTP URL is available. I can take care of the "regularly" part using the Spring TaskExecu... 阅读全文
posted @ 2014-10-21 03:27 wuhn 阅读(568) 评论(0) 推荐(0) 编辑
摘要: I am trying to convert an address specified by an IP number or a name, both in String (i.e.localhostor127.0.0.1), into anInetAdressobject. There's no ... 阅读全文
posted @ 2014-10-21 03:13 wuhn 阅读(201) 评论(0) 推荐(0) 编辑
摘要: The InetAddress class can be used to perform Domain Name Server (DNS) lookups. For example, you can call the static InetAddress.getByName("www.teamcak... 阅读全文
posted @ 2014-10-21 03:09 wuhn 阅读(316) 评论(0) 推荐(0) 编辑
摘要: TheInetAddressclass has no visible constructors. To create anInetAddressobject, you have to use one of the available factory methods.Factory methodsar... 阅读全文
posted @ 2014-10-21 03:03 wuhn 阅读(426) 评论(0) 推荐(0) 编辑
摘要: Modern applications often need the ability to learn information about hosts out on the network. One key class in this process for Java developers is t... 阅读全文
posted @ 2014-10-21 02:56 wuhn 阅读(179) 评论(0) 推荐(0) 编辑
摘要: TheInetAddressis Java's representation of an IP address. Instances of this class are used together withUDP DatagramSocketsand normalSocket'sandServerS... 阅读全文
posted @ 2014-10-21 02:43 wuhn 阅读(175) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2014-10-21 00:27 wuhn 阅读(127) 评论(0) 推荐(0) 编辑
摘要: 字体对input的影响 效果: 效果:一个看起来还行的input输入框 阅读全文
posted @ 2014-10-21 00:20 wuhn 阅读(336) 评论(0) 推荐(0) 编辑
摘要: 很简单的一个登陆界面:代码: ... 阅读全文
posted @ 2014-10-20 22:01 wuhn 阅读(299) 评论(0) 推荐(0) 编辑
上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 40 下一页