转载:http://www.cnblogs.com/kivenhou/archive/2013/02/22/2921954.html 操作List前请设置SPWeb的allowUnsafeUpdate = true; var site = new SPSite("http://stormwind:10000").RootWeb; site.AllowUnsafeUpdates = true; 添加sharepoint list数据 ===========================
上传文件调用外部服务报错: not a type supported by this encoder 查看SpringFormEncoder类的源码: public class SpringFormEncoder extends FormEncoder { public SpringFormEncoder() { this(((Encoder) (new feign.codec.Encoder.Default()))); } public SpringFormEncoder(Encoder de