上一页 1 2 3 4 5 6 7 8 9 10 ··· 35 下一页
摘要: using System; using System.Data.SqlClient; using System.Windows.Forms; using System.Collections.Generic; using System.Drawing; namespace SnacksInvento 阅读全文
posted @ 2025-01-02 15:58 jais 阅读(22) 评论(0) 推荐(0)
摘要: using System; using System.Data.SqlClient; using System.Windows.Forms; using System.Collections.Generic; using System.Drawing; namespace SnacksInvento 阅读全文
posted @ 2025-01-02 15:57 jais 阅读(14) 评论(0) 推荐(0)
摘要: using System; using System.Data.SqlClient; using System.Windows.Forms; using System.Data; using System.Drawing; namespace SnacksInventorySystem { publ 阅读全文
posted @ 2025-01-02 15:57 jais 阅读(13) 评论(0) 推荐(0)
摘要: using System; using System.Data.SqlClient; using System.Windows.Forms; using System.Collections.Generic; using System.Drawing; namespace SnacksInvento 阅读全文
posted @ 2025-01-02 15:56 jais 阅读(18) 评论(0) 推荐(0)
摘要: using System; using System.Data.SqlClient; using System.Windows.Forms; using System.Collections.Generic; using System.Drawing; namespace SnacksInvento 阅读全文
posted @ 2025-01-02 15:56 jais 阅读(24) 评论(0) 推荐(0)
摘要: using System; using System.Data.SqlClient; using System.Windows.Forms; using System.Data; using System.Drawing; namespace SnacksInventorySystem { publ 阅读全文
posted @ 2025-01-02 15:55 jais 阅读(14) 评论(0) 推荐(0)
摘要: using SnacksInventorySystem; using System; using System.Data.SqlClient; using System.Drawing; using System.Windows.Forms; namespace lsd { public parti 阅读全文
posted @ 2025-01-02 15:54 jais 阅读(21) 评论(0) 推荐(0)
摘要: using System; using System.Drawing; using System.IO; using System.Windows.Forms; namespace SnacksInventorySystem { public partial class FormMain : For 阅读全文
posted @ 2025-01-02 15:53 jais 阅读(24) 评论(0) 推荐(0)
摘要: python转换doc为docx 环境:PyCharm python3.7 需要下载pypiwin32(打开Settings->Project Interpreter->+搜索install即可) 代码实现: from win32com import client as wc w = wc.Disp 阅读全文
posted @ 2025-01-02 15:51 jais 阅读(20) 评论(0) 推荐(0)
摘要: import MCTS as rvs import tkinter as tk import time import tkinter.messagebox total = [] class ReversiBoard(tk.Canvas): # 创建了Reversi类继承Tk.Canvas,负责棋盘部 阅读全文
posted @ 2025-01-02 15:49 jais 阅读(35) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 10 ··· 35 下一页