跳至内容

燕鸥博客

  • 首页
  • 燕鸥监控
  • 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年6月5日

    30秒学会 Golang 片段 – ToCamel

    Converts a string to kebab case. Use range and strings.Fields() to iterate over the words in the str...

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

    30秒学会 JavaScript 片段 – toggleClass

    Toggles a class for an HTML element. Use element.classList.toggle() to toggle the specified class fo...

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

    30秒学会 JavaScript 片段 – UUIDGeneratorBrowser

    Generates a UUID in a browser. Use crypto API to generate a UUID, compliant with RFC4122 version 4.

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

    30秒学会 Dart 片段 – reverseString

    Reverses a string. Use String.split(”) and Iterable.reversed to reverse the order of the runes in t...

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

    30秒学会 JavaScript 片段 – isLowerCase

    Checks if a string is lower case. Convert the given string to lower case, using String.toLowerCase()...

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

    30秒学会 C# 片段 – ToKebabCase

    Converts a string to kebab case. Use Regex.Matches() with an appropriate regular expression to break...

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

    30秒学会 JavaScript 片段 – normalizeLineEndings

    Normalizes line endings in a string. Use String.prototype.replace() and a regular expression to matc...

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

    30秒学会 CSS 片段 – Staggered animation

    Creates a staggered animation for the elements of a list. Set the opacity to 0 and transform to tran...

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

    30秒学会 Golang 片段 – FindLastIndex

    Returns the index of the last element in the provided collection that satisfies the provided testing...

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

    30秒学会 JavaScript 片段 – toCurrency

    Take a number and return specified currency formatting. Use Intl.NumberFormat to enable country / cu...

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

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

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