我在嘗試用程式解井字遊戲的盤面,首先,我寫了一個基本架構: # 寫井字遊戲的基本邏輯,棋子共'X','O'兩種 class TicTacToe(): def __init__(self):...
各位大大好,目前我有兩個.py檔如下: A.py def A_1(): x = [1,2,3] x_1 = [3,4,5] return x def A_2(num): if num ==...
discord 的webhook有一分鐘內只能傳30訊息的規定小弟不知道變換ip是否能繞過限制?所以想用代理ip list發送請求上網查卻沒個結果有大神知道如何代理ip傳送請求嗎
import socket import threading bind_ip = "0.0.0.0" bind_port = 9999 server = socket.sock...
目前在練習區塊鏈技術遇到了一些問題 gitlab https://gitlab.com/jsbo12551a/blockchaintestproject參考資料 https://www.chainne...
使用 pyodbc 库连接到 SQL Server,执行 “select * from SysColumns Where id=Object_Id('Table_Name')” 获取表格,但显示不了表...
我有一台 SQLServer,我想使用 Python 去查询某一个数据库内的所有表格,应该怎么使用什么语句? 在 SQL Server 中好像没有 “SHOW TABLES” 语句 import py...
我照著這個網址https://ithelp.ithome.com.tw/articles/10213377 做下來,但是到了下python manage.py的指令的時候就不能work,但也沒有錯誤訊...
參考https://stackoverflow.com/questions/49353905/no-module-named-future用各種方式pip future了還是No module nam...