摘要: 1.错误: [root@iZ8vbi4t4rsi4luhy1v1fkZ lp]# pip3 install virtualenvwrapper WARNING: pip is being invoked by an old script wrapper. This will fail in a fu 阅读全文
posted @ 2020-04-15 13:14 欧阳少璟 阅读(388) 评论(1) 推荐(1) 编辑
摘要: 一、virtualenv 1.安装:pip3 install virtualenv 2.创建虚拟环境:virtualenv first[虚拟环境名称] 3.进入虚拟环境:source first/bin/activate 4.退出虚拟环境:deactivate 二、virtualenvwrapper 阅读全文
posted @ 2020-04-15 12:57 欧阳少璟 阅读(334) 评论(0) 推荐(0) 编辑
摘要: 1.先下载源码包:wget https://www.python.org/ftp/python/3.6.6/Python-3.6.6.tgz 将源码包下载到 usr/soft路径下 2.下载python3编译的依赖包:yum install -y gcc patch libffi-devel zli 阅读全文
posted @ 2020-04-15 12:20 欧阳少璟 阅读(678) 评论(0) 推荐(0) 编辑
摘要: ''' Function: tkinter 计算器 ''' import math import tkinter root = tkinter.Tk() root.resizable(width=False, height=False) '''hypeparameter''' # 是否按下了运算符 阅读全文
posted @ 2020-04-14 20:10 欧阳少璟 阅读(436) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2020-04-14 19:31 欧阳少璟 阅读(0) 评论(0) 推荐(0) 编辑
摘要: 1.安装virtualenv:pip install virtualenv 或者 yum install python-virtualenv或者pip --default-timeout=100 install -U virtualenv2.创建python虚拟环境: virtualenv [虚拟环 阅读全文
posted @ 2020-04-14 19:07 欧阳少璟 阅读(281) 评论(0) 推荐(0) 编辑
摘要: 1.框架 2.详细代码 package com.company.project.configurer;import com.github.pagehelper.PageHelper;import org.apache.ibatis.plugin.Interceptor;import org.apac 阅读全文
posted @ 2020-03-10 21:29 欧阳少璟 阅读(4887) 评论(1) 推荐(0) 编辑
摘要: 1.重启电脑,连续按F8,在出现的高级选项中命令提示符的安全模式; 2.在出现的窗口中选择administrator账户,打开管理员命令窗口; 3.输入命令:et user AA 123456/add 。密码就会被改成123456了。 4.重启电脑,输入密码:123456,即可登录电脑。 阅读全文
posted @ 2019-12-14 19:32 欧阳少璟 阅读(2749) 评论(0) 推荐(0) 编辑
摘要: <button onclick="weight()">加粗</button> <input type="color" id="e" onchange="changeColor()" /> <input type="file" id ="f" onchange="addPicture()" /> <b 阅读全文
posted @ 2019-11-26 21:19 欧阳少璟 阅读(146) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2019-09-30 11:14 欧阳少璟 阅读(0) 评论(0) 推荐(0) 编辑