寫這篇部落格的日期是:2月25號
所以,2023年到現在為止只有8周
2019-12-30 到 2020-01-05是2019的最後一周 ,即52周
**如下:
// 年選擇事件:改變年份,根據周或者月計算出相應的月list和周list
changeyear
(data)
else},
// 選擇月或者周
changetype()
elseif(
this
.checked)},
// 計算周
bindweek
(year)
else
}for
(let i =
1; i < week +
1; i++
)const obj =
;this
.statisticslist.
push
(obj);}
if( year == yearc)
;this
.statisticslist.
push
(obj);}
}},// 計算月
bindmonth
(year)
else);
}this
.fetchparams.monthfirst =
newdate()
.getmonth()
+1;this
.fetchparams.monthend =
newdate()
.getmonth()
+1;}
},isleapyear
(year)
,getmonthdays
(year, month)
,getweeknumber
(now)
// 那一年第一天是星期幾
let yearfirstday =
newdate
(year,0,
1).getday()
||7;let week =
null;if
(yearfirstday ==1)
else
else
days -=(8
- yearfirstday);}
return week;},
getlastyear()
}else
},
初始化獲取年份
C 判斷某年某月共有多少個週末,分別是哪幾天
注 本文中的週末指的是週六和週日雙休 基姆拉爾森計算公式 w d 2 m 3 m 1 5 y y 4 y 100 y 400 mod 7,在公式中d表示日期中的日數,m表示月份數,y表示年數。注意 在公式中有個與其他公式不同的地方 把一月和二月看成是上一年的十三月和十四月,例 如果是2004 1 1...
html的標籤一共有多少個?
dtd 指示在哪種 xhtml 1.0 dtd 中允許該標籤。s strict,t transitional,f frameset.標籤描述 dtd定義注釋。stf定義文件型別。stf定義錨。stf定義縮寫。stf定義只取首字母的縮寫。stf定義文件作者或擁有者的聯絡資訊。stftf 定義影象對映內...
合理計算建立多少個執行緒
為什麼 實際執行緒數量 理論執行緒數量 1?計算 cpu 密集型的執行緒恰好在某時因為發生乙個頁錯誤或者因其他原因而暫停,剛好有乙個 額外 的執行緒,可以確保在這種情況下cpu週期不會中斷工作。問題1 假設要求乙個系統的 tps transaction per second 或者 task per ...