- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我尝试使用 Ammonite 编写用 Scala 编写的脚本 http://www.lihaoyi.com/Ammonite/#Scripting
网站示例:Args.scala
val x = 1
import ammonite.ops._
def main(i: Int, s: String, path: Path = cwd) = {
println(s"Hello! ${s * i} ${path.relativeTo(cwd)}.")
}
运行它:
$ amm Args.scala 3 Moo
有没有可能写一个可以自己运行的脚本,而不是调用amm Args.scala
,比如?
$ Args.scala 3 Moo
我尝试将以下内容添加到 Args.scala 的头部:
#!/usr/local/bin/amm
并使用 chmod +x Args.scala
使其可执行,但它不起作用。就好像 bash(而不是 amm)正在运行脚本,并且不理解第一个命令 val x = 1
。
最佳答案
尝试使用此 header #!/usr/bin/env amm
.
关于scala - 在不输入 amm 的情况下运行 Ammonite scala 脚本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37528313/
我尝试使用 Ammonite 编写用 Scala 编写的脚本 http://www.lihaoyi.com/Ammonite/#Scripting 网站示例:Args.scala val x = 1
是否可以在 ammonite shell 中加载 scala.js? (amm) 我试过这样的: load.ivy("org.scala-js" %% "scalajs-stubs" % "0.6.5
当我尝试在服务器上部署我的应用程序时,我在 IBM Websphere Application Server 8.5 上遇到了以下异常。我在我的应用程序中使用 WS 8.5、EJB 3.1、Java
在我的 Blackberry 应用程序中,我实现了摄像头,并想用我自己的声音替换默认的快门声音。我想我可以通过使用 enableShutterFeedback(false) 方法使默认相机声音静音然后
我是一名优秀的程序员,十分优秀!