摘要:
1、form data 需要编码!!! byte[] data = new ASCIIEncoding().GetBytes("pattern=0&wwid=古兴越&goodid=&page=1");//没有编码 查不到数据 request.ContentLength = data.Length;/ 阅读全文
摘要:
ef + mysql-8.0.12-winx64 这个版本的mysql,当一个类为树型结构,会迁移报错。 数据迁移提示:No connection string named 'TaoBaoEntities' could be found in the application config file. 阅读全文