Amazon Elastic Compute Cloud (Amazon EC2)[https://aws.amazon.com/ec2/] p...
https://aws.amazon.com/what-is-cloud-computing/[https://aws.amazon.com/w...
cloud-based deployment Run all parts of the application in the cloud. Mi...
想把属性设为private 在前面加__ 获取对象信息 type() 我们来判断对象类型,使用type()函数 但是type()函数返回的是什么...
把函数作为参数传入,这样的函数称为高阶函数,函数式编程就是指这种高度抽象的编程范式 map/reduce 我们先看map。map()函数接收两个...
function in python use the def keyword 默认函数 定义默认参数要牢记一点:默认参数必须指向不变对象! 所以...
List List is Python version of ArrayPython内置的一种数据类型是列表:list。list是一种有序的集合...
Unicode把所有语言都统一到一套编码里,这样就不会再有乱码问题了ASCII编码是1个字节,而Unicode编码通常是2个字节本着节约的精神,...
React component class 的缺点 大型组件很难拆分和重构,也很难测试。 业务逻辑分散在组件的各个方法之中,导致重复逻辑或关联逻...