1.首先创建DBhelp类用来连接数据库,代码如下:
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Data.SqlClient;
using System.Data;namespace TongxunLu
{public static class DBHelp{static …
如果遇到以下问题,这边文章对你有用
1. 通过cmd安装pip时出错
2. 添加环境变量后,无法从cmd中运行pip list
3.在cmd中运行pip list 后 显示红字
DEPRECATION: The default format will switch to columns in the future. You can use --format=(legacy|columns) (or defi…