CSCI-1200 Data Structures — Spring 2020Homework 9 — IMDB SearchThe Internet Movie Database (IMDB) keeps track of data related to films.Your program wi ...
分类:
其他好文 时间:
2020-04-22 20:21:36
阅读次数:
80
pip安装报错 解决办法: pip install selenium -i http://pypi.douban.com/simple --trusted-host pypi.douban.com ...
分类:
其他好文 时间:
2020-04-22 17:01:01
阅读次数:
282
Python10行以内代码能有什么高端操作Python凭借其简洁的代码,赢得了许多开发者的喜爱。因此也就促使了更多开发者用Python开发新的模块,从而形成良性循环,Python可以凭借更加简短的代码实现许多有趣的操作。下面我们来看看,我们用不超过10行代码能实现些什么有趣的功能。 一、生成二维码二 ...
分类:
编程语言 时间:
2020-04-22 16:34:55
阅读次数:
82
"pip 安装参考本文" https://www.cnblogs.com/leoshi/p/12742195.html 一键安装脚本 查看安装后的版本 END ...
分类:
编程语言 时间:
2020-04-21 09:27:00
阅读次数:
255
C++ 复习函数的基本知识 要使用 C++ 函数,必须完成如下工作: 1. 提供函数定义; 2. 提供函数原型; 3. 调用函数。 例子: #include <iostream> using namespace std; void simple(); // function prototype in ...
分类:
编程语言 时间:
2020-04-21 09:15:47
阅读次数:
62
1. parameterized parameterized是python的一个参数化库,同时支持unittest、nose、pytest单元测试框架 安装:pip install -i https://pypi.tuna.tsinghua.edu.cn/simple requests parame ...
分类:
其他好文 时间:
2020-04-20 21:37:34
阅读次数:
89
emailz easy use for send emails Install Simple Use Use HTML Use Template file With attachments ToDo Smtp Server mapping @email decorators trigger, cro ...
分类:
其他好文 时间:
2020-04-20 15:59:36
阅读次数:
63
我们直接用命令:pip install 库名,因网络太慢,导致下载超时~~~ 针对在安装Python库出现的超时问题 总结了如下两种解决方案: 其一:pip --default-timeout=100 install -U 库名 pip --default-timeout=100 install - ...
分类:
编程语言 时间:
2020-04-19 14:43:42
阅读次数:
79
安装pyodbc pip install pyodbc -i https://pypi.tuna.tsinghua.edu.cn/simple 创建连接 engine=create_engine("mssql+pyodbc://sa:ddh123@pawndb")conn = engine.conn ...
分类:
数据库 时间:
2020-04-18 11:51:33
阅读次数:
116
npm i egg-init -g // 全局安装egg.js的脚手架工具egg-init mkdir testEgg cd testEgg egg-init --type=simple // 初始化egg项目 npm install // 安装依赖 npm run dev // 启动服务 浏览器打 ...
分类:
Web程序 时间:
2020-04-17 16:09:56
阅读次数:
101