首页 \ 问答 \ 如何在MongoDB Shell中定义别名?(How to define aliases in the MongoDB Shell?)

如何在MongoDB Shell中定义别名?(How to define aliases in the MongoDB Shell?)

我正在使用MongoDB shell并喜欢定义一些快捷方式。 例如,用sd缩写show databases会很不错。

我已经设法通过将它的定义添加到~/.mongorc.js来向MongoDB shell添加函数hw()

function hw() {
    print("Hello World.");
}

当我在mongo-shell中输入hw()时,会打印出Hello World.

问题1:是否也可以在不必键入括号的情况下执行该功能(即hw而不是hw() )?

我试图使用匿名函数将函数绑定到变量,但我仍然必须键入括号,否则打印出函数的定义

hw=function(){ print("Hello World (anonymous)."); };

问题2:如何从我的函数中执行MongoDB命令? 我试过了:

function sd() {
    show databases;
}

但是在启动MongoDB shell时会出错:

SyntaxError: Unexpected identifier at /home/edward/.mongorc.js:2

I'm using the MongoDB shell and like to define some shortcuts. For example it would be nice to abbreviate show databases with sd.

I already managed to add a function hw() to the MongoDB shell by adding it's definition to the ~/.mongorc.js:

function hw() {
    print("Hello World.");
}

When I type hw() in the mongo-shell, it prints out Hello World.

Question 1: Is it also possible to execute the function without having to type the brackets (i.e. hw instead of hw())?

I tried to bind the function to variable using anonymous functions, but still I have to type brackets, otherwise the definition of the function is printed out

hw=function(){ print("Hello World (anonymous)."); };

Question 2: How can I execute MongoDB commands from within my functions? I tried:

function sd() {
    show databases;
}

but that gives an error during startup of the MongoDB shell:

SyntaxError: Unexpected identifier at /home/edward/.mongorc.js:2

原文:https://stackoverflow.com/questions/28093356
更新时间:2022-03-31 09:03

最满意答案

XSLT答案是立竿见影的:

  • 身份转换(根据您的输入样本,变体似乎足够了)
  • “uncopy” 列表规则

[XSLT 1.0]

<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">

<xsl:template match="*">
  <xsl:copy>
  <xsl:copy-of select="@*"/>
  <xsl:apply-templates/>
  </xsl:copy>
</xsl:template>

<xsl:template match="List">
  <xsl:apply-templates/>
</xsl:template>

</xsl:stylesheet>

The XSLT answer is immediate:

  • identity transformation (a variant seems enough given your input sample)
  • "uncopy" List rule

[XSLT 1.0]

<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">

<xsl:template match="*">
  <xsl:copy>
  <xsl:copy-of select="@*"/>
  <xsl:apply-templates/>
  </xsl:copy>
</xsl:template>

<xsl:template match="List">
  <xsl:apply-templates/>
</xsl:template>

</xsl:stylesheet>

相关问答

更多

相关文章

更多

最新问答

更多
  • python的访问器方法有哪些
  • 使用Zend Framework 2中的JOIN sql检索数据(Retrieve data using JOIN sql in Zend Framework 2)
  • 透明度错误IE11(Transparency bug IE11)
  • linux的基本操作命令。。。
  • 响应navi重叠h1和nav上的h1链接不起作用(Responsive navi overlaps h1 and navi links on h1 isn't working)
  • 在C中读取文件:“r”和“a +”标志的不同行为(Reading a File in C: different behavior for “r” and “a+” flags)
  • NFC提供什么样的带宽?(What Kind of Bandwidth does NFC Provide?)
  • 元素上的盒子阴影行为(box-shadow behaviour on elements)
  • Laravel检查是否存在记录(Laravel Checking If a Record Exists)
  • 设置base64图像的大小javascript - angularjs(set size of a base64 image javascript - angularjs)
  • 想学Linux 运维 深圳有哪个培训机构好一点
  • 为什么有时不需要在lambda中捕获一个常量变量?(Why is a const variable sometimes not required to be captured in a lambda?)
  • 在Framework 3.5中使用服务器标签<%=%>设置Visible属性(Set Visible property with server tag <%= %> in Framework 3.5)
  • AdoNetAppender中的log4net连接类型无效(log4net connection type invalid in AdoNetAppender)
  • 错误:发送后无法设置标题。(Error: Can't set headers after they are sent. authentication system)
  • 等待EC2实例重启(Wait for an EC2 instance to reboot)
  • 如何在红宝石中使用正则表达式?(How to do this in regex in ruby?)
  • 使用鼠标在OpenGL GLUT中绘制多边形(Draw a polygon in OpenGL GLUT with mouse)
  • 江民杀毒软件的KSysnon.sys模块是什么东西?
  • 处理器在传递到add_xpath()或add_value()时调用了什么顺序?(What order are processors called when passed into add_xpath() or add_value()?)
  • sp_updatestats是否导致SQL Server 2005中无法访问表?(Does sp_updatestats cause tables to be inaccessible in SQL Server 2005?)
  • 如何创建一个可以与持续运行的服务交互的CLI,类似于MySQL的shell?(How to create a CLI that can interact with a continuously running service, similar to MySQL's shell?)
  • AESGCM解密失败的MAC(AESGCM decryption failing with MAC)
  • SQL查询,其中字段不包含$ x(SQL Query Where Field DOES NOT Contain $x)
  • PerSession与PerCall(PerSession vs. PerCall)
  • C#:有两个构造函数的对象:如何限制哪些属性设置在一起?(C#: Object having two constructors: how to limit which properties are set together?)
  • 平衡一个精灵(Balancing a sprite)
  • n2cms Asp.net在“文件”菜单上给出错误(文件管理器)(n2cms Asp.net give error on Files menu (File Manager))
  • Zurb Foundation 4 - 嵌套网格对齐问题(Zurb Foundation 4 - Nested grid alignment issues)
  • 湖北京山哪里有修平板计算机的