zoukankan      html  css  js  c++  java
  • silverlight 奇怪的问题 xp客户端浏览器死掉 win7客户端可以访问

    silverlight 4.0

    xp系统里用ie FF 谷歌均死掉

    WIN7 系统里的都可以正常运行!

    经过反复测试发现以下代码 引起

    using (MemoryStream stream = new MemoryStream(System.Text.Encoding.UTF8.GetBytes(jsonStr)))
    {
                        //    //将JSON字符串反序列化成对象。
                      DataContractJsonSerializer jsonSerializer = new DataContractJsonSerializer(typeof(AppendSpot[]));

    }

    换成 Newtonsoft.Json 问题依旧!

    不知道对于silverlight 4 是不是一个BUG


  • 相关阅读:
    leetcode165
    leetcode63
    leetcode92
    leetcode86
    捣鼓Haskell
    递归操作链表
    treap(堆树)
    贪心策略 — 分数背包
    LeetCode.21
    LeetCode.94
  • 原文地址:https://www.cnblogs.com/piaocz/p/2221378.html
Copyright © 2011-2022 走看看