摘要:
错误代码 Could not write metadata for '/RemoteSystemsTempFiles'.D:\workspace4.5\.metadata\.plugins\org.eclipse.core.resources\.projects\RemoteSystemsTempF 阅读全文
摘要:
public final class Math extends Object floor 返回不大于的最大整数;ceil 则是不小于他的最小整数;round 它表示“四舍五入”,算法为Math.floor(x+0.5),即将原来的数字加上0.5后再向下取整; 所以,Math.round(11.5)的 阅读全文