2024年6月12日

dark1130_theme.xml sourceinsight 主题

摘要: <ThemeList> <Theme Name="dark1130" > <DisplayColors> <Item Name="DefaultText" Color="#e0e0e0" /> <Item Name="WindowBackground" Color="#001515" /> <Ite 阅读全文
posted @ 2024-06-12 15:15 开源侠 阅读(3) 评论(0) 推荐(0) 编辑

不同存储类型所占空间

摘要: 类型 16位平台 32位平台 64位平台 char 1个字节 1个字节 1个字节 short 2个字节 2个字节 2个字节 int 2个字节 4个字节 4个字节 unsigned int 2个字节 4个字节 4个字节 float 4个字节 4个字节 4个字节 double 8个字节 8个字节 8个字 阅读全文
posted @ 2024-06-12 14:55 开源侠 阅读(3) 评论(0) 推荐(0) 编辑