ByteNote LogoByteNote

Navigation

  • Blog
  • 工具

    © 2025 ByteNote. All rights reserved.

    JS reduce 实现累加

    Aug 9, 20224 min read
    const sum = arr => arr.reduce((acc, val) => acc + val, 0);
    sum([1, 2, 3]);
    

    相关文章

    微信号如何注销?

    注销微信号的步骤包括进入设置、选择账号与安全、点击注销账号并输入密码确认,成功后所有信息将被清空且不可恢复。

    git SSL Certificate problem- unable to get local issuer certificate

    To temporarily disable SSL verification in Git due to an SSL certificate issue, use `git config --global http.sslVerify false`, but be aware of security risks and re-enable it with `git config --global http.sslVerify true`.

    Flutter中 ...展开操作符的使用和代码演示

    在Flutter中,...展开操作符用于将List或Map展开并合并成新的集合。

    git 移除每次推送要指定远程具体分支

    Git 2.37.0 allows simplified pushing of new branches with "git push" without specifying "--set-upstream origin" by setting "git config --global --add --bool push.autoSetupRemote true".

    TG 中文界面设置

    该内容提供了一个Telegram(TG)中文界面的设置链接:tg://setlanguage?lang=zhcncc。