zoukankan      html  css  js  c++  java
  • g++编译时总是出现倒计时问题

    make编译时,总是提示:

    make: Warning: File `mtrpcServer/real_pro.cpp' has modification time 41 s in the future
    make: Warning: File `mtrpcServer/real_pro.cpp' has modification time 41 s in the future
    make: Warning: File `mtrpcServer/real_pro.cpp' has modification time 41 s in the future
    make: Warning: File `mtrpcServer/real_pro.cpp' has modification time 41 s in the future
    make: Warning: File `mtrpcServer/real_pro.cpp' has modification time 41 s in the future
    make: Warning: File `mtrpcServer/real_pro.cpp' has modification time 41 s in the future
    make: Warning: File `mtrpcServer/real_pro.cpp' has modification time 41 s in the future
    make: Warning: File `mtrpcServer/real_pro.cpp' has modification time 41 s in the future
    make: Warning: File `mtrpcServer/real_pro.cpp' has modification time 41 s in the future
    make: Warning: File `mtrpcServer/real_pro.cpp' has modification time 41 s in the future
    make: Warning: File `mtrpcServer/real_pro.cpp' has modification time 41 s in the future

    原因:系统时间和当前时间有差距

    解决办法:更改系统时间为当前时间

    [root@QAServer autoQAServer]# date -s 10:36
    Fri May 10 10:36:00 HKT 2013

  • 相关阅读:
    Python 面向对象4-特殊成员
    Python 面向对象3-成员修饰符
    Python 面向对象2
    Python 面向对象
    Python hashlib模块
    使用Access-Control-Allow-Origin解决跨域
    倒计时
    移动端之touch事件--手指的滑动事件
    HTML5获取地理经纬度并通过百度接口得到实时位置
    h5直播
  • 原文地址:https://www.cnblogs.com/xinyuyuanm/p/3072024.html
Copyright © 2011-2022 走看看