跳至内容

燕鸥博客

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

    30秒学会 Python 片段 – tail

    Returns all elements in a list except for the first one. Return lst[1:] if the list’s length i...

    进一步了解
    • 30秒学会 Python 片段
    2017年12月28日

    30秒学会 CSS 片段 – Drop cap

    Makes the first letter in the first paragraph bigger than the rest of the text – often used to...

    进一步了解
    • 30秒学会 CSS 片段
    2017年12月26日

    30秒学会 C# 片段 – Repeat

    Creates a new string by repeating the given string n times. Use Enumerable.Repeat() to repeat s n ti...

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

    30秒学会 Python 片段 – filter_non_unique

    Filters out the non-unique values in a list. Use a collections.Counter to get the count of each valu...

    进一步了解
    • 30秒学会 Python 片段
    2017年12月25日

    30秒学会 Python 片段 – frequencies.md

    title: frequencies tags: list,intermediate Returns a dictionary with the unique values of a list as ...

    进一步了解
    • 30秒学会 Python 片段
    2017年12月24日

    30秒学会 JavaScript 片段 – stableSort

    Performs stable sorting of an array, preserving the initial indexes of items when their values are t...

    进一步了解
    • 30秒学会 JavaScript 片段
    2017年12月24日

    30秒学会 JavaScript 片段 – partitionBy

    Applies fn to each value in arr, splitting it each time fn returns a new value. Use Array.prototype....

    进一步了解
    • 30秒学会 JavaScript 片段
    2017年12月23日

    30秒学会 CSS 片段 – Height transition

    Transitions an element’s height from 0 to auto when its height is unknown. transition: max-hei...

    进一步了解
    • 30秒学会 CSS 片段
    2017年12月21日

    30秒学会 Python 片段 – find_parity_outliers

    Given a list, returns the items that are parity outliers. Use collections.Counter with a list compre...

    进一步了解
    • 30秒学会 Python 片段
    2017年12月21日

    30秒学会 JavaScript 片段 – transform

    Applies a function against an accumulator and each key in the object (from left to right). Use Objec...

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

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

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