西维蜀黍

【Network】DHCP 介绍与工作原理

1 需求背景

逐一为每一台主机设置IP地址会非常繁琐的事情。特别是在移动使用笔记本电脑、智能终端以及平板电脑等设备时,每重新接入一个新的网络,都要重新设置IP地址。

于是,为了实现自动设置IP地址、统一管理IP地址分配,就产生了 DHCP (Dynamic Host Configuration Protocol)。有了 DHCP,计算机只要连接到网络, 就可以直接进行TCP/IP通信(而无需进行手动配置)。

  ...


【iOS】iOS不同操作系统兼容问题

背景

每隔一段时间,iOS都会更新最新的操作系统版本。因此对于App开发者,需要考虑不同iOS系统版本兼容的问题。

  ...


【iOS】XCode 中下载 iOS 模拟器失败

Problem

I’m getting an issue when attempting to install the iOS 17.0 simulator in Xcode 15.0. The problem is when Xcode updated to version 15, and now all the simulators I had previously downloaded have disappeared. Even though I have installed iOS 15.0 before, it doesn’t seem to appear for me to run, and I’m getting an error message stating that I need iOS 17. Then when I try to download this from the xcode. I ended up with this error message.

  ...


【Hardware】i386、x86和x64的故事

1.i386 和 x86的故事

(1)x86的由来

x86架构首度出现在1978年推出的Intel 8086中央处理器,它是从Intel 8008处理器中发展而来的,而8008则是发展自Intel 4004的。在8086之后,Intel又推出了包括80186、80286、80386以及80486。

  ...


【iOS】Apple移动设备处理器指令集与Xcode指令集相关设置

1.ARM

ARM处理器,因为其低功耗和小尺寸而闻名,几乎所有的手机处理器都基于ARM,其在嵌入式系统中的应用非常广泛,它的性能在同等功耗产品中也很出色。

  ...