码迷,mamicode.com
首页 >  
搜索关键字:macros    ( 139个结果
制作rpm包
生产环境配置一样,每次都需要重新编译软件包,太费时间了,制作成rpm包,搞好依赖,瞬间搞定 这里使用rpmbuild来制作rpm包 rpmbuild默认工作路径由%_topdir的宏变量来定义,这个变量在/usr/lib/rpm/macros里的定义。也可使用rpmbuild命令查 rpmbuild ...
分类:其他好文   时间:2017-02-08 19:28:17    阅读次数:303
Tricks about debug
Add macros in header files: Add following lines to makefile: ...
分类:其他好文   时间:2017-01-18 16:12:58    阅读次数:328
c语言中三个点的解释 : variadic
3.6 Variadic Macros A macro can be declared to accept a variable number of arguments much as a function can. The syntax for defining the macro is simi ...
分类:编程语言   时间:2016-12-30 17:25:52    阅读次数:239
iOS 宏条件编译
在工程的 build settings 中的 preprocessor macros 下, debug: DEBUG=1 TestApi=1 在工程的 build settings 中的 preprocessor macros 下, debug: DEBUG=1 ...
分类:移动开发   时间:2016-12-17 16:51:25    阅读次数:353
在VBA中使用Windows API
VBA是一种强大的编程语言,可用于自定义Microsoft Office解决方案。通过使用VBA处理一个或多个Office应用程序对象模型,可以容易地修改Office应用程序的功能或者能够使两个或多个Office应用程序协同工作以完成单个应用程序无法完成的任务。然而,使用VBA仅能控制操作系统的一小... ...
分类:编程语言   时间:2016-12-17 09:21:22    阅读次数:255
zabbix 之定义宏(9)
定义宏级别: 全局宏:Administration-->General-->Macros 模板宏:Configuration-->Templates-->TEMPLATE(模板名称)-->Macros 主机宏:Configuration-->Hosts-->HOST(定义的主机名)-->Macros示例
分类:其他好文   时间:2016-12-09 01:38:43    阅读次数:176
Scala Macros - scalamela 1.x,inline-meta annotations
在上期讨论中我们介绍了Scala Macros,它可以说是工具库编程人员不可或缺的编程手段,可以实现编译器在编译源代码时对源代码进行的修改、扩展和替换,如此可以对用户屏蔽工具库复杂的内部细节,使他们可以用简单的声明方式,通过编译器自动产生铺垫代码来实现工具库中各种复杂的类型、对象及方法函数的构建。虽 ...
分类:Web程序   时间:2016-12-06 14:36:03    阅读次数:400
FloatTest32 Example
Example Program The following example program pushes two floating-point values onthe FPU stack, displays it, inputs two values from the user, multipli ...
分类:其他好文   时间:2016-11-02 18:13:25    阅读次数:349
内核initcall分析
linux中init相关内容定义在include/linux/init.h 先看下文件说明,此文件定义的宏主要用于初始化阶段标记函数或初始化数据,之后占用的资源会被释放掉。 /* These macros are used to mark some functions or * initialize ...
分类:其他好文   时间:2016-09-19 16:04:47    阅读次数:185
IntelliJ IDEA类头注释和方法注释
The template is editable. Along with static text, code and comments, you can also use predefined variables that will then be expanded like macros into ...
分类:其他好文   时间:2016-09-18 08:56:16    阅读次数:324
139条   上一页 1 ... 6 7 8 9 10 ... 14 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!