.PHD 파일 확장자
PhotoDirector Project File
| 개발사 | CyberLink |
| 인기도 |
3.9 | 8 투표 |
PHD 파일이란 무엇인가요?
Photo project created by PhotoDirector, a program used for editing digital photos; supports imported photos from many different camera RAW formats, including .DNG, .CR2, .SRF, and many others; contains the library of imported images and stores any user edits; used as the native project save format and is saved with other data files and folders that contain the digital photo data.
PHD 파일을 여는 프로그램
Portable Heap Dump File
| 개발사 | IBM |
| 인기도 |
4.0 | 3 투표 |
Data file created in the Portable Heap Dump format, which is used to create Java heap dump files using IBM's version of the Java Virtual Machine (JVM); may contains a record of all Java heap objects; used for debugging application errors such as memory leaks.
추가 정보
Portable heap dumps can be generated by setting the following environment variable parameters: IBM_HEAP_DUMP=true and IBM_HEAPDUMP=true. PHD files may be saved in a text or a binary format. However, the binary format is much smaller in file size. To specify the text format, set the IBM_JAVA_HEAPDUMP_TEXT=true environment variable.
참고: Portable heap dumps are typically generated by killing a running Java application. Therefore, to create a PHD file, start your Java program with the required environment variables set and then kill it.