iT邦幫忙

一級屠豬士 的所有最佳解答 192

shell script 的設計探討

grep -rnw '/path/to/somewhere/' -e 'pattern'

Python 轉換日期時間

from datetime import datetime dt1 = datetime.strptime('2021-NOV-07-15_43', '%Y...

2021-11-28 ‧ 由 KL 提問

MySQL select後刪除問題

create table it1120 ( id int unsigned not null auto_increment primary key , na...

2021-11-20 ‧ 由 rex0220 提問

Python requests 時報錯 certificate verify failed

之前也有人遇到類似問題https://ithelp.ithome.com.tw/questions/10203445 參考看看

python正則表達式模組re.sub,是否能將要替換的字串當作變數代入?

#!/usr/local/bin/python3 import re input_str = 'ab1c2d3' d = dict([[str(i), '*...

2021-10-31 ‧ 由 不明 提問

python 寫入 csv

#!/usr/bin/env python3 # -*- coding: utf-8 -*- import csv co_id = [111,222,333]...

2021-10-04 ‧ 由 zong1220 提問

MySQL 關於 View 呼叫 Function 後查詢資料效率變慢的問題

雖然你的函數內是 RETURN '2021-05-01 00:00:00';對你來說是固定常數,但是對 MySQL 優化器來說, 在where (Timesta...

2021-09-14 ‧ 由 arthur1977 提問

C語言學習(新手)

#include <stdio.h> typedef struct trackingOutput { float TrakcingCfg[...

2021-09-06 ‧ 由 nicky_liu6 提問

SQL Server 使用Oracle Client 19c執行排程出現: 提供者 "oraoledb.oracle" 提供了不一致的中繼資料。執行時提供了編譯時間所沒有的額外資料行。

Oracle19c 的排程內部使用的table,就是meta data (中繼資料),有新增的欄位,就翻譯成 (額外資料行), 是你的db link 建立時(...

2021-08-31 ‧ 由 lulu_meat 提問

鐵人賽是否可以 改掉參加組別

同一篇貼兩次,也沒關係啊.

2021-08-05 ‧ 由 json_liang 提問