跳至内容

燕鸥博客

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

    30秒学会 Angular 片段 – Reusing code in template

    While the best way of reusing your code is creating a component, it’s also possible to do it i...

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

    30秒学会 JavaScript 片段 – isString

    Checks if the given argument is a string. Only works for string primitives. Use typeof to check if a...

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

    30秒学会 JavaScript 片段 – palindrome

    Returns true if the given string is a palindrome, false otherwise. Convert the string to String.prot...

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

    30秒学会 Dart 片段 – mapList

    Maps the values of a list using a function, where the key-value pairs consist of the value as the ke...

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

    30秒学会 C# 片段 – IsUpper

    Checks if a string is upper case. Convert the given string to upper case, using string.ToUpper() and...

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

    30秒学会 PHP 片段 – memoize

    Returns the memoized (cached) function. Create an empty cache by instantiating a new array. Return a...

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

    30秒学会 JavaScript 片段 – forOwn

    Iterates over all own properties of an object, running a callback for each one. Use Object.keys(obj)...

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

    30秒学会 JavaScript 片段 – prefersDarkColorScheme

    Returns true if the user color scheme preference is dark, false otherwise. Use window.matchMedia() w...

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

    30秒学会 Python 片段 – spread

    Flattens a list, by spreading its elements into a new list. Loop over elements, use list.extend() if...

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

    30秒学会 Python 片段 – when

    Tests a value, x, against a predicate function, conditionally applying a function. Check if the valu...

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

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

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