javascript - php module.sodll & java.class
php的extension dll文件(wind) so文件(liunx)
以及java的class文件
他们是否都是字节码文件?
回复内容:
php的extension dll文件(wind) so文件(liunx)
以及java的class文件
他们是否都是字节码文件?
php的extension只有在Windows上是.dll文件,在Linux上同样是.so文件。它与其它.so文件或.dll文件的格式是一样的。
Linux的.so文件是机器码,对应于Windows下的.dll文件,被称为动态链接库。.so文件与.dll文件的区别是文件格式不同,.so文件格式是ELF,.dll文件格式是PE。
java的class是java字节码,是平台无关的,只能运行于java虚拟机中。
dll和so都是x86二进制代码,但是格式不太一样。
java的class文件是jvm中间代码,可以用jd-gui反编译成java源码来看。
都是二进制文件,参考这里 http://baike.baidu.com/view/560330.htm

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

AI Hentai Generator
Generate AI Hentai for free.

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

In this chapter, we will understand the Environment Variables, General Configuration, Database Configuration and Email Configuration in CakePHP.

PHP 8.4 brings several new features, security improvements, and performance improvements with healthy amounts of feature deprecations and removals. This guide explains how to install PHP 8.4 or upgrade to PHP 8.4 on Ubuntu, Debian, or their derivati

To work with date and time in cakephp4, we are going to make use of the available FrozenTime class.

To work on file upload we are going to use the form helper. Here, is an example for file upload.

CakePHP is an open-source framework for PHP. It is intended to make developing, deploying and maintaining applications much easier. CakePHP is based on a MVC-like architecture that is both powerful and easy to grasp. Models, Views, and Controllers gu

In this chapter, we are going to learn the following topics related to routing ?

Working with database in CakePHP is very easy. We will understand the CRUD (Create, Read, Update, Delete) operations in this chapter.

Validator can be created by adding the following two lines in the controller.
