The X

2 tệp sử dụng phần mở rộng SWP

.SWP

Swap File

Phân loại:Tập tin hệ thống
Tập tin hoán đổi được dùng bởi bộ phận bộ nhớ ảo của một hệ điều hành;chứa dữ liệu đã bị thay đổi từ bộ nhớ tới đĩa cứng;giúp tăng lượng bộ nhớ sẵn sàng cho máy tính;Giúp việc truy cập dữ liệu thường được sử dụng hiệu quả hơn.

sự miêu tả:

SWP files may be pre-allocated to a section of a hard disk during an operating system installation, or they may be created on-demand. For pre-allocation, the operating system can increase the amount of virtual memory by the size of the swap file. Many operating systems implement a virtual memory scheme called Demand Paging. This scheme stores the swap file in "pages," which are swapped from the hard disk to memory on-demand. Demand paging may also attempt to anticipate which memory segments are likely to be used next and prefetch them.

SWP (Swap File) phần mềm liên quan:

Windows

2phần mềm

Linux

1phần mềm

发送 E9437 至公众号 IT小技巧 查看软件名称。
.SWP

Vi Swap File

Phân loại:Những tập tin khác
Tập tin Swap được tạo bởi trình soạn thảo VI hay một trong các biến thể của nó như Vim (Vi iTô).lưu phiên bản phục hồi của một tập tin đang được sửa trong chương trình;phục vụ cũng như một tập tin khoá để không có phiên chạy sửa chữa Vi nào có thể cùng lúc ghi vào tập tin.

sự miêu tả:

SWP files are created immediately when a Vi text editing session is started, and they are saved to the same directory as their original file. For example, a text file with the name example.txt would have a swap file named .example.txt.swp. If a Vi session terminates due to a program kill or crash, the SWP file still remains. This allows users to recover the data using the "(R)ecover" option when opening the original file. However, if you do not need to recover data, you can manually delete the SWP file so that the warning message stops appearing. When trying to open a file that has a swap file, Vi provides the following message: "Swap file .example.txt.swp already exists!" (where example.txt is the file being opened). From this dialog, you can choose these options: 1) [O]pen Read-Only, 2) (E)dit, 3) (R)ecover, 4) (Q)uit, or 4) (A)bort. NOTE: The original Vi editor was developed by Bill Joy, the co-founder of Sun Microsystems.

SWP (Vi Swap File) phần mềm liên quan:

Windows

1phần mềm

Mac

2phần mềm

Linux

2phần mềm

发送 E9436 至公众号 IT小技巧 查看软件名称。