问题标签 [cloud9-ide]
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.
node.js - node js express twitter api登录
我是 nodejs 的新手,实际上我需要使用 twitter API 进行 twitter 登录,我一直在使用这个示例http://moonlitscript.com/post.cfm/how-to-use-oauth-and-twitter-in -your-node-js-expressjs-app/所以,在花了一些时间尝试为我理解玉和所有这些新的小东西之后,我设法写了一些东西,但是我不知道我应该如何发送信息我的登录页面到处理 twitter 登录过程的方法。有没有人可以帮助我指出正确的方向?提前致谢。
这是我的代码
应用程序.js
索引.jade
node.js - 为什么 Cloud9 IDE 在尝试运行简单的 Node.js 脚本时返回错误“脚本不存在”?
我正在尝试使用 Cloud9 IDE 创建一个简单的 Hello World Node.js 脚本。我的代码如下,是非典型的 6 行:
我没有看到任何错误,IDE 肯定不会提醒我任何错误。我已确保文件已保存(甚至将其提交到我的仓库)。不幸的是,每当我尝试运行上述代码时,都会收到以下错误:
服务器上的
错误从服务器收到以下错误:
“脚本不存在:server.js”
为了说明运行配置,我包含了以下屏幕截图:
我很确定我遗漏了一些明显的东西,但不管它是在暗示我什么。我有什么错误配置可能导致我的 server.js 文件无法运行?
ubuntu - 远程连接时如何让 Cloud9 退出只读模式?
我在 NodeJS 0.8.11 上运行的 Ubuntu 12.04 上安装了 Cloud9 IDE。如果我在本地运行它(即 localhost:3131),它工作得很好。
但是,如果我尝试从我自己网络上的远程计算机打开它,它只会以只读模式打开。我可以打开所有文件,移动光标,但不能键入或创建新文件。
我知道这是某种权限问题,但我不知道如何解决它。我尝试以 root、我自己的用户帐户和 apache 的用户帐户 (www-data) 身份启动 cloud9。他们中的任何一个都没有运气。
我设置了一个 Apache 反向代理来访问 cloud9 实例。VirtualHost 条目如下所示:
我不确定这是 Apache 问题、cloud9 问题还是 Ubuntu 问题。有什么帮助吗?
cloud9-ide - 无法远程访问cloud9
我已经在我的服务器上安装了 Cloud 9 IDE,但我无法远程访问它。
Cloud 9 只能在本地运行吗?
python - How to declare ports in Cloud9 using Python
I'm new to using Cloud9 IDE (c9) and so far it looks great, except a few minor things.
I see from the docs that to start up a simple node.js http server, you have to pass in process.env.PORT in place of the regular port such as "8080".
Node Hello World example:
What I want to know is, on c9, can you only start services on ports using javascript / node.js? Or do other languages work just as well, perhaps with some other method of passing the port? Specifically python + Twisted?
I uploaded some twisted code that was working locally for me, but wouldn't work on c9 because it was trying to access local ports (which are already in use). Here is the error
How would one make the following example work, if even possible, running on c9?
Python+Twisted Hello World example
Initial searches through the documentation and github issues did not turn much up. I'm hoping this is possible and I just missed the right parameter to pass.
Edit: Updated output below
Node Code
Terminal output
Python Code
Terminal output
Twisted code
Terminal Output
The listenTCP TypeError is strange because 2 arguments works locally but not on Cloud9. I don't see why using these arguments does not work.
I have the above code hosted on this public Cloud9 project for anyone to take a look. Thanks!
rspec - 如何在 Cloud9 上执行 RSpec
每次我尝试运行rake spec
或bundle exec rspec spec
出现 Permission denied - bind(2)
错误时。痕迹:
cloud9 是否支持规范?
cloud9-ide - 如何通过 Https 运行 Cloud9?
如何通过安全连接 (HTTPS) 运行 Cloud9 的独立版本?
javascript - Cloud9 中 Mocha 测试中的“未声明变量”警告
我是 node.js 和单元测试框架 Mocha 的新手,但我在 cloud9 IDE 中创建了几个测试只是为了看看它是如何工作的。代码如下所示:
如果我在控制台中键入 mocha,测试将起作用,但 IDE 在“描述”和“它”的行中显示警告,因为它表示该变量尚未声明(“未声明的变量”)。
我想知道我应该怎么做这些测试以避免警告。
谢谢。
javascript - cloud9 gui是用什么库写的?
我找不到任何关于编写 cloud9 ui 的库的信息。我听说它使用 ui.ajax.org,但它看起来比 ui.ajax.org 示例好得多。这是真的还是在使用另一个库?