在Linux下安装python3首先要保证系统安装了openssl,openssl devel,如果没有安装,输入以下命令进行安装 如果本机安装了python2,尽量不要管他,使用python3运行python脚本就好,因为可能有程序依赖目前的python2环境, 比如yum!!!!! 不要动现有的 ...
分类:
编程语言 时间:
2018-09-12 13:10:36
阅读次数:
159
1:安装不在介绍,下载软件下一步即可,配置环境变量(Python37会默认配置环境变量的) D:\Programs\Python\Python37\Scripts\;D:\Programs\Python\Python37\;C:\Program Files\Intel\WiFi\bin\;C:\Pr ...
分类:
编程语言 时间:
2018-09-11 11:16:42
阅读次数:
136
"Mysterious For HDU 4373 " 题目描述 MatRush is an ACMer from ZJUT, and he always love to create some special programs. Here we will talk about one of his ...
分类:
其他好文 时间:
2018-09-09 14:51:59
阅读次数:
180
题目描述 The programming contest named Concours de Programmation Comtemporaine Interuniversitaire (CPCI) has a judging system similar to that of ICPC; con ...
分类:
其他好文 时间:
2018-09-03 02:41:10
阅读次数:
162
四种编译优化类型的解释: `-O ' `-O1 ' Optimize. Optimizing compilation takes somewhat more time, and a lot more memory for a large function. With `-O ', the compi ...
分类:
其他好文 时间:
2018-08-30 11:03:33
阅读次数:
452
这个虽不影响使用,但是对着一个白色的框框,这体验真的是不符合强迫症的风格啊~~~注册表,重装,。。。。。。解决方案多多种,但是经过大神推荐,有一个很好用的小工具, 下载地址:Default Programs Editor https://defaultprogramseditor.com/ ...
分类:
其他好文 时间:
2018-08-30 01:51:30
阅读次数:
203
错误一:No module named 'MySQLdb' 原因:python3连接MySQL不能再使用mysqldb,取而代之的是pymysql。 解决方法:在python的MySQL包中,即路径:C:\Users\adong\AppData\Local\Programs\Python\Pytho ...
分类:
数据库 时间:
2018-08-26 11:53:30
阅读次数:
192
新建bat文件,放到D盘根目录 进入到C:\Users\Administrator\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup开机启动菜单 新建.vbs脚本来执行该bat脚本 双击后惊奇的发现内存耗尽,先卡住,然后黑屏, ...
分类:
其他好文 时间:
2018-08-24 17:25:03
阅读次数:
158
前言 Algorithms + Data Structures = Programs //N.Wirth 1976 虽然大一大二学了数据结构和很多算法,但是一到用的时候就经常想不起来...,而且明年就要考研了,为了能让自己更系统的掌握,决定要全面的学习一下,为以后打好基础!!! 一、概念 1) 计算 ...
分类:
编程语言 时间:
2018-08-18 22:22:50
阅读次数:
140
在第二章中,我们看到了Tornado模板系统如何简单地传递信息给网页,使你在插入动态数据时保持网页标记的整洁。然而,大多数站点希望复用像header、footer和布局网格这样的内容。在这一章中,我们将看到如何使用扩展Tornado模板或UI模块完成这一工作。 3.1 块和替换 当你花时间为你的We ...
分类:
其他好文 时间:
2018-08-18 13:17:56
阅读次数:
167