07 2019 档案
摘要:1.Team >Synchronize Workspace 2.在同步窗口找到冲突文件,把自己本地修改的复制出来 3.在文件上右键选择 Overwrite >Yes , 4.再次在冲突文件上右键选中 mark as merged 5.再把复制出来的自己修改的内容与当前内容合并 6.再切回Packag
阅读全文
摘要:背景:要求写一套接口测试工具。过程中遇到了WebService接口的问题,遂写下本篇文章。 阶段问题1: 需要利用数据驱动,然后读取excel中的数据并直接调用。但是webService接口与http接口不同。http接口调用是这样的: 只需要传入对应的URl,参数就可以了。 但是webservic
阅读全文
摘要:SpringBoot项目与其他项目启动方式有些不同。 查看是否是SpringBoot项目,可以查看在项目的pom.xml中是否有引入SpringBoot: 上图中就是对应的spring-boot。若有则为springboot项目。 正题:启动springboot项目: (1)maven instal
阅读全文
摘要:linux安装redis 完整步骤(1)安装: 1.获取redis资源 wget http://download.redis.io/releases/redis-4.0.8.tar.gz 2.解压 tar xzvf redis-4.0.8.tar.gz 3.安装 cd redis-4.0.8 mak
阅读全文
摘要:1 from PyQt5.QtWidgets import * 2 from PyQt5.QtCore import Qt, pyqtSignal, QTimer 3 4 5 class MyWindow(QWidget): 6 7 def __init__(self): 8 9 super().__init__() 10 ...
阅读全文
摘要:1.查询你执行update 语句之前的数据 精确到什么时间 select * from 表名 as of timestamp to_timestamp('2017-07-21 17:16:38', 'yyyy-mm-dd hh24:mi:ss'); 2.开启可移动数据命令,执行完就可以回滚数据 al
阅读全文
摘要:python -m PyQt5.uic.pyuic -o ui_xxx.py xxx.ui
阅读全文

浙公网安备 33010602011771号