字节码

  • 网络Bytecodes;bytecode;byte code;Byte-code;class
字节码字节码
  1. Java字节码异常处理中信息流的分析

    Analysis of information flow in exception handling of Java bytecode

  2. 但是,如果你很好奇,你可以对Java字节码进行反编译。

    However , you can decompile the Java bytecode if you are curious .

  3. Java智能卡字节码校验算法的研究与实现

    Research and Implementation of Bytecode Verification Algorithm on the Java Card

  4. 基于字节码的Java软件水印的研究与实现

    Implementation of Software Watermarking Based on Bytecodes for Java Programs

  5. 您可以应用已经掌握的知识:Java源代码,而不是字节码。

    You use what you know : Java source , not bytecodes .

  6. 根据不同的服务特点,设计了基于XML或字节码的交互协议。

    For different Services , different interaction protocols are designed based on XML or byte-code .

  7. 一种混合模式的Java卡内字节码校验算法

    A Hybrid Bytecode Verification Algorithm on Java Card

  8. 使用Java字节码实现动态组件

    Dynamic Component Based on Java Byte - code

  9. 因此迫切需要能够保护Java字节码的方法。

    So there is an urgent need of method to protect the java bytecode .

  10. 基于JAVA字节码的反木马技术的研究

    The Research of Anti-Trojan Technology Based JAVA Bytecode

  11. Blue是解释型的,但也可编译为字节码以实现更高性能。

    Blue is interpreted , but can be compiled to bytecode for greater performance .

  12. 运行时字节码修改正在成为将功能加入Java类的流行方法。

    Runtime bytecode modification is becoming a popular means of instrumenting behaviour into Java classes .

  13. 许多人认为造成Java速度慢的原因是它生成解释型字节码,而不是本机代码。

    Many people imagine Java is slow because it generates interpreted bytecode rather than native code .

  14. 等到设备运行您的程序时,将不会留下任何Java字节码。

    By the time the device runs your program , there 's no Java bytecode left .

  15. 针对Java字节码实现了提出的方案,通过大量实验进行了验证。

    It is implemented treating Java byte code as targets and is validated by a lot of experiments .

  16. AOP常常会要修改字节码,但又完全不需要理解class文件的格式。

    AOP make bytecode changes normal , without requiring understanding of the class file format .

  17. 就像Java字节码一样,它们太底层了以至于很难手工编码。

    Just like Java byte-codes , they are generally too low level and would be difficult to code manually .

  18. 在静态模式下,Java源代码会被编译成IL代码而非Java字节码。

    In static mode , Java source code is compiled into IL instead of Java byte code .

  19. 其他示例包括Java技术,它从Java字节码到主机的底层架构得到解译。

    Other examples include Java technology , which is interpreted from Java bytecodes to the underlying architecture of the host .

  20. 由于创建字节码访问程序相当慢,因此Java运行时可以缓存这些访问程序供稍后使用。

    Because creating the bytecode accessors is quite slow , the Java runtime can cache these accessors for later use .

  21. Continuation的实现需要字节码转换的支持。

    The implementation of continuation depends on byte code transformation .

  22. John讨论了字节码转换,其包括Aspect,将其作为三种类型注解处理选项之一。

    John discussed byte code transformers , which include Aspects , as one of the three types of Annotation processing options .

  23. 介绍了一种基于Java字节码的可平台迁移的最坏执行时间分析方法。

    An analysis way of portable worst-case execution time is introduced using java byte code , which mainly includes two aspects .

  24. 不管是哪种情况,新的字节码都作为类Java的源代码声明或者String中的块传递。

    Either way , the new bytecode is passed as a Java-like source code statement or block in a String .

  25. 通过Java的自定义类加载器执行保存在Web服务器上的字节码文件

    Pass the Java from the definition type to add to carry the machine performance conservancy in the byte code document on the server of Web

  26. InfoQ:对于字节码instrumentation你有何经验?

    InfoQ : What 's your experience with bytecode instrumentation ?

  27. 这条原则在字节码操作中有用,在API设计中一样有用。

    The principle is true in the world of bytecode manipulation as well as in that of API design .

  28. 系统字节码转换由于提供了灵活性而使其成为为标准Java代码实现面向方面的扩展的强大工具。

    The flexibility provided by systematic bytecode transformations is what makes them a powerful tool for implementing aspect-oriented extensions for standard Java code .

  29. 一个例子是方法参数的名称以及各种通用类型信息,它们已经从Java移动到字节码中。

    One example is the name of method parameters and various generics type information , which get dropped moving from Java to bytecode .

  30. 相反,Android工具包将Java字节码转换为Dalvik字节码。

    Instead , the Android toolkit converts Java bytecode into Dalvik bytecode .