上一页 1 2 3 4 5 6 7 8 ··· 12 下一页
摘要: #-*- coding: gb2312 -*- import pyodbc DBfile = r"test.accdb" conn = pyodbc.connect("Driver={Microsoft Access Driver (*.mdb, *.accdb)};DBQ=" + DBfile) 阅读全文
posted @ 2021-01-20 11:55 tec2019 阅读(770) 评论(0) 推荐(0)
摘要: @ECHO OFF&PUSHD %~DP0 &TITLE IPv隧道适配器管理 mode con cols=36 lines=20 color 27 :menu cls echo. 管理菜单 echo. ——————————————— echo. echO. 1 关闭隧道 echo. echo. 2 阅读全文
posted @ 2020-03-26 09:47 tec2019 阅读(348) 评论(0) 推荐(0)
摘要: 效果: main.py 1# coding: utf-8 from sqlalchemy import CheckConstraint, Column, Integer, Text, or_ from sqlalchemy.schema import FetchedValue from flask_ 阅读全文
posted @ 2020-01-10 14:42 tec2019 阅读(405) 评论(0) 推荐(0)
摘要: main.py show_article.html 阅读全文
posted @ 2020-01-06 16:08 tec2019 阅读(294) 评论(0) 推荐(0)
摘要: main.py show_article.html 阅读全文
posted @ 2019-12-27 12:18 tec2019 阅读(923) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2019-12-24 10:41 tec2019 阅读(8) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2019-12-24 08:44 tec2019 阅读(13) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2019-12-23 15:51 tec2019 阅读(1) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2019-12-20 15:03 tec2019 阅读(9) 评论(0) 推荐(0)
摘要: mysql语句建表 阅读全文
posted @ 2019-12-04 12:32 tec2019 阅读(858) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 ··· 12 下一页