Language:

Edit-->Compile-->Running

Design-->Develop-->Deploy

宏观 :Start--------------------->Stop

微观:Begin-------------------->End|Done

Language is just one hand.The big scope is platform.

Language:C#

Platform:.Net Framework,Office,Sharepoint,Database and so on.

 

从文件的角度看:

第一步(build or compile time):Source file——编译——>obj file<——链接——>bin file<-------------产出executable file

第二步(run time):Start------------->Stop

源代码 (source code) → 预处理器 (preprocessor) → 编译器 (compiler) → 汇编程序 (assembler) → 目标代码 (object code) → 链接器 (Linker) → 可执行程序 (executables)

相关文章:

  • 2021-12-14
  • 2021-11-09
  • 2021-07-11
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-12-05
  • 2021-07-15
  • 2021-09-08
  • 2021-07-19
  • 2021-12-13
  • 2021-06-04
相关资源
相似解决方案