悟空视频

    在线播放云盘网盘BT下载影视图书

    TypeScript实战 - 图书

    2020计算机·编程设计
    导演:汪明
    微软推出的开源TypeScript语言是JavaScript的超集,引入了静态类型和面向对象的若干特征,可以分模块构建易维护的JavaScript代码。本书用于TypeScript 3.3.3入门,以构建大型可扩展的Web应用。 本书分为10章,介绍TypeScript的基本类型、变量、运算符、数字和字符串,流程控制,数组、元组、迭代器和生成器,函数,常用的几款工具,面向对象编程,泛型,声明文件与项目配置,以及App实战项目等。最后,给出TypeScript JSX的基础内容作为参考。作者还为每章配备了课件与教学视频,方便自学。本书内容详尽、示例丰富,既适合TypeScript初学者及前端开发人员阅读,也适合高等院校和培训学校计算机相关专业的师生教学参考。
    TypeScript实战
    图书

    TypeScript入门与实战 - 图书

    导演:钟胜平
    本书主要内容如下: 第一篇“初识TypeScript”包括第1~2章,介绍TypeScript诞生的背景及其特点,搭建了TypeScript语言的开发环境并完成了第一个TypeScript程序。 第二篇“TypeScript语言概览”包括第3~4章,介绍JavaScript语言的基础知识,以及JavaScript语言中一些较新的特性。 第三篇“TypeScript类型系统”包括第5~7章,详细讲解TypeScript的核心类型系统。 第四篇“TypeScript应用”包括第8~9章,介绍TypeScript工程配置的管理以及与开发工具的集成。 在阅读本书时,如果读者已经掌握了JavaScript语言的知识,那么可以跳过“TypeScript语言概览”部分,从“TypeScript类型系统”部分开始阅读。否则,建议读者按顺序阅读,同时还可以配合使用其他...(展开全部)
    TypeScript入门与实战
    搜索《TypeScript入门与实战》
    图书

    TypeScript入门与实战 - 图书

    2020计算机·编程设计
    导演:钟胜平编著
    TypeScript是一个开源的、跨平台且带有类型系统的avaScript超集,可以编译为纯JavaScript,然后运行在任意浏览器和其他环境中,使开发者可以使用一些未来JavaScript标准(ECMAScript 6和7)中的特性。TypeScript为JavaScript添加了可选的静态类型、类和模块,可使大型JavaScript应用使用更好的工具,并保持更清晰的结构。本书系统化介绍TypeScript程序设计,包括四大部分。第一篇“初识TypeScript”介绍TypeScript与JavaScript的关系以及快速开始编写第一个TypeScript程序,第二篇“TypeScript语言概览”介绍TypeScript语言基础、迭代器与生成器、装饰器、命名空间、模块等。第三篇“TypeScript类型系统”介绍TypeScript类型,如面量、枚举、非Nullable、非Nullable等,还介绍了更多高级类型,如联合、交叉、索引、映射对象、泛型、类类型、接口、类型别名、多态的this、有条件类型、类型查询、类型断言等,最后介绍类型更深入内容,如类型声明合并、类型推论、类型兼容性、外部类型声明、编写声明文件等。第四篇“TypeScript应用”通过综合案例介绍TypeScript的配置管理、开发技巧等。
    TypeScript入门与实战
    搜索《TypeScript入门与实战》
    图书

    TypeScript项目开发实战 - 图书

    2020计算机·编程设计
    导演:彼得·欧汉龙
    本书介绍的是TypeScript,以及如何用有趣的方式使用TypeScript和一些高级技术来创建有趣的项目。必须说明,本书不介绍如何使用Angular、React、Vue或ASP。NET Core进行编程。这些都是庞大的主题,应该用整本书的篇幅进行解释(事实上,在每章末尾,我尽量推荐一些资源,它们能够帮助你更深入地了解相关主题)。对于Angular和React,我将每章介绍的新功能的相关概念限制在5个以内。当使用的技术(如Bootstrap)具有针对其他技术的具体实现时,我们将使用最合适的库,例如为React使用reactstrap。之所以如此,是因为这些库是针对相应用户界面(User Interface,UI)框架设计的。
    TypeScript项目开发实战
    搜索《TypeScript项目开发实战》
    图书

    TypeScript入门与实战 - 图书

    2020计算机·编程设计
    导演:钟胜平编著
    TypeScript是一个开源的、跨平台且带有类型系统的avaScript超集,可以编译为纯JavaScript,然后运行在任意浏览器和其他环境中,使开发者可以使用一些未来JavaScript标准(ECMAScript 6和7)中的特性。TypeScript为JavaScript添加了可选的静态类型、类和模块,可使大型JavaScript应用使用更好的工具,并保持更清晰的结构。本书系统化介绍TypeScript程序设计,包括四大部分。第一篇“初识TypeScript”介绍TypeScript与JavaScript的关系以及快速开始编写第一个TypeScript程序,第二篇“TypeScript语言概览”介绍TypeScript语言基础、迭代器与生成器、装饰器、命名空间、模块等。第三篇“TypeScript类型系统”介绍TypeScript类型,如面量、枚举、非Nullable、非Nullable等,还介绍了更多高级类型,如联合、交叉、索引、映射对象、泛型、类类型、接口、类型别名、多态的this、有条件类型、类型查询、类型断言等,最后介绍类型更深入内容,如类型声明合并、类型推论、类型兼容性、外部类型声明、编写声明文件等。第四篇“TypeScript应用”通过综合案例介绍TypeScript的配置管理、开发技巧等。
    TypeScript入门与实战
    搜索《TypeScript入门与实战》
    图书

    TypeScript编程 - 图书

    导演:鲍里斯切尔尼
    学习基础知识:学习 TypeScript 的不同类型和类型运算符,了解其作用和用法。 探讨高级话题:理解 TypeScript 复杂的类型系统,学习如何安全地处理错误和构建异步程序。 联系实际应用:在你钟爱的前后端框架中使用 TypeScript,把现有的 JavaScript 项目迁移到 TypeScript,以及在生产环境中运行 TypeScript 应用。
    TypeScript编程
    搜索《TypeScript编程》
    图书

    TypeScript Microservices - 图书

    2018计算机·数据库
    导演:Parth Ghiya
    This book is for JavaScript developers seeking to utilize their Node.js and Typescript skills to build microservices and move away from the monolithic architecture. Prior knowledge of TypeScript and Node.js is assumed.
    TypeScript Microservices
    搜索《TypeScript Microservices》
    图书

    TypeScript Essentials - 图书

    2014计算机·编程设计
    导演:Christopher Nance
    The book introduces the TypeScript language and its features to anyone looking to develop rich web applications. Whether you are new to web development or are an experienced engineer with strong JavaScript skills, this book will get you writing code quickly. A basic understanding of JavaScript and its language features are necessary for this book.
    TypeScript Essentials
    搜索《TypeScript Essentials》
    图书

    Refactoring TypeScript - 图书

    2019计算机·编程设计
    导演:James Hickey
    Refactoring improves your code without changing its behavior. With refactoring, the best approach is to apply small targeted changes to a codebase. Instead of doing a huge sweeping change to your code, refactoring is better as a long-term and continuous enterprise. Refactoring TypeScript explains how to spot bugs and remove them from your code.You’ll start by seeing how wordy conditionals, methods, and null checks make code unhealthy and unstable. Whether it is identifying messy nested conditionals or removing unnecessary methods, this book will show various techniques to avoid these pitfalls and write code that is easier to understand, maintain, and test.By the end of the book, you’ll have learned some of the main causes of unhealthy code, tips to identify them and techniques to address them.
    Refactoring TypeScript
    搜索《Refactoring TypeScript》
    图书

    TypeScript Microservices - 图书

    2018计算机·数据库
    导演:Parth Ghiya
    This book is for JavaScript developers seeking to utilize their Node.js and Typescript skills to build microservices and move away from the monolithic architecture. Prior knowledge of TypeScript and Node.js is assumed.
    TypeScript Microservices
    搜索《TypeScript Microservices》
    图书
    加载中...