iT邦幫忙

rogeryao 所有喜歡的回答 119

python sqlite3的編輯測試寫入失敗

#!/usr/local/bin/python3 import sqlite3 conn = sqlite3.connect("test.db&qu...

2021-03-09 ‧ 由 s4028600 提問

MSSQL 定時自動改密碼

我有一個想法~你可以試試~用bat檔~批次更改所有伺服器@@ osql -U 登入帳號 -P 登入密碼 -S 伺服器IP位置 -n -Q "SQL命令...

2021-03-09 ‧ 由 lulu_meat 提問

Python 爬蟲寫入文字檔案數量不對

file = open("stockData.txt", mode="w") 改成 file = open("...

2021-03-01 ‧ 由 lavine0103 提問

SQL搜尋資料及語法問題,挑戰不可能的任務

create table t0225 ( id int not null , ytype text not null , yvalue int not nu...

2021-02-25 ‧ 由 leo226 提問

php去比對mysql資料後輸出到頁面

資料表設計原則之一區分「基本資料」和「交易資料」基本資料(不太會變動的):例:課程資料、學生資料、書籍資料交易資料(變動較大的):例:選課(各人不同)、成績 依...

2021-02-06 ‧ 由 sky800219 提問