做iphone开发就需要接触其中的xib文件。Interface Builder(IB)是Mac OS X平台下用于设计和测试用户界面(GUI)的应用程序,可以很直观的设计图形界面。实际上Mac OS X下所有的用户界面元素都可以使用代码直接生成;但IB能够使开发者简单快捷的开发出符合Mac OS X human-interface guidelines的GUI。通常你只需要通过简单的拖拽(dra
原创
2011-05-30 23:42:31
833阅读
Clearly, as you develop and localize many applications, you will develop a set of common translations. It would be handy to have an automated way to get the translated strings into a nib file. This is one of several uses for ibtool. The ibtoolcommand, which is run from the terminal, can list the cl.
转载
2011-02-23 17:41:00
26阅读
2评论
0 背景本文章基于国产麒麟(Kylin)操作系统编译Openldap-2.4.44cat /etc/os-release查看当前麒麟(Kylin)系统版本信息:1 条件准备1.1 安装openldap依赖的rpm包这里需要配置yum源,如阿里/网易等,或者可以配置使用离线yum源,详情可看这篇文章yum install ibtool-ltdl -y
yum install libtool-ltdl
转载
2024-01-22 20:36:05
267阅读
0 背景本文章基于华为欧拉(openEular)系统编译Openldapcat /etc/os-release查看当前欧拉(openEular)系统版本信息:1 条件准备1.1 安装openldap依赖的rpm包这里需要配置yum源,如阿里/网易等,或者可以配置使用离线yum源,详情可看这篇文章yum install ibtool-ltdl -y
yum install libtool-ltdl-
转载
2024-03-15 07:33:24
907阅读