摘要:
今天把用ionic做一个案例,和ionic示例项目差不多,只是用requirejs分离了controller,但是一直报错 Error: [ng:areq] Argument ‘AppCtrl’ is not a function, got undefined 经过一番折腾还是没能解决。后来我细分析 阅读全文
摘要:
我的WCF采用的是NetTcpBinding,使用时就会报错,换成BasicHttpBinding,就一切正常 The requested service, 'net.tcp://wcf.xxxxx.com:21336/GameService.svc' could not be activated. 阅读全文