首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏简单就是美!

    Ant and Flex 用Ant编译MXML文件 - 蚂蚁咬断松紧带(^_^)

    -- Compile .mxml to .swf -->  <macrodef name="makemxml2swf">      <attribute name="mxmlfilepath"/>    -o @{mxmlfilepath}.swf @{mxmlfilepath}.mxml" />    </java>   </sequential>  </macrodef>  <! -- Run .swf By Internet Explorer -->  <macrodef name="runswfbyie">      <attribute name="mxmlfilepath spawn="true">       <arg value="${webserver}/@{mxmlfilepath}.swf"/>      </exec>     </sequential>  </macrodef >  <macrodef name="runswfbyflash">      <attribute name="mxmlfilepath"/>      <sequential>      <exec

    96620发布于 2019-02-28
  • 来自专栏FunTester

    Java 8,Jenkins,Jacoco和Sonar进行持续集成

    target name="-do-junit" depends="test-init"> <echo message="Doing testing for jacoco"/> <macrodef </fail> </sequential> </macrodef> <junit-impl test.type="${run.test.type}

    2.3K10发布于 2019-11-21
  • 来自专栏旅途散记

    听GPT 讲Rust源代码--src/tools(2)

    MacroCall, MacroRules, MacroDef, Variant, Field: 表示宏相关的项目,例如宏调用、宏定义、宏规则等。 Namespace枚举表示了四个不同的命名空间,包括了Type、Value、MacroRules和MacroDefMacroDef命名空间用于解析宏定义。 通过使用这些命名空间,可以实现对不同类型的标识符在不同命名空间中的解析和访问。

    59210编辑于 2023-11-25
  • 来自专栏旅途散记

    听GPT 讲Rust源代码--compiler(32)

    <'hir>), Type(&'hir Type<'hir>), Bind(TypeBinding<'hir>), Local(&'hir Local<'hir>), MacroDef (&'hir MacroDef<'hir>), Ctor(&'hir Ctor), Lifetime(&'hir Lifetime), LifetimeDef(&'hir LifetimeDef

    27610编辑于 2024-04-15
  • 来自专栏码客

    Electron中调用DLL

    /include/MacroDef.h" #define CertMaxNumber 10 typedef struct { int length[CertMaxNumber]; char CertGroundId

    12.4K41发布于 2019-10-21
  • 来自专栏旅途散记

    听GPT 讲Rust源代码--compiler(30)

    MacroDef: 表示宏定义。 MetaItemLit: 表示元数据项的字面值。 StrLit: 表示字符串字面值。 MutTy: 表示带有可变性修饰的类型。

    45110编辑于 2024-04-15
  • 来自专栏旅途散记

    听GPT 讲Rust源代码--compiler(14)

    Def::MacroDef(_):宏定义。 Def::PrimTy(_):基本类型定义。 Def::SelfTy(_):表示 Self 类型定义。 Def::Struct(_):结构体定义。

    29310编辑于 2024-03-18
领券