Tag: yeoman

使用Angularjs连接到signalr时出现404错误

大家好我正在努力实现一个SignalR股票代码使用AngularJS基于这里的一个例子。 但我连接到这样的信号器时出现错误GET http:// localhost:9000 / signalr / negotiate?clientProtocol = 1.5&connectionData =%5B%7B%22name%22%3A%22stockticker%22%7D%5D&_ = 1480526019939 404(未找到) 这是我的jquery文件中显示错误的地方: try { // Do send the request (this may raise an exception) xhr.send( options.hasContent && options.data || null ); } catch ( e ) { // #14683: Only rethrow if this hasn’t been notified as an error yet if ( […]