ARM和Oracle将针对M2M进一步开发Java
本文由 ImportNew - 唐尤华 翻译自 newelectronics。如需转载本文,请先参见文章末尾处的转载要求。 ARM已经与甲骨文签署了一项多年的协议,将优化Java平台标准版(Java SE)的ARM32位平台并添加对Java SE的ARMv864位平台的支持。两家公司自1996年以来一直在
本文由 ImportNew - 唐尤华 翻译自 newelectronics。如需转载本文,请先参见文章末尾处的转载要求。ARM已经与甲骨文签署了一项多年的协议,将优化Java平台标准版(Java SE)的ARM32位平台并添加对Java SE的ARMv864位平台的支持。两家公司自1996年以来一直在合作,ARM帮助移植了JavaOS到ARM架构。
此次合作将专注于提供ARM的多核系统吞吐量和高效可扩展性。工业控制、工厂自动化和单板计算机等新兴领域以及M2M(机器到机器-M2M是指无线和有线系统的相同类型的其他设备进行通信的技术)领域的应用开发将因此受益。
“ARM和Oracle之间的长期合作关系,使我们共同的技术被部署在广泛的产品和应用”,甲骨文的Java产品管理副总裁亨里克·斯塔尔说, “通过紧密合作,ARM会增强Java虚拟机支持64位ARM技术,并针对ARM架构优化Java SE的各个方面。企业和嵌入式客户可以从高性能、高效节能平台中受益。”
ARM公司的首席营销官兼业务开发的执行副总裁伊恩·德鲁补充说:“拓展与甲骨文的关系提升Java SE,是繁荣ARM生态系统中的重要一步。”
原文地址:ARM和Oracle将针对M2M进一步开发Java, 感谢原作者分享。

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics



PHP is a scripting language widely used on the server side, especially suitable for web development. 1.PHP can embed HTML, process HTTP requests and responses, and supports a variety of databases. 2.PHP is used to generate dynamic web content, process form data, access databases, etc., with strong community support and open source resources. 3. PHP is an interpreted language, and the execution process includes lexical analysis, grammatical analysis, compilation and execution. 4.PHP can be combined with MySQL for advanced applications such as user registration systems. 5. When debugging PHP, you can use functions such as error_reporting() and var_dump(). 6. Optimize PHP code to use caching mechanisms, optimize database queries and use built-in functions. 7

PHP is suitable for web development, especially in rapid development and processing dynamic content, but is not good at data science and enterprise-level applications. Compared with Python, PHP has more advantages in web development, but is not as good as Python in the field of data science; compared with Java, PHP performs worse in enterprise-level applications, but is more flexible in web development; compared with JavaScript, PHP is more concise in back-end development, but is not as good as JavaScript in front-end development.

The reasons why PHP is the preferred technology stack for many websites include its ease of use, strong community support, and widespread use. 1) Easy to learn and use, suitable for beginners. 2) Have a huge developer community and rich resources. 3) Widely used in WordPress, Drupal and other platforms. 4) Integrate tightly with web servers to simplify development deployment.

PHP and Python each have their own advantages and are suitable for different scenarios. 1.PHP is suitable for web development and provides built-in web servers and rich function libraries. 2. Python is suitable for data science and machine learning, with concise syntax and a powerful standard library. When choosing, it should be decided based on project requirements.

Solutions to Oracle cannot be opened include: 1. Start the database service; 2. Start the listener; 3. Check port conflicts; 4. Set environment variables correctly; 5. Make sure the firewall or antivirus software does not block the connection; 6. Check whether the server is closed; 7. Use RMAN to recover corrupt files; 8. Check whether the TNS service name is correct; 9. Check network connection; 10. Reinstall Oracle software.

The method to solve the Oracle cursor closure problem includes: explicitly closing the cursor using the CLOSE statement. Declare the cursor in the FOR UPDATE clause so that it automatically closes after the scope is ended. Declare the cursor in the USING clause so that it automatically closes when the associated PL/SQL variable is closed. Use exception handling to ensure that the cursor is closed in any exception situation. Use the connection pool to automatically close the cursor. Disable automatic submission and delay cursor closing.

In Oracle, the FOR LOOP loop can create cursors dynamically. The steps are: 1. Define the cursor type; 2. Create the loop; 3. Create the cursor dynamically; 4. Execute the cursor; 5. Close the cursor. Example: A cursor can be created cycle-by-circuit to display the names and salaries of the top 10 employees.

To stop an Oracle database, perform the following steps: 1. Connect to the database; 2. Shutdown immediately; 3. Shutdown abort completely.
