2019年4月24日

C# Dictionary 函数解析及使用方法

摘要: 要使用Dictionary集合,需要导入C#泛型命名空间 System.Collections.Generic(程序集:mscorlib) 要使用Dictionary集合,需要导入C#泛型命名空间 System.Collections.Generic(程序集:mscorlib) Dictionary 阅读全文

posted @ 2019-04-24 15:50 Innershar 阅读(2414) 评论(0) 推荐(1)

自托管websocket和webapi部署云服务器域名及远程访问

摘要: 当写完websocket和webapi服务端时,在本地测试时是没有问题的,因为是通过本地IP及端口号访问(例:127.0.0.1:8080\api\test),也就没有防火墙等安全限制,但当部署到云服务器后,问题就来了,接口无法访问,我是通过如下方法解决的,有遇到的朋友可以借鉴。 1.增加服务器防火 阅读全文

posted @ 2019-04-24 00:09 Innershar 阅读(1724) 评论(0) 推荐(0)

导航