跳至内容

燕鸥博客

  • 首页
  • 燕鸥监控
  • 30秒学会代码片段
    • 30秒学会 Angular 片段
    • 30秒学会 C# 片段
    • 30秒学会 CSS 片段
    • 30秒学会 Dart 片段
    • 30秒学会 Golang 片段
    • 30秒学会 JavaScript 片段
    • 30秒学会 PHP 片段
    • 30秒学会 Python 片段
    • 30秒学会 React 片段
    • 30秒面试问题
    • 30秒看不完系列
  • CSS技巧
  • 关于我们

标签

algorithm Angular animation array browser C# class collection components CSS Dart date dictionary effect event function generator Golang hooks input interactivity JavaScript lambda layout list math node object PHP promise Python random React recursion regexp state string tips type utility visual 代码片段 入门 进阶 高级
    2018年9月3日

    30秒学会 JavaScript 片段 – juxt

    Takes several functions as argument and returns a function that is the juxtaposition of those functi...

    进一步了解
    • 30秒学会 JavaScript 片段
    2018年9月1日

    30秒学会 JavaScript 片段 – hexToRGB

    Converts a color code to a rgb() or rgba() string if alpha value is provided. Use bitwise right-shif...

    进一步了解
    • 30秒学会 JavaScript 片段
    2018年9月1日

    30秒学会 JavaScript 片段 – omit

    Omits the key-value pairs corresponding to the given keys from an object. Use Object.keys(obj), Arra...

    进一步了解
    • 30秒学会 JavaScript 片段
    2018年8月31日

    30秒学会 JavaScript 片段 – isPowerOfTwo

    Returns true if the given number is a power of 2, false otherwise. Use the bitwise binary AND operat...

    进一步了解
    • 30秒学会 JavaScript 片段
    2018年8月31日

    30秒学会 JavaScript 片段 – parseCookie

    Parse an HTTP Cookie header string and return an object of all cookie name-value pairs. Use String.p...

    进一步了解
    • 30秒学会 JavaScript 片段
    2018年8月31日

    30秒学会 Python 片段 – has_duplicates

    Returns True if there are duplicate values in a flat list, False otherwise. Use set() on the given l...

    进一步了解
    • 30秒学会 Python 片段
    2018年8月31日

    30秒学会 JavaScript 片段 – getDaysDiffBetweenDates

    Returns the difference (in days) between two dates. Calculate the difference (in days) between two D...

    进一步了解
    • 30秒学会 JavaScript 片段
    2018年8月30日

    30秒学会 JavaScript 片段 – attempt

    Attempts to invoke a function with the provided arguments, returning either the result or the caught...

    进一步了解
    • 30秒学会 JavaScript 片段
    2018年8月29日

    30秒学会 JavaScript 片段 – sdbm

    Hashes the input string into a whole number. Use String.prototype.split(”) and Array.prototype.redu...

    进一步了解
    • 30秒学会 JavaScript 片段
    2018年8月28日

    30秒学会 Python 片段 – gcd

    Calculates the greatest common divisor of a list of numbers. Use functools.reduce() and math.gcd() o...

    进一步了解
    • 30秒学会 Python 片段
    第 122 页,共 154 页« 最新«...102030...120121122123124...130140150...»最旧 »

    燕鸥博客 © 2025. 版权所有。

    自豪地采用 WordPress. 主题设计 Alx.