摘要: Check if List<Int32> values are consecutive One-liner, only iterates until the first non-consecutive element: bool isConsecutive = !myIntList.Select(( 阅读全文
posted @ 2019-10-21 15:14 ChuckLu 阅读(162) 评论(0) 推荐(0)
摘要: comparison of truncate vs delete in mysql/sqlserver [duplicate] DELETE DELETE is a DML Command. DELETE statement is executed using a row lock, each ro 阅读全文
posted @ 2019-10-21 14:06 ChuckLu 阅读(184) 评论(0) 推荐(0)