Skip to content
View z2058550226's full-sized avatar
🍉
🍉
Block or Report

Block or report z2058550226

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. LocalGradlePlugin LocalGradlePlugin Public

    Groovy

  2. AndroidStudioTimber AndroidStudioTimber Public

    A more useful DebugTree than Timber.DebugTree

    Kotlin

  3. KotlinDemo KotlinDemo Public

    《Kotlin in Action》读书笔记

    Kotlin 1

  4. FlutterNote FlutterNote Public

    《Flutter实战》读书笔记

    Dart

  5. Get java runtime generic type Get java runtime generic type
    1
    import java.lang.reflect.ParameterizedType
    2
    
                  
    3
    fun main() {
    4
        val a = A()
    5
        val parameterizedType = a.javaClass.genericInterfaces[0] as ParameterizedType
  6. ColorCalculate ColorCalculate Public

    QT编写的颜色计算器,可以把十位数字的颜色计算成字符串,并赋值到剪切板

    C++ 1