问题标签 [cloud9]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
javascript - 我已经通过 cloud 9 创建了一个节点应用程序,但是如何将我的应用程序与我的网站连接起来?
我制作了一个 Node.js 应用程序,它在 Cloud 9 上作为 HTML 页面运行,但我想将其移动到我目前拥有的网址,而对于我的生活,我似乎无法弄清楚如何将后端链接到前端。我将尝试将后端部署到 Heroku 服务器,但是如何让我的应用程序显示在我当前拥有的网址上?
javascript - 在 Cloud9 IDE 中创建 Node.JS HTTPS 服务器
是否可以在 cloud9 IDE 中创建 Node.js https 服务器?
下面是我在 Node.js 中设置简单 https 服务器的示例。
当我尝试连接到服务器时,我收到以下错误:
“ECONNRESET:无法代理请求!”
javascript - How to bind the RUN action to correct NodeJS version in Cloud9?
Background
I have a very sinmple nodejs app that uses the Object Destructur Operator of ECMA6
Problem
When I click the run button of index.js (or when you go right-click index.js and then select "Run this file")
I get the following error:
However, if I type in the bash command line node index.js
I get the expected output:
I eat fruit colored yellow
Furthermore, typing node -v
outputs:
v7.8.0
Question
It is my strong believe that the run option is not picking up the correct version of node. How can I fix that?
Notes
To update node I used nvm install 7
.
ruby-on-rails - 在工作区收到奇怪的 RVM 错误,现在 rails 命令不起作用
我刚刚登录到 Cloud9 上的 Ubuntu 工作区。登录后我看到一个错误。
这是我以前从未见过的,并且在我上次使用工作区时没有发生。然后我尝试运行 Rails 服务器。
我收到一条错误消息。
然后我尝试运行bundle install
它也回来了command not found
。
ruby -v
返回ruby 2.4.1p111 (2017-03-22 revision 58053) [x86_64-linux]
。
在两次登录之间可能发生了什么导致这种情况发生,我可以做些什么来解决它?
ruby - 无法使用 Watir、Headless Browser、Chromedriver、使用 Ruby 上传文件
我正在尝试在我的网站上自动创建列表,并且在上传列表的图像时遇到了很多困难。我正在使用 Cloud9 和 Watir,并使用无头 chrome 浏览器,代码是用 Ruby 编写的。由于某种原因,照片拒绝上传。
终端输出:
HTML 输入 class="fileupload" multiple="multiple" type="file" style="display: inline-block;"
php - 将 POST 数据输入到 MySQL 表中不起作用
将用户数据从输入字段输入到我的 MySQL 表时遇到了一些问题。这是代码。任何帮助表示赞赏。
linux - 与我习惯使用的控制台命令结合使用的文本编辑器
我对编码非常陌生,刚刚完成了一个在线课程,其中始终使用基于云的系统 Cloud9。现在我开始我自己的项目,我想离线工作。因此,我下载了推荐给我的“崇高文本”(我使用的是 MacBook Pro),但我在使用控制台时遇到了问题。在 Cloud9 中,我习惯使用 linux 风格的命令(cs、ls、mkdir),看来要使用 Sublime,我需要掌握 Python。虽然我想在某个时候这样做,但现在我只想继续我的项目,因为我的脑袋里已经装满了足够多的新东西!!谁能推荐一个我可以在不需要我学习新语言的控制台上使用的文本编辑器?
node.js - 发送电子邮件后Nodemailer非常慢
我在用户提交联系表格后使用 nodemailer 发送电子邮件,然后用户将被引导到感谢页面。我现在在 cloud9 上从事这个项目。这是我的代码:
邮件可以发送成功,提交表单后几秒钟就可以看到,但是页面会一直加载,直到出现错误(我在下面附上了错误消息)。在此期间,我会再收到 1 或 2 封相同的电子邮件。
QQQQQ:我该怎么做才能解决这个问题?QQQQQ:是我的代码问题还是cloud9服务器的问题?