摘要:
工作遇到一个情况是索引相同的情况下,mysql服务在linux上运行很快,在windows服务器上运行很慢,版本是V5.7以后得版本,同事查找了下说应该设置 SET GLOBAL innodb_buffer_pool_size =n,这个值貌似默认为128M。作用是 表示缓冲池字节大小,InnoDB 阅读全文
摘要:
The specified type member 'DeleteFlag' is not supported in LINQ to Entities. Only initializers, entity members, and entity navigation properties are s 阅读全文