1.日期函数 MySQL 日期与时间函数对照表 函数名称描述current_date()当前日期(格式:YYYY-MM-DD)current_time()当前时间(格式:HH:MM:SS)current_timestamp()当前日期和时间(等同于 now()&#x…
题目链接:
https://leetcode.cn/problems/find-pivot-index/ 这道题目我们可以使用暴力解法,就一个下标前数组之和,再求一个下标后数组之和,时间复杂度达到n方,我们来写一下: int pivotIndex(vector<in…
一、SSD:单次多框检测器
1.1、基本信息 标题:SSD: Single Shot MultiBox Detector 作者:Wei Liu (UNC Chapel Hill), Dragomir Anguelov (Zoox Inc.), Dumitru Erhan, Christian Szegedy (Google Inc.), Scott Reed (University of Michiga…