在过去的某个时候,我安装了 posgresql 并且无法摆脱它:
$ ps -A|egrep postg 232 ??
287 ?? 0:00.02 postgres: logger process
328 ?? 0:00.09 postgres: writer process
335 ?? 0:00.06 postgres: wal writer process
336 ?? 0:00.03 postgres: autovacuum launcher process
342 ?? 0:00.01 postgres: stats collector process
Run Code Online (Sandbox Code Playgroud)
我想在每次启动时阻止它启动,因为fs_usage
它显示我的磁盘一直被占用。
我已经尝试添加POSTGRES=-NO-
in /etc/hostconfig
,但过程不断产生。
我也尝试过在另一篇文章中找到的东西,但没有运气:
$: locate postg|egrep plist
/Library/LaunchDaemons/com.edb.launchd.postgresql-8.4.plist
/Library/PostgreSQL/8.3/uninstall-postgresql.app/Contents/Info.plist
/Library/PostgreSQL/8.4/uninstall-postgresql.app/Contents/Info.plist
/Library/StartupItems/postgresql-8.3/StartupParameters.plist
$: sudo launchctl unload /Library/LaunchDaemons/com.edb.launchd.postgresql-8.4.plist
(restart)
Run Code Online (Sandbox Code Playgroud)
但仍然显示 postgresql 进程:(
我有一个 DOCX 文件,我正在尝试将其从 Word 导出为 PDF,但无论如何我尝试这样做,超链接都会停止工作。Acrobat Pro 附带的原生 PDF“另存为...”选项和打印→“另存为 Adobe PDF...”都丢失了超链接。
如何解决这个问题?
PS:使用 OpenOffice 超链接工作正常,但我的 DOCX 的其他几个部分被搞砸了,所以我不想使用它。