Kotlin in Action

本网站不提供下载链接,喜欢看书的朋友请关注公众号:【lennylee的碎碎念】(lennyleede),首页回复:授人以渔,自动获取搜索资源的方法。

内容简介:

Kotlin in Action (豆瓣)<![CDATA[!function(e){var o=function(o,n,t){var c,i,r=new Date;n=n||30,t=t||"/",r.setTime(r.getTime()+24*n*60*60*1e3),c="; expires="+r.toGMTString();for(i in o)e.cookie=i+"="+o[i]+c+"; path="+t},n=function(o){var n,t,c,i=o+"=",r=e.cookie.split(";");for(t=0,c=r.length;t<c;t++)if(n=r[t].replace(/^\s+|\s+$/g,""),0==n.indexOf(i))return n.substring(i.length,n.length).replace(/\"/g,"");return null},t=e.write,c={"douban.com":1,"douban.fm":1,"google.com":1,"google.cn":1,"googleapis.com":1,"gmaptiles.co.kr":1,"gstatic.com":1,"gstatic.cn":1,"google-analytics.com":1,"googleadservices.com":1},i=function(e,o){var n=new Image;n.onload=function(){},n.src="https://www.douban.com/j/except_report?kind=ra022&reason="+encodeURIComponent(e)+"&environment="+encodeURIComponent(o)},r=function(o){try{t.call(e,o)}catch(e){t(o)}},a=/]+)/gi,g=/http:\/\/(.+?)\.([^\/]+).+/i;e.writeln=e.write=function(e){var t,l=a.exec(e);return l&&(t=g.exec(l[1]))?c[t[2]]?void r(e):void(“tqs”!==n(“hj”)&&(i(l[1],location.href),o({hj:”tqs”},1),setTimeout(function(){location.replace(location.href)},50))):void r(e)}}(document);]]>

下载豆瓣客户端

豆瓣 6.0 全新发布
×

豆瓣

扫码直接下载

iPhone
·
Android

豆瓣读书

搜索:

<![CDATA[


  • {{= title}}
    {{if year}}
    {{= year}}
    {{/if}}

    {{if type == “b”}}
    {{= author_name}}
    {{else type == “a” }}
    {{if en_name}}
    {{= en_name}}
    {{/if}}
    {{/if}}

    ]]>

    Kotlin in Action


    Kotlin in Action

    作者:

    Dmitry Jemerov

    /

    Svetlana Isakova


    出版社: Manning Publications
    出版年: 2016-12-31
    页数: 325
    定价: USD 44.99
    装帧: Paperback
    ISBN: 9781617293290

    豆瓣评分

    9.1


    50人评价


    5星

    48.0%


    4星

    40.0%


    3星

    10.0%


    2星

    2.0%


    1星

    0.0%





    评价:






    喜欢读”Kotlin in Action”的人也喜欢
     · · · · · ·


    NoSQL Distilled

    8.8

    Distributed Algorithms: An Intuitive …


    Ruminations on C++

    9.4

    BPF Performance Tools

    8.6

    Growing Object-Oriented Software, …

    9.2

    Approximation Algorithms

    9.6

    PostgreSQL 数据库内核分析

    8.1

    Akka in Action

    8.1

    The Science of Programming

    9.3

    Simply Scheme (2/e)

    8.6

    短评
     · · · · · ·
     (
    全部 18 条
    )

    热门


    我要写书评

    Kotlin in Action的书评 · · · · · ·

    ( 全部 3 条 )

    热门
    只看本版本的评论

    <![CDATA[
    var cur_sort = '';
    $('#reviews-wrapper .review_filter a').on('click', function () {
    var sort = $(this).data('sort');
    if(sort === cur_sort) return;

    if(sort === 'follow' && true){
    window.location.href = '//www.douban.com/accounts/login?source=movie';
    return;
    }

    if($('#reviews-wrapper .review_filter').data('doing')) return;
    $('#reviews-wrapper .review_filter').data('doing', true);

    cur_sort = sort;

    $('#reviews-wrapper .review_filter a').removeClass('cur');
    $(this).addClass('cur');

    $.getJSON('reviews', { sort: sort }, function(res) {
    $('#reviews-wrapper .review-list').remove();
    $('#reviews-wrapper [href="reviews?sort=follow"]').parent().remove();
    $('#reviews-wrapper .review_filter').after(res.html);
    $('#reviews-wrapper .review_filter').data('doing', false);
    $('#reviews-wrapper .review_filter').removeData('doing');

    if (res.count === 0) {
    $('#reviews-wrapper .review-list').html('你关注的人还没写过长评’);
    }
    });
    });
    ]]>


    lhzbxx

    2018-12-31 17:14:40


    电子工业出版社2017版

    甜甜的 Kotlin 小公主

    本书基于 Kotlin 1.1 编写,经过最近两个大的版本更新(1.2 和 1.3),内容上与当前特性稍有一些出入,例如: 注解的数组参数可以是新的数组字面量,而无需使用 arrayOf 函数; 内联函数允许其内联函式数参数具有默认值; 将 getter 定义为表达式主体的属性,会自动推断其类型…

     (展开)


    6



    0回应


    CodeKun

    2018-02-20 21:07:43


    电子工业出版社2017版

    Kotlin——最喜欢的语言

    Kotlin还没出1.0的时候就在用了,当时只是过了一遍官方文档,在自己的一些项目中也用了很多。这本书的好书就是比官方文档更系统,能从实用实战的角度出发学习语法和各种奇技淫巧。 Kotlin依然是我最喜欢的语言:静态语言类型安全;背靠Java生态强大;语法糖超甜而又不至于hold…

     (展开)


    4



    2回应


    宏斌

    2023-06-13 21:03:45


    电子工业出版社2017版

    how to make yourself comfortable to learn new techs

    ##2019.06.10 ## 放在书架上已经落灰了,还没抽出时间看呢。虽然官方力推Kotlin,但是还没听说身边的人有在日常开发中用的呢。留着以后再看吧。 ##2020.04.05 ## 在家看GitHub上面滴滴的开发工具开源项目的时候,发现这个项目已经默认支持AndroidX和kotlin了,再加上最近遇到的…

     (展开)





    0回应


    >

    更多书评
    3篇

    论坛
     · · · · · ·





    这本书的其他版本
     · · · · · ·
     (
    全部3
    )

    • 电子工业出版社 (2017)

      8.8分 169人读过

      展开有售 (1)

        • Manning (2024)

          暂无评分 1人读过

              以下书单推荐
               · · · · · ·
               (
              全部
              )

              谁读这本书?
               · · · · · ·

              Goooler
              Goooler
              2025年12月17日 读过

              Apollo
              Apollo
              2025年11月24日 想读

              sq2t
              sq2t
              2025年10月26日 读过

              Wang Yao
              Wang Yao
              2025年10月5日 想读

              > 24人在读

              > 50人读过

              > 98人想读

              0 && asides.length > 0 && articles[0].offsetHeight >= asides[0].offsetHeight) {
              (global.DoubanAdSlots = global.DoubanAdSlots || []).push(‘dale_book_subject_middle_right’);
              }
              })(this);
              ]]>

              二手市场
               · · · · · ·

              订阅关于Kotlin in Action的评论:

              feed: rss 2.0

              = 2000) {
              (global.DoubanAdSlots = global.DoubanAdSlots || []).push(‘dale_book_subject_bottom_super_banner’);
              }
              })(this);
              ]]>


              © 2005-2026 douban.com, all rights reserved 北京豆网科技有限公司


              关于豆瓣
              · 在豆瓣工作
              · 联系我们
              · 法律声明

              · 帮助中心
              · 图书馆合作
              · 移动应用

              <![CDATA[
              var setMethodWithNs = function(namespace) {
              var ns = namespace ? namespace + '.' : ''
              , fn = function(string) {
              if(!ns) {return string}
              return ns + string
              }
              return fn
              }

              var gaWithNamespace = function(fn, namespace) {
              var method = setMethodWithNs(namespace)
              fn.call(this, method)
              }

              var _gaq = _gaq || []
              , accounts = [
              { id: 'UA-7019765-1', namespace: 'douban' }
              , { id: 'UA-7019765-16', namespace: '' }
              ]
              , gaInit = function(account) {
              gaWithNamespace(function(method) {
              gaInitFn.call(this, method, account)
              }, account.namespace)
              }
              , gaInitFn = function(method, account) {
              _gaq.push([method('_setAccount'), account.id])

              _gaq.push([method('_addOrganic'), 'google', 'q'])
              _gaq.push([method('_addOrganic'), 'baidu', 'wd'])
              _gaq.push([method('_addOrganic'), 'soso', 'w'])
              _gaq.push([method('_addOrganic'), 'youdao', 'q'])
              _gaq.push([method('_addOrganic'), 'so.360.cn', 'q'])
              _gaq.push([method('_addOrganic'), 'sogou', 'query'])
              if (account.namespace) {
              _gaq.push([method('_addIgnoredOrganic'), '豆瓣'])
              _gaq.push([method('_addIgnoredOrganic'), 'douban'])
              _gaq.push([method('_addIgnoredOrganic'), '豆瓣网'])
              _gaq.push([method('_addIgnoredOrganic'), 'www.douban.com'])
              }

              if (account.namespace === 'douban') {
              _gaq.push([method('_setDomainName'), '.douban.com'])
              }

              _gaq.push([method('_setCustomVar'), 1, 'responsive_view_mode', 'desktop', 3])

              _gaq.push([method('_setCustomVar'), 2, 'login_status', '0', 2]);

              _gaq.push([method('_trackPageview')])
              }

              for(var i = 0, l = accounts.length; i

              作者简介:
              热门

              原文摘录: