2022年2月14日

win10专业版用户激活方法

摘要: 超级管理员运行CMD,依次输入以下命令: slmgr /ipk W269N-WFGWX-YVC9B-4J6C9-T83GX slmgr /skms kms.03k.org slmgr /ato 阅读全文

posted @ 2022-02-14 15:31 跨过⑦海D風 阅读(85) 评论(0) 推荐(0) 编辑

2021年9月14日

centos7 python3安装tkinter

摘要: sudo yum install python3-tkinter 测试 >>> import tkinter >>> tkinter._test() 阅读全文

posted @ 2021-09-14 13:32 跨过⑦海D風 阅读(360) 评论(0) 推荐(0) 编辑

2021年5月19日

python打开文件时去除换行符

摘要: with open('1.txt', 'r') as f: my_list = f.read().splitlines() # 去除\n,生成list 阅读全文

posted @ 2021-05-19 16:15 跨过⑦海D風 阅读(244) 评论(0) 推荐(0) 编辑

2020年11月18日

windows adb logcat 通过shell方式实现grep检索字段

摘要: 使用windwos本身的findstr好像并不成功,具体原因没探究,可以通过adb shell "logcat | grep xxx"轻松实现 阅读全文

posted @ 2020-11-18 15:23 跨过⑦海D風 阅读(1051) 评论(0) 推荐(0) 编辑

adb logcat不显示内容、install不显示进度

摘要: 从mac转到windows后,adb install不显示进度 、logcat不显示内容,更新新版adb后解决 阅读全文

posted @ 2020-11-18 11:40 跨过⑦海D風 阅读(301) 评论(0) 推荐(0) 编辑

2020年2月29日

Jenkins忘记admin密码

摘要: jenkins忘记密码 阅读全文

posted @ 2020-02-29 14:58 跨过⑦海D風 阅读(158) 评论(0) 推荐(0) 编辑

2018年12月12日

python将文本写入剪切板

摘要: 摘自https://blog.csdn.net/liumeng305/article/details/48595489 阅读全文

posted @ 2018-12-12 16:11 跨过⑦海D風 阅读(5724) 评论(0) 推荐(0) 编辑

2018年12月11日

Python校验文件MD5值

摘要: 窗口模式, 需要pip安装PyQt5 阅读全文

posted @ 2018-12-11 16:41 跨过⑦海D風 阅读(5465) 评论(0) 推荐(0) 编辑

2017年5月22日

no acceptable C compiler found in $PATH解决办法

摘要: 安装编译环境:yum -y install gcc 阅读全文

posted @ 2017-05-22 17:01 跨过⑦海D風 阅读(1526) 评论(0) 推荐(0) 编辑

2017年3月8日

PRD是什么

摘要: 产品需求文档(Product Requirement Document,PRD)的英文简称。是将商业需求文档(BRD)和市场需求文档(MRD)用更加专业的语言进行描述 阅读全文

posted @ 2017-03-08 11:59 跨过⑦海D風 阅读(1213) 评论(0) 推荐(0) 编辑

导航