def reverse_str(s): from functools import reduce res = s[::-1] # 切片 res = "".join(list(reversed(s))) # 反转函数 res = reduce(lambda x,y:y+x, s) # reduce p ...
分类:
其他好文 时间:
2021-04-28 12:06:36
阅读次数:
0
Toady I’m gonna try to add a key for 2017 Range Rover with Xhorse VVDI Key Tool Plus on Bench. Tools A Land Rover KVM module chip VVDI Key Tool Plus A ...
分类:
其他好文 时间:
2021-04-22 15:45:09
阅读次数:
0
简介: Microsoft 提供了许多工具、服务和解决方案。 这些工具包括 Windows 部署服务 (WDS) 、批量激活管理工具 (VAMT) 、用户状态迁移工具 (USMT) 、Windows 系统映像管理器 (Windows SIM) 、Windows 预安装环境 (Windows PE) ...
wget http://download.savannah.gnu.org/releases/freetype/freetype-2.10.0.tar.bz2 tar -xf freetype-2.10.0.tar.bz2 cd freetype-2.10.0 ./configure --prefi ...
分类:
系统相关 时间:
2021-04-20 14:36:46
阅读次数:
0
添加项目中,git管理时对跟踪代码建立过滤规则 规则文件,.gitnore; 注:该文件放到项目根目录(一直错误将该文件放到.git文件夹,由于之前没写比较导致再次遇到时效率极低) 过滤内容,不用纠结github中有模板。 https://github.com/github/gitignore 总有 ...
分类:
其他好文 时间:
2021-04-19 16:01:18
阅读次数:
0
下载配置mongodb mogodb官网下载 解压到指定目录 添加环境变量(可有可无) 创建data、logs两个文件夹 创建并启动mongodb服务 创建mongodb服务 以管理员身份打开cmd输入以下指令(注意更改路径) mongod --install --dbpath E:\Tools\m ...
分类:
数据库 时间:
2021-04-16 11:55:43
阅读次数:
0
下载地址:https://xz.aliyun.com/forum/upload/affix/shiro_tool.zip 2021-03-31:新增自定义或随机useragentrandomagent --> random useragentuseragent= --> set useragentc ...
分类:
其他好文 时间:
2021-04-15 12:45:57
阅读次数:
0
### pyqt5 - pyqt5、qtdesigner安装,编译器安装环境里已详解 - designer设计的界面应用 - 打开qt designer界面设计软件设计界面 - pycharm->tool->extenal->designer - 利用pyuic把ui界面文件转换成py文件对象以供p ...
分类:
其他好文 时间:
2021-04-14 12:18:30
阅读次数:
0
#定义界面类,继承父类QMainWindow,QtWidgets,Dialog class MainWindow(QMainWindow): #初始化函数,函数执行时候自动执行__init__()函数 def __init__(self): super(MainWindow, self).__ini ...
分类:
其他好文 时间:
2021-04-14 12:17:20
阅读次数:
0
打开vi /etc/selinux/config, 设置 SELINUX=disabled yum grouplist yum groupinstall "GNOME Desktop" "Graphical Administration Tools" 安装epel库 yum -y install e ...