摘要: #### dockerfile ``` # Compile and install qemu_stm32 from fedora:28 RUN dnf install -y \ arm-none-eabi-gcc\ arm-none-eabi-newlib\ findutils\ gcc\ git\ 阅读全文
posted @ 2023-07-27 15:05 vx_guanchaoguo0 阅读(283) 评论(0) 推荐(0)
摘要: #### 上古时期 python 2.6 之前 ``` name = "Alice" age = 25 print("My name is %s and I'm %d years old." % (name, age)) ``` #### 这是 Python 2.6+ 版本 类似 java ``` 阅读全文
posted @ 2023-07-27 09:47 vx_guanchaoguo0 阅读(55) 评论(0) 推荐(0)