iT邦幫忙

一級屠豬士 的所有回答 645

Oracle 找前一個工作日

create table it0610 ( df_date date ); insert into it0610 values (to_date('2022...

python閏年計算

import calendar as cal def isLeapYear(n): year = int(n) return (year %...

2022-06-05 ‧ 由 30381884 提問

用雜湊避免註冊不同網站密碼重複可行嗎

搭配傳統的一些詩詞,比較好記.例如:

2022-05-30 ‧ 由 淺水員 提問

使用Python網路爬蟲輸出CSV時出現I/O operation on closed file.錯誤

Python 要注意縮排,程式區塊. for 的部分要在 with 的範圍內.你的寫法, with 後面接兩行,你還多了個空白行.然後離開了 with 的範圍,...

2022-05-30 ‧ 由 baltic 提問

請問一下這一題曜怎麼寫?(python)

卡關,具體說出哪裡不懂,或是卡住的地方,很多人都會幫忙.若真的毫無頭緒,或是無法表達出來,可以多尋求另外的管道吧. https://www.facebook.c...

2022-05-19 ‧ 由 ewen0928 提問

c++ 解題

用Python來做一下 from itertools import * letters = 'ABCDEFGHIJKL' querylst = [[3,4]...

[費氏數列] C語言 使用遞迴陣列

使用 GMP The GNU Multiple Precision Arithmetic Libraryhttps://gmplib.org/ // fibon...

2022-05-02 ‧ 由 jennie1021 提問

python 移除list元素問題

參考這篇https://ithelp.ithome.com.tw/articles/10221255 剛好前幾天也有一個https://ithelp.ithom...

2022-04-22 ‧ 由 wang84802 提問

請問為什麼這段日期計算結果會是錯誤呢?

https://docs.microsoft.com/zh-tw/dotnet/api/system.datetime.subtract?view=net-6....

2022-04-22 ‧ 由 tenno081 提問

該如何評估系統所需要的記憶體

分享一下我在 2012年寫的https://ithelp.ithome.com.tw/articles/10106977 https://ithelp.itho...