240 发简信
IP属地:广东
  • JS 重写toFixed方法

    // 重写toFixed方法 Number.prototype.toFixed = function (n) { if (n > 20 || n < 0) { thr...

  • 有问题,负数没有考虑周全 也+1了。应该-1

    js中toFixed精度问题的解决办法

    最近在做项目的时候,遇到了有四舍五入保留两位的需求,当时不假思索的直接使用了js原生的toFixed方法,结果问题百出。主要还是有以下几点问题: 一:四舍五入并不是真正的四舍...

  • 我的都是这样的形式 #import <*****.h> 但是还是不行 , 我是做React native 打包

    这样的出错结果,求助

    The following build commands failed:
    CompileC build/RCTActionSheet.build/Release-iphoneos/RCTActionSheet.build/Objects-normal/armv7/RCTActionSheetManager.o RCTActionSheetManager.m normal armv7 objective-c com.apple.compilers.llvm.clang.1_0.compiler
    CompileC build/RCTActionSheet.build/Release-iphoneos/RCTActionSheet.build/Objects-normal/arm64/RCTActionSheetManager.o RCTActionSheetManager.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler

    在xcodebuild时候报错normal armv7 objective-c++ com.apple.compilers.llvm.clang.1_0.compiler

    工程是使用cocospod的workspace 执行xcodebuild -workspace BangBangxingDriver.xcworkspace -scheme ...