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…
以Python 2.7为例,其他的版本也是相同的方法 下载
打开链接https://www.python.org/downloads/release/python-2714/ 选择这个 安装
运行 一路Next之后来到这个界面 注意这个选项 作如下修改,选择Entire feature will be installed on local hard driv…