我在这里关注 dart 网络服务教程: http ://www.dartlang.org/articles/json-web-service/
当我尝试从关联的 git 代码运行代码时https://github.com/chrisbu/dartlang_json_webservice_article_code
我收到以下错误。
Loading structured data
Failed to load resource
http://127.0.0.1:8080/programming-languages
Uncaught Error: Instance of 'HttpRequestProgressEvent'
Exception: Instance of 'HttpRequestProgressEvent'
从自述文件https://github.com/chrisbu/dartlang_json_webservice_article_code/blob/master/README.md
它表明我需要
To execute, either run:
dart simpleserver.dart
Load the project into the Dart Editor, and click "Run"
This starts the server listening on http://localhost:8080
我需要在哪里运行
飞镖 simpleserver.dart
命令?是否还有其他我可能遗漏的本地服务器设置要求?谢谢,(Windows 8 专业版)