在宏中,你不能设置任何断点。
如何:在宏中创建用于特定项目类型的事件处理程序。
How to: Create an Event Handler in a Macro for a Specific Type of Project.
健康的宏在宏中安全地引入变量名,但是有时候也想让宏成为非健康的。
While hygienic macros make introducing variable names within macros safe, there are cases in which you will want your macros to be non-hygienic.
在直接连接的模式中有两个角色:启动者(initiator)(在我们的情况中是MicrosoftWord的宏)和提供者(provider)(在我们的情况中是提供数据的J2EE应用程序)。
In the Direct Connection pattern, there are two roles: the initiator (in our case, the Microsoft Word macro) and the provider (in our case, the J2EE application that is serving the data).
如果你的组件不是为宏和自动化特别设计的,那么在自动化过程中处理一条命令将会很难跟踪到问题。
Unless your component is specifically designed for macros and automations handling a command during automation will lead to hard to track down issues.
为了提高安全性,默认设置在默认的情况下禁用了已加载文档中的宏,但是,您需要从被保存的文件中运行宏,因此,需要修改首选项设置。
The default Settings disable macros from loaded documents by default to enhance security, but you need to run the macros from saved files, so you modify this preference setting.
在圆括号中的是正在使用的其他符号,而不是宏名本身(在这个例子中没有宏名)。
Within the parentheses are any other macro-specific symbols being used other than the macro name itself (there are none in this case).
某些样式和宏将在这次转型中淘汰,但这些特性在大多数文档中都不会用到。
A few styles and macros might get munged on the transition, but these features aren't used in most documents anyway.
包含文件(或者头文件)定义了在操作系统中或特定的库中使用的常量、宏以及其他结构。
Include files (or header files) define constants, macros, and other structures used in the operating system or in a particular library.
它是另一种宏,在本文的示例中它如清单2所示。
It's another macro, and (in our case) it looks like Listing 2.
仔细地在文档中记录所有样板宏,尤其是引入的变量绑定和版本之间的所有变化。
Carefully document all boilerplate macros, especially the introduced variable bindings and all changes between versions.
最简单的就是使用应用程序在VSTO中调用VBA宏。
The easiest is to simply call the VBA macro from within VSTO by using the Application.Run method.
在解决方案的体系结构中,MicrosoftWord模板使用帐号来调用查询应用程序(该应用程序托管于后端的WebSphereApplicationServer)的宏。
In the solution architecture, a Microsoft Word template USES an account number to invoke a macro that queries an application hosted on a back-end WebSphere application Server.
更具体地说,它是在宏展开时执行给定的操作,在Scheme系统中宏展开与编译并不总是同时进行的。
More specifically, it will perform the given operation at macro-expansion time, which is not always the same as compile time in Scheme systems.
具体说来,该接口必须允许MicrosoftOffice的宏直接与部署在J2EE环境中的软件应用程序通信。
Specifically, the interface must allow a Microsoft Office macro to communicate directly with a software application deployed in a J2EE environment.
我们可以在YY _ INPUT宏中添加一个对GetNextChar函数的调用,后者从文件中读取数据,并保留了下一个要读取的字符的位置信息。
You can add a call in YY_INPUT to the function GetNextChar , which reads the data from a file and keeps information about the position of the next character to read.
在这些寄存器的 #define宏前面,还应该定义另外一个宏,它用来说明 ISR 是在模拟模式中运行还是在原来的中断上下文中运行的。
On top of these register #define macros, you should also define another macro that dictates whether the ISR will run in simulation mode or in the original interrupt context. For example
要想创建不使用宏的测试套件,应该实例化CppUnit::TestSuite,然后在套件中添加测试。
To create a test suite without macros, instantiate CppUnit::TestSuite, and then add individual tests to the suite.
其中包含了iostream和export_api宏的定义,在该项目的范围内,这些可以被看作是该文件中不变的代码部分。
The inclusion of iostream and the definition of the EXPORT_API macro can be considered code-invariant parts of the file throughout the scope of the project.
更多有关C 预处理器宏编程的内容可以在CPP手册中看到(请参阅 参考资料一节中的链接)。
More information about C preprocessor macro programming is available in the CPP manual (see the Resources section for a link).
在许多基于编译器的Scheme实现中,宏展开在编译时发生。
On many compiler-based Scheme implementations, macro-expansion time occurs during compile time.
在HelperMacros . h中定义的CPPUNIT _ test_suite宏可以简化创建测试套件并在其中添加测试的流程。
The CPPUNIT_TEST_SUITE macro, defined in HelperMacros.h, simplifies creating a test suite and adding individual tests to it.
程序员在程序中不需要为使用char还是wchar_t而纠结,只需要使用宏TCHAR就可以了。
The main idea is that the developer never uses the char or wchar_t types explicitly, but uses the TCHAR macro instead.
中宏集团高级副总裁Phuong Chung说:“在孩子还小的时候,父母就是开始付保险费了。”
"Parents start paying premiums when a child is small," says Phuong Chung, senior vice-president at Manulife-Sinochem.
在GAS中,宏参数是按名称指定的。
在以后的版本中,Google断言宏可能会在平台上抛出异常。
The Google assertion macros may throw exceptions in platforms where they are enabled in future releases.
在约旦河东伯毗珥对面的谷中,在住希实本,亚摩利王西宏之地。这西宏是摩西和以色列人出埃及后所击杀的。
And were in the valley near Beth Peor east of the Jordan, in the land of Sihon king of the Amorites, who reigned in Heshbon and was defeated by Moses and the Israelites as they came out of Egypt.
在清单8中,我们使用了fn宏。
在清单8中,我们使用了fn宏。
应用推荐