1. Tuyển Mod quản lý diễn đàn. Các thành viên xem chi tiết tại đây

Không đọc được file đuôi CLASS

Chủ đề trong 'Hỏi đáp Tin học' bởi _Argentina_, 18/07/2003.

  1. 0 người đang xem box này (Thành viên: 0, Khách: 0)
  1. _Argentina_

    _Argentina_ Thành viên mới

    Tham gia ngày:
    25/06/2003
    Bài viết:
    60
    Đã được thích:
    0
    Không đọc được file đuôi CLASS

    Các bác cho hỏi muốn đọc file .CLASS thì dùng chương trình gì ạ
    Thanks
  2. Laohoatu_Hanhkhat

    Laohoatu_Hanhkhat Thành viên mới

    Tham gia ngày:
    14/03/2003
    Bài viết:
    155
    Đã được thích:
    0
    Vào đây đọc nhé:
    http://shell.windows.com/fileassoc/0409/xml/redir.asp?Ext=class
  3. polly_need_a_cracker

    polly_need_a_cracker Thành viên mới

    Tham gia ngày:
    28/06/2003
    Bài viết:
    405
    Đã được thích:
    0
    Bạn rename sang file .mp3 hoặc mpeg đi!
  4. hunter9258

    hunter9258 Thành viên quen thuộc

    Tham gia ngày:
    22/05/2002
    Bài viết:
    493
    Đã được thích:
    0
    bác lôi cái file *.class ở đâu ra vậy
    Những file có phần mở rộng là *.class không phải là một file dữ liệu, nó là một file dạng thông tin của chương trình Java. và nó là một phần của chương trình java. nó đưọc đọc bởi java virtual machine
    (The class file can be loaded by any Java Virtual Machine implementation and is the vehicle for the transmission of compiled Java across networks hehe em copy cái đoạn này ra, vì khả năng dịch và diễn giải của em không được tốt)
    Mà thôi tốt nhất là copy nguyên lên đây cho các bác xem, chứ diễn giải không chuẩn lại bị các bác chỉ trích
    What''''''''s in a class file?
    The Java class file contains everything a JVM needs to know about one Java class or interface. In their order of appearance in the class file, the major components are: magic, version, constant pool, access flags, this class, super class, interfaces, fields, methods, and attributes.
    Information stored in the class file often varies in length -- that is, the actual length of the information cannot be predicted before loading the class file. For instance, the number of methods listed in the methods component can differ among class files, because it depends on the number of methods defined in the source code. Such information is organized in the class file by prefacing the actual information by its size or length. This way, when the class is being loaded by the JVM, the size of variable-length information is read first. Once the JVM knows the size, it can correctly read in the actual information.
    Information is generally written to the class file with no space or padding between consecutive pieces of information; everything is aligned on byte boundaries. This helps keeps class files petite so they will be aerodynamic as they fly across networks.
    The order of class file components is strictly defined so JVMs can know what to expect, and where to expect it, when loading a class file. For example, every JVM knows that the first eight bytes of a class file contain the magic and version numbers, that the constant pool starts on the ninth byte, and that the access flags follow the constant pool. But because the constant pool is variable-length, it doesn''''''''t know the exact whereabouts of the access flags until it has finished reading in the constant pool. Once it has finished reading in the constant pool, it knows the next two bytes will be the access flags.
    To _Argentina_ : bác định làm gì với cái file của java này thế
    To bác ba Phi : nếu rảnh thì dịch hộ em cái đoạn này ra.
    To bác polly_need_a_cracker : em không hiểu ý bác nói đổi tên file sang mp3 và mpeg để làm gi? Chắc kiến thức bác sâu rộng chứ không nông như em , có gì bác giải thich cho em vậy
    <BLOCKQUOTE id=quote><font size=1 face="Arial" id=quote>Trích từ:
    Bạn rename sang file .mp3 hoặc mpeg đi!
    [/QUOTE]
    Kevin
    Được hunter9258 sửa chữa / chuyển vào 00:30 ngày 19/07/2003
    Được hunter9258 sửa chữa / chuyển vào 08:03 ngày 19/07/2003
  5. polly_need_a_cracker

    polly_need_a_cracker Thành viên mới

    Tham gia ngày:
    28/06/2003
    Bài viết:
    405
    Đã được thích:
    0
    Không cần tranh cãi nhiều, cứ hỏi Argentina thì bạn sẽ biết thôi!
  6. _Argentina_

    _Argentina_ Thành viên mới

    Tham gia ngày:
    25/06/2003
    Bài viết:
    60
    Đã được thích:
    0
    Hehê
    các bác trả lời dài dòng quá
    Chẳng là tôi lên mạng load cái bài hát MP3, nhưng chỉ tìm thấy file đuôi này thôi.Tôi đổi thành đuôi Mp3 rồi, chạy ngon lắm.
    Cám ơn ông bạn Dolly gì đó nhé.
    Còn mấy cái Java gì đó xin miễn bình luận
  7. polly_need_a_cracker

    polly_need_a_cracker Thành viên mới

    Tham gia ngày:
    28/06/2003
    Bài viết:
    405
    Đã được thích:
    0
    My name is Polly, not Dolly
  8. hunter9258

    hunter9258 Thành viên quen thuộc

    Tham gia ngày:
    22/05/2002
    Bài viết:
    493
    Đã được thích:
    0
    hơ, tại ông _Argentina_ hỏi không rõ ràng nên mới thế.
    to polly:
    Kevin
  9. Laohoatu_Hanhkhat

    Laohoatu_Hanhkhat Thành viên mới

    Tham gia ngày:
    14/03/2003
    Bài viết:
    155
    Đã được thích:
    0
    Cha con Nở! hỏi han kiểu này tốn công trả lời còn dễ cãi nhau nữa...
  10. solo_enti_payandblue

    solo_enti_payandblue Thành viên mới

    Tham gia ngày:
    13/06/2003
    Bài viết:
    161
    Đã được thích:
    0
    polly_need_a_cracker
    Thành viên này đã bị treo đến 11:15 ngày 08/05/3144 vì: I don''t have the pasion anymore!
    Ai khoá tôi mà đến tận năm 3144 vậy? Chẳng lẽ mình sống dai đến thế à????

Chia sẻ trang này