摘要: Scaffold-DbContext "server=【IP地址】;userid=【root】;pwd=【密码】;port=3306;database=【数据库名】;sslmode=none;" Pomelo.EntityFrameworkCore.MySql -OutputDir Model -Context 【ExampleContext】 -Force 阅读全文
posted @ 2019-01-02 19:21 德丽莎·阿波卡利斯 阅读(186) 评论(0) 推荐(0) 编辑
摘要: https://stackoverflow.com/questions/4282413/sort-array-of-objects-by-object-fields usort($rows, function ($a, $b) { return $a["last_message"]["time"] 阅读全文
posted @ 2019-01-02 11:53 德丽莎·阿波卡利斯 阅读(107) 评论(0) 推荐(0) 编辑
摘要: 1.Unix时间戳转日期 FROM_UNIXTIME(timestamp, '%Y-%m-%d %H:%i') 阅读全文
posted @ 2019-01-02 10:47 德丽莎·阿波卡利斯 阅读(112) 评论(0) 推荐(0) 编辑