1.1常见难记的几种运算符 1.1.1 除运算 ‘/’ 除运算的结果为小数,即浮点数。 1.1.2 整除运算 ‘//’ (1)整数的整除运算 (2)浮点数的整除运算 (3)负数的整除运算 &、整除运算是结果向下圆整(可想象为整数Y轴,0点在中间),因此当结果为正时,向0点更近的方向圆整,当结果为负时 ...
分类:
其他好文 时间:
2019-02-07 23:44:10
阅读次数:
169
Among the features introduced to the language of JavaScript in ES2019 is Array.prototype.flat. In this lesson we'll see just how easy the flat method ...
分类:
编程语言 时间:
2019-02-07 17:49:23
阅读次数:
192
背景 在有心课堂《自己动手写HTTP框架》课程中有下列课程: 自拍要发朋友圈如何实现 http://stay4it.com/course/4/learn#lesson/208 通过自己写的HTTP框架实现将图片和文字等内容在一个接口中提交到服务器。无论哪种网络框架,都要遵守HTTP协议。下面我们简单 ...
分类:
移动开发 时间:
2019-02-03 10:41:06
阅读次数:
277
由于国内资料很少,所以有些冲动将PhysX原教程给翻译了,今天只做了一部分希望大家能够认同 Lesson 1-1 – 主要形状 介绍 In this lesson, you will create an instance of the SDK, create a scene, create four ...
分类:
其他好文 时间:
2019-02-01 14:22:08
阅读次数:
126
ROS "ROS官网" ROS 简介 1. ROS 是 Robot Operation System 的简写,并且 他诞生在2000年后,至今有10余年了,运行在 Linux(Ubuntu) 上 2. ROS 不是 真正意义上的 OS ( 操作系统 ) 1. 类似 Java 的 JVM 只是运行在操 ...
分类:
其他好文 时间:
2019-01-29 00:35:20
阅读次数:
181
Decorators are a powerful feature of TypeScript that allow for efficient and readable abstractions when used correctly. In this lesson we will look at ...
分类:
其他好文 时间:
2019-01-28 10:57:42
阅读次数:
96
In this lesson you will learn to describe a room or place. 这节课讲学习描述一个房间或地方 课上内容(Lesson) 1. Where do you study or work? 你在哪学习/工作? Do you work at a desk ...
分类:
其他好文 时间:
2019-01-13 13:04:12
阅读次数:
180
In this lesson you will learn to talk about what happened. 在本课中,您将学习如何谈论发生的事情。 课上内容(Lesson) # four “W” one “H” Where 在哪里 What 干什么 Who 谁 Why 为什么 How 怎么 ...
分类:
其他好文 时间:
2019-01-08 12:22:16
阅读次数:
144
To query a GraphQL API, all you need to do is send an HTTP request that includes the query operation in the body of the request. In this lesson, we wi ...
The maximum subarray problem is one of the nicest examples of dynamic programming application. In this lesson we cover an example of how this problem ...
分类:
编程语言 时间:
2019-01-06 10:37:13
阅读次数:
180