About 5,940,000 results
Open links in new tab
  1. What is a "dump" (both software-wise and hardware-wise)

    Aug 30, 2014 · A dump is data taken from a storage medium, AS-IS, i.e. unedited. For example, core dump is a the content of the recorded state of the core from a specified time. In Unix, …

  2. 计算机术语dump是什么意思? - 知乎

    作为动词,我推荐你可以从dump的目的和dump的对象,这两个方面去理解dump本身。 1、为什么要dump(dump的目的)? 因为程序在计算机中运行时,在内存、CPU、I/O等设备上的数据 …

  3. Best way to have crash dumps generated when processes crash?

    Nov 27, 2013 · In Windows environments (XP and Win 7): What is the best way to automatically have a crash dump generated when processes crash on the system? Can an installer (MSI) …

  4. jvm - How to get a thread and heap dump of a Java process on …

    Apr 28, 2023 · Heap dump = memory contents for the JVM process output to a binary file. To take a thread dump on Windows, CTRL + BREAK if your JVM is the foreground process is the …

  5. Export and import table dump (.sql) using pgAdmin

    @TomasGreif All questions about "I can't find how to import table's .sql dump into database using pgAdmin" redirect here, but this doesn't really answer that question.

  6. What is the difference between json.dump () and json.dumps () in …

    Mar 17, 2016 · When you call json.dump(mydata, file) -- without 's', new memory is not used, as the data is dumped by chunks. But the whole process is about 2 times slower. Source: I …

  7. How do I restore a dump file from mysqldump? - Stack Overflow

    44 When we make a dump file with mysqldump, what it contains is a big SQL script for recreating the databse contents. So we restore it by using starting up MySQL’s command-line client: …

  8. Export MySQL dump from command line - Stack Overflow

    Oct 26, 2023 · Export MySQL dump from command line Asked 12 years, 7 months ago Modified 1 year, 5 months ago Viewed 663k times

  9. How do I analyze a program's core dump file with GDB when it has ...

    225 My program operates like this: exe -p param1 -i param2 -o param3 It crashed and generated a core dump file, core.pid. I want to analyze the core dump file by gdb ./exe -p param1 -i …

  10. Backup/Restore a dockerized PostgreSQL database

    Jul 13, 2014 · 4 I had this issue while trying to use a db_dump to restore a db. I normally use dbeaver to restore- however received a psql dump, so had to figure out a method to restore …

Refresh