网站首页 站内搜索

搜索结果

查询Tags标签: host2,共有 3条记录
  • InetAddress对象的使用

    package demo03;import java.net.InetAddress; import java.net.UnknownHostException;public class API {public static void main(String[] args) throws UnknownHostException { // 获取本机inetAddress对象InetAddress localHost = InetAddress.getLocalHost()…

    2022/1/6 23:08:53 人评论 次浏览
  • InetAddress对象的使用

    package demo03;import java.net.InetAddress; import java.net.UnknownHostException;public class API {public static void main(String[] args) throws UnknownHostException { // 获取本机inetAddress对象InetAddress localHost = InetAddress.getLocalHost()…

    2022/1/6 23:08:53 人评论 次浏览
  • ros时间同步

    ros时间同步 1. 服务端host1(电脑)1.0在服务端host1(电脑)上安装ntp组件,附件deb包1.1 调整host1时间1.2 修改host1配置1.3 host1启动ntpd 2. 客户端host2(mdc)2.0 在客户端host2(mdc)上安装ntp组件,附件deb包2.1 首先手动修改时间,确保客户端与服务端时间差不要太大,…

    2021/4/30 10:56:55 人评论 次浏览
扫一扫关注最新编程教程