首页
首页
沸点
课程
直播
活动
商城
APP
插件
搜索历史
清空
创作者中心
写文章
发沸点
写代码
会员
掘金会员,重磅登场
限时五折,已预约用户享专属抵扣
登录
举报沸点
请选择举报理由
和话题不符
恶意攻击谩骂
广告营销
易冬
公众号
|
AndroidKt
热爱Android、Kotlin、Flutter和OpenCV。 越自律,越自由
掘金优秀作者
130
关注
4,692
关注者
10,429
掘力值
关注
关注
获得徽章 0
动态
文章
专栏
沸点
收藏集
24
关注
赞
597
文章 588
沸点 8
资讯 1
赞
596
关注
返回
|
搜索文章
文章
热门
最新
易冬
12天前
Kotlin
有趣的 Kotlin 0x0E:DeepRecursiveFunction
前言 DeepRecursiveFunction 是 Kotlin 在 1.4.0 版本上尝试解决深度递归导致 StackOverflowError 问题的试行方案。在最新发布的 1.7.0 版本上正
382
3
评论
易冬
15天前
Kotlin
有趣的 Kotlin 0x0D: IntArray vs Array<Int>
介绍 IntArray 整数数组。在 JVM 平台上,对应 int[]。 Array Array<T> 表示 T 类型数组。在 JVM 平台上,Array<Int> 对应 Integer[]。 验证
223
1
评论
易冬
15天前
Kotlin
有趣的 Kotlin 0x0C:Contracts
Kotlin 语言中深受开发者喜爱特性之一就是 智能推断。 如上,编译器会自动推断出变量 s 为非空 String 类型。 但是在一些小把戏面前,Kotlin 的智能推断又没有想象中的那么强大。下面这
316
5
评论
易冬
1年前
Kotlin
Android
有趣的 Kotlin 0x0B:Copy
0x0B:Copy 以上代码,运行结果是什么?可选项: one, two one, two, oops UnsupportedOperationException will not compile 思
1847
9
2
易冬
1年前
Kotlin
Android
有趣的 Kotlin 0x0A:Fun with composition
0x0A:Fun with composition 以上代码,运行结果是什么?可选项: Nothing, it doesn't compile 5 (1,2) (3,4) 思考一下,记录下你心中的答案
492
8
评论
易冬
1年前
Kotlin
有趣的 Kotlin 0x09:Extensions are resolved statically
0x09:Extensions are resolved statically 以上代码,运行结果是什么?可选项: Doesn't Compile Rutime error "c" "d" 思考一下,
480
3
评论
易冬
1年前
Kotlin
Android
有趣的 Kotlin 0x08:What am I
0x08:What am I ? 以上代码,运行结果是什么?可选项: "null" "kotlin.Unit" Doesn't print anything Doesn't compile 思考一下,
550
6
评论
易冬
1年前
Kotlin
Android
有趣的 Kotlin 0x07:Composition
0x07:Composition 以上代码,运行结果是什么?可选项: "Hello, World" Error: Expecting top-level declaration Error: Expr
625
7
5
易冬
1年前
Kotlin
前端
有趣的 Kotlin 0x06:List minus list
0x06:List minus list 以上代码,运行结果是什么?可选项: [2, 3][2, 3][1, 1][1, 1] [2, 3][2, 3][1, 1][] [2, 3][2, 3][][
303
8
评论
易冬
1年前
Kotlin
华为
Android
轻松实现多种图片滤镜效果
「本文已参与好文召集令活动,点击查看:后端、大前端双赛道投稿,2万元奖池等你挑战!」 前言 之前, 通过使用 OpenCV 提供的四种非真实渲染的使用场景:边缘保留滤波、细节增强、素描铅笔画、风格化,
2801
12
1
下一页
个人成就
优秀创作者
文章被点赞
3,610
文章被阅读
249,612
掘力值
10,429
关注了
130
关注者
4,692
收藏集
24
关注标签
60
加入于
2016-11-30