极客时间《iOS开发高手课》和纸书《跟戴铭学iOS编程》作者。个人博客:戴铭的博客。微信公共号:starming-weixin。微博:@戴铭
IP属地:北京
Quantifying information: log2(N/M) bits of information information 由bits 测度 encoding de...
Intent类型 Intent两种类型:显示Intent:按名称指定启动组件隐式Intent:不指定特定组件 [1] Activity A 把包含有信息的Intent传递给s...
手动遍历迭代器: (遍历一个可迭代对像的所有元素,但不用for)使用next()函数遍历:判断结束时,根据异常StopIteration或者给定指定值标记结尾。两种: 指定N...
I/O Streams all streams present the same simple model to programs that use them:A strea...
The basic characteristics of HTTP: 1.It is the protocol that allows web servers and bro...