自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(0)
  • 资源 (21)
  • 收藏
  • 关注

空空如也

Hands-On Microservices with Rust - Denis Kolodin.pdf

This book will introduce you to the development of microservices with Rust. I started using Rust not that long ago, back in 2015. It had only been a couple of months since the release of version 1.0 and, at that time, I didn't think that this tool would usher in a silent revolution that would disrupt the traditions associated with system programming, which, at that time, was tedious and in no way fashionable.

2019-07-12

Go 101 a book focusing on Go syntaxsemantics and all kinds of details.pdf

Go 101 is a book focusing on Go syntax/semantics and all kinds of details. The book also tries to help gophers gain a deep and thorough understanding of Go. The book is expected to be helpful for both beginner and experienced Go programmers.

2019-07-12

Dart Scalable Application Development

Dart Scalable Application Development.

2018-09-30

Beginning GraphQL

Beginning GraphQL.pdf

2018-09-30

Become A Ninja With Angular

Become A Ninja With Angular.pdf

2018-09-30

Mastering javascript Functional Programming

Mastering javascript Functional Programming

2018-09-30

Rust Programming By Example

新鲜的 Rust Programming By Example

2018-09-02

Beginning Rust

Learn to program with Rust in an easy, step-by-step manner on Unix, Linux shell, macOS and the Windows command line. As you read this book, you’ll build on the knowledge you gained in previous chapters and see what Rust has to offer. Beginning Rust starts with the basics of Rust, including how to name objects, control execution flow, and handle primitive types. You’ll see how to do arithmetic, allocate memory, use iterators, and handle input/output. Once you have mastered these core skills, you’ll work on handling errors and using the object-oriented features of Rust to build robust Rust applications in no time. Only a basic knowledge of programming is required, preferably in C or C++. To understand this book, it’s enough to know what integers and floating-point numbers are, and to distinguish identifiers from string literals. After reading this book, you’ll be ready to build Rust applications. What You’ll Learn Get started programming with Rust Understand heterogeneous data structures and data sequences

2018-03-26

Beginning Spring Boot 2

Spring is the most popular Java-based framework for building enterprise applications. The Spring framework provides a rich ecosystem of projects to address modern application needs, like security, simplified access to relational and NoSQL datastores, batch processing, integration with social networking sites, large volume of data streams processing, etc. As Spring is a very flexible and customizable framework, there are usually multiple ways to configure the application. Although it is a good thing to have multiple options, it can be overwhelming to the beginners. Spring Boot addresses this “Spring applications need complex configuration” problem by using its powerful autoconfiguration mechanism.

2017-10-08

Nodejs With Koa2 Build Next Generation Webapps With Async and await

This book has complete source code with all required features of websites, registration, login, edit, delete and sessionmanagement working source code with explanation, so that you can build upon it your dream web app. This book also explains how to build webapps and host it on windows iis, using iis node

2017-09-24

Java 9 Recipes, 3rd Edition

Quickly find solutions to dozens of common programming problems encountered while building Java applications. Content is presented in the popular problem-solution format. Look up the programming problem that you want to resolve. Read the solution. Apply the solution directly in your own code. Problem solved! This revised edition covers important new features such as Java 9's JShell and the new modularity features enabling you to separate code into independent modules that perform discrete tasks. Also covered are the new garbage collection algorithm and completely revamped process API. Enhanced JSON coverage is provided as well as a new chapter on JavaServer Faces development for web applications

2017-09-24

Rust Cookbook

Learn to build high-performance Rust units and integrate them into your existing application Work through recipes on performance, robustness, security, memory management, and scalability Work through recipes to build foreign function interface with C, JS, and Python

2017-09-21

Object Orientation Abstraction and Data Structures Using Scala 2nd Edition

"The well-written, comprehensive book…[is] aiming to become a de facto reference for the language and its features and capabilities. The pace is appropriate for beginners; programming concepts are introduced progressively through a range of examples and then used as tools for building applications in various domains, including sophisticated data structures and algorithms…Highly recommended. Students of all levels, faculty, and professionals/practitioners.

2017-09-21

Mahout算法解析与案例实战-[免费]

《Mahout算法解析与案例实战》是一本经典的Mahout著作,原理与实战并重。不仅全面分析了Mahout算法库不同模块中的各个算法的原理及其实现流程,而且每个算法都辅之以实战案例。此外,还包括4个系统级案例,实战性非常强。

2017-09-21

程序员的数学 3 线性代数

平冈和幸、堀玄*卢晓南编译的《程序员的数学 (3线性代数)/图灵程序设计丛书》沿袭“程序员的数 学”系列平易近人的风格,用通俗的语言和具象的图 表深入讲解了编程中所需的线性代数知识,内容包括 向量、矩阵、行列式、秩、逆矩阵、线性方程、Lu分 解、特征值、对角化、Jordan标准型、特征值算法等 。 本书适合所有与计算机相关的专业和非专业人士 ,以及学习线性代数的学生阅读。

2017-09-21

图解机器学习

187张图解轻松入门 提供可执行的Matlab程序代码 覆盖机器学习中最经典、用途最广的算法 专业实用 东京大学教授、机器学习权威专家执笔,浓缩机器学习的关键知识点 图文并茂 187张图示帮助理解,详略得当,为读懂大部头开路。 角度新颖 基于最小二乘法讲解各种有监督学习的回归和分类算法,以及无监督学习算法。 实战导向 配有可执行的MATLAB程序代码,边学习边实践

2017-09-03

神经网络原理

神经网络是计算智能和机器学习研究、开发和应用最活跃的分支之一。本书是神经网络 方面的标准教材,从理论和实际应用出发,全面、系统地介绍神经网络的基本模型、基本方 法和基本技术,对神经网络的基本模型和主要学习理论都作了深入研究,特别在学习理论和 学习算法的推导方面有极为详尽而系统地分析,对神经网络的最新发展趋势和主要研究方向 都进行了全面而综合的介绍。理论和实际应用紧密结合,为神经网络的具体应用打下坚实的 基础,是一本可读性极强的教材。

2017-09-03

Mastering Rust

Rust 学习资料

2017-07-22

Hibernate原理与配置快速入门

Hibernate的入门材料

2007-10-16

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除