惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

博客园 - Franky
云风的 BLOG
云风的 BLOG
人人都是产品经理
人人都是产品经理
博客园 - 叶小钗
Engineering at Meta
Engineering at Meta
Vercel News
Vercel News
Y
Y Combinator Blog
B
Blog
Microsoft Azure Blog
Microsoft Azure Blog
C
Check Point Blog
M
MIT News - Artificial intelligence
Jina AI
Jina AI
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Apple Machine Learning Research
Apple Machine Learning Research
Hugging Face - Blog
Hugging Face - Blog
阮一峰的网络日志
阮一峰的网络日志
罗磊的独立博客
Stack Overflow Blog
Stack Overflow Blog
F
Fortinet All Blogs
博客园 - 司徒正美
I
InfoQ
Google DeepMind News
Google DeepMind News
GbyAI
GbyAI
U
Unit 42

博客园 - 烟雨客

Aspose.PDF跨平台问题解决 在aspx中写c# 在动态生成的HTML中执行JS AWS 2020 Innovate所有视频 sp_executesql 可動態傳入傳出參數 用SSISl连接PostgrsSQL Ubuntu 16.04 TLS下安装dotnet异常处理 客户端不刷新 在公网上布署Web Api的时候,不能调用,返回404 在公网(internet)上建立website时不能用http访问 ClickOnce发布后不能安装 从JPG中获取缩略图 MaraDNS与DeadWood一起配置为本地机器提供小型化DNS服务 await, anync The requested page cannot be accessed because the related configuration data for the page is invalid 404 Not Find When using Owin with OAuth Socket服务端口长连接最多能支持多少? Json序列化 关于获得本机Mac Address的方法
the input stream is not valid binary formate.... when cal...
烟雨客 · 2019-12-17 · via 博客园 - 烟雨客

公司内部的系统遇到性能问题,这个系统以前用的是微软的.net framework技术开发的,前台用的是Windows, AP是以remoting为技术基础的自研框架。第一个问题发现在服务器上调用remoting的同一个功能与在本机调用性能差了10倍(服务器慢10倍!). 因为时间赶,没有时间找根本原因,这个放在以后再叙。先找机会将remoting重新布暑,在重新布暑后,客户端调用remoting时,提示the input stream is not valid binary formate... ... 。一头雾水,在网上找到相关说明,是说实际上是remoting的服务端出现的错误,返回到客户端的不是以binary格式,而客户端却以binaryFormatter解析就出上面的提示错误。先将客户端改成soap, 再调用就能得到真正的错误。(真正的错误很丢脸,是remoting布暑的时候,端 口号与另一个服务重了,导致找不到remoting服务,由web server直接通过remoting通信线路返回html的错误到客户端)。好久没有写博文了,这几天能看技术觉得很快乐!:)