Giter Site home page Giter Site logo

blog-comments's People

Watchers

 avatar  avatar

blog-comments's Issues

RecyclerView ChildHelper源码 — 璐豪笔记

https://fsilence.github.io/2020/05/11/RecyclerView-ChildHelper/

大纲: 1. ChildHelper的职责2. hidden的处理方式2. 关于Bucket的位计算概述ChildHelper帮助处理RecyclerView中的View的辅助类。 RecyclerView中的childern被分成了2类一类是当前正在使用可见的,一类是hidden的。ChildHelper提供了2类方法,一类获取getChildCount等,一类是Unfilter的方法 例如getUnfilterChildCount , 区别是getChildCount返回当前可见的View的个数,getUnfilterChildCount返回未过滤的View在ViewGroup中的实际个数。

mac定时提醒 — FSilence's Blog

https://fsilence.github.io/2018/06/25/tools-mac-notify/

最近想要保护下眼睛,所以想要让电脑没隔1个小时 提醒让眼睛休息2分钟。 定时任务我们知道可以使用 crontab 进行,可以参考http://www.cnblogs.com/peida/archive/2013/01/08/2850483.html唤起通知可以使用 AppleScript AppleScript是苹果的脚本可以用来帮助和mac交互。例如 display dialog “aaa” 表示弹窗提示 ”aaa“, display notification “Content !” with title “Title” 表示右上角的提醒。其它命令可自行搜索。

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.