(with-temp-buffer
(insert-file-contents "~/test.bib")
(goto-char (point-min))
(bibtex-mode)
(bibtex-set-dialect) ;; <-- add this
(while (not (eobp))
(let* ((entry (bibtex-parse-entry t)))
(message "i'm here"))
(bibtex-kill-entry)
(bibtex-beginning-of-entry)))
我想将以下内容导出到csv,我收到以下错误:
解析命令行时出错:位置选项太多
答案 0 :(得分:0)
执行以下命令,检查辅助设备是否已应用 slaveDelay 。应用slaveDelay会从客户端用于发现副本集成员的发现机制中隐藏辅助节点(与将hidden设置为true的行为相同)。由于Mongos没有看到辅助,因此无法将其用于查询。
rs.conf()
检查&#39; ismaster&#39;的输出,哪些客户端用于发现和查询路由
rs.isMaster()
如果你不想从奴隶那里读书,你可以删除奴隶,然后尝试你的查询。
More information about slaveDelay
参见伯尼的最新评论