iT邦幫忙

一級屠豬士 的所有回答 639

grafana-server 可以關掉嗎?

剛好有一篇,給老哥參考一下. https://blog.timescale.com/blog/speed-up-grafana-autoswitching-po...

2020-08-12 ‧ 由 ckp6250 提問

使用 Python ssh 连接到远程服务器,并运行 sudo

https://stackoverflow.com/questions/26117712/executing-reboot-command-over-ssh-u...

2020-08-07 ‧ 由 as900 提問

使用 Python 比较两个文件

https://docs.python.org/zh-cn/3/library/filecmp.html filecmp.cmp(f1, f2, shallow...

2020-08-05 ‧ 由 as900 提問

linux script語法應用問題

ssh user@remote_host "bash -s script.sh" > /yourpath/output.csv 絕對...

2020-08-04 ‧ 由 ektrontek 提問

mysql 1215 cannot add foreign key constraint !!!

mysqldump 出來的檔案,檔頭會有一段相容設定,檔尾也會有一段.推測你的案例可能是受限於 email 單次size限制,對方使用 split 來切割.你可...

2020-07-28 ‧ 由 akimotopark 提問

我想學一些讓人查緝不到我IP的真本領,或是找一些可以隱匿我上線IP的應用程式

要學真本領的話,書一直都有,看有沒有毅力去念囉.首先是 W. Richard Stevens 的一系列著作.他已於1999年過世,後續還有其他人補充的新版.ht...

mysql stored procedure text 不給傳中文

請依照 rogeryao 建議修改 database 的 CHARACTER SET 與 DEFAULT COLLATE.現在以utf8mb4為主流.支援較為完...

刪除刪除刪除刪除

-- 增加一個製令,一個品號以及兩張採購單. -- 比較貼近實際情況 -- 使用 MySQL 8 select version(); +-----------+...

2020-07-24 ‧ 由 dork300916 提問

Python 函數取用問題

list 可以多層.

2020-07-15 ‧ 由 yanwu0105 提問

PostgreSQL null資料補值

要會貼程式碼啊,還浪費了點時間排版. with temp1 as ( select 'x1' eruid , case when ra...

2020-07-14 ‧ 由 ty201457 提問