- 授权协议: 未知
- 开发语言: SHELL
- 操作系统: OS X
- 软件首页: https://github.com/webfrogs/xcode_shell
- 软件文档: https://github.com/webfrogs/xcode_shell
软件介绍
iOS工程自动打包脚本:ipa-build。集成xcodebuild和xcrun来编译打包xcode工程。
使用方法:
ipa-build <project directory> [-c <project configuration>] [-o <ipa output directory>] [-n]c命令行参数:
-c NAME the configuration of project used to compile.Default is Release -o PATH output path for ipa file(must be a directory) -n clean the project before compling
程序员的自我修养
俞甲子、石凡、潘爱民 / 电子工业出版社 / 2009-4 / 65.00
这本书主要介绍系统软件的运行机制和原理,涉及在Windows和Linux两个系统平台上,一个应用程序在编译、链接和运行时刻所发生的各种事项,包括:代码指令是如何保存的,库文件如何与应用程序代码静态链接,应用程序如何被装载到内存中并开始运行,动态链接如何实现,C/C++运行库的工作原理,以及操作系统提供的系统服务是如何被调用的。每个技术专题都配备了大量图、表和代码实例,力求将复杂的机制以简洁的形式表......一起来看看 《程序员的自我修养》 这本书的介绍吧!
