1、问题描述 升级fastjson的版本后,反序列化List集合时,报错:Exception in thread “???” com.alibaba.fastjson.JSONException: autoType is not support.
2、问题产生原因 2017年3月15日,fastjson官方发布安全升级公告&…
直接上代码
using System;
using System.Collections.Generic;
using System.Linq;class Person
{public int Id { get; set; }public string Name { get; set; }
}class Program
{static void Main(){List<Person> people new List<Person>{new Person { Id 1,…
#include <stdio.h> #include <stdlib.h> #include <time.h> int main() { int use,com; int uwin0; int cwin0; printf("开始猜拳\n0:石头\n1:剪刀\n2:布\n"); srand(time(NULL)); //电脑随机 while(uwin<2 &&…