跳至内容

燕鸥博客

  • 首页
  • 燕鸥监控
  • 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 代码片段 入门 进阶 高级
    2019年5月5日

    30秒学会 C# 片段 – Reverse

    Reverses a string. Use string.ToCharArray() to convert the string to an array of char, Array.Reverse...

    进一步了解
    • 30秒学会 C# 片段
    2019年5月3日

    30秒学会 JavaScript 片段 – truthCheckCollection

    Checks if the predicate (second argument) is truthy on all elements of a collection (first argument)...

    进一步了解
    • 30秒学会 JavaScript 片段
    2019年5月2日

    30秒学会 JavaScript 片段 – toDecimalMark

    Converts a number to a decimal mark formatted string. Use Number.prototype.toLocaleString() to conve...

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

    30秒学会 JavaScript 片段 – deepFreeze

    Deep freezes an object. Use Object.keys() to get all the properties of the passed object, Array.prot...

    进一步了解
    • 30秒学会 JavaScript 片段
    2019年4月27日

    30秒学会 JavaScript 片段 – cloneRegExp

    Clones a regular expression. Use new RegExp(), RegExp.source and RegExp.flags to clone the given reg...

    进一步了解
    • 30秒学会 JavaScript 片段
    2019年4月26日

    30秒学会 Python 片段 – all_equal

    Checks if all elements in a list are equal. Use [1:] and [:-1] to compare all the values in the give...

    进一步了解
    • 30秒学会 Python 片段
    2019年4月22日

    30秒学会 C# 片段 – FindIndexOfFirstBy

    Returns the first index in an IList that matches the given predicate function, match. Use Enumerable...

    进一步了解
    • 30秒学会 C# 片段
    2019年4月21日

    30秒学会 JavaScript 片段 – pipeFunctions

    Performs left-to-right function composition. Use Array.prototype.reduce() with the spread operator (...

    进一步了解
    • 30秒学会 JavaScript 片段
    2019年4月19日

    30秒学会 Golang 片段 – IsPowerOf2

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

    进一步了解
    • 30秒学会 Golang 片段
    2019年4月18日

    30秒学会 CSS 片段 – Etched text

    Creates an effect where text appears to be "etched" or engraved into the background. text-...

    进一步了解
    • 30秒学会 CSS 片段
    第 100 页,共 154 页« 最新«...102030...9899100101102...110120130...»最旧 »

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

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