04 2023 档案

测试工具开发(python+Tkinter+pyinstaller)实现时间戳转换、base64、MD5加密
摘要:内网办公环境导致很多线上工具的使用受限,所以产生出python写点平时使用的工具,应用于测试活动,下面是一个简单的例子,以作延伸。 简介: tkinter tkinter(Tk interface)是Python的标准GUl库,支持跨平台的GUl程序开发。tkinter适合小型的GUl程序编写,也特 阅读全文

posted @ 2023-04-21 18:00 波音666 阅读(159) 评论(0) 推荐(0) 编辑

oracle 常用查询语句
摘要:1、常用查询语句--1.查看emp表的所有信息select * from emp; --2.查看有哪些部门,部门有哪些人,每个人的工作是什么select dname,ename,job from emp,dept where emp.deptno=dept.deptno;select dname,e 阅读全文

posted @ 2023-04-03 17:56 波音666 阅读(382) 评论(0) 推荐(0) 编辑

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

导航

统计

点击右上角即可分享
微信分享提示