摘要: btn_state_container.xml p115 <?xml version="1.0" encoding="utf-8"?> <state-container xmlns:ohos="http://schemas.huawei.com/res/ohos"> <item ohos:state 阅读全文
posted @ 2023-12-26 21:31 txwtech 阅读(30) 评论(0) 推荐(0) 编辑
摘要: 1.安装 PyInstaller pip install pyinstaller 2.创建python文件 3. 转换成exe pyinstaller aa2.py 完成后,我们将在当前文件夹中看到两个文件夹 “Build” 和 “Dist” 。在 “Dist” 文件夹中有一个与脚本文件名称相同的文 阅读全文
posted @ 2023-12-26 13:58 txwtech 阅读(56) 评论(0) 推荐(0) 编辑
摘要: Set-ExecutionPolicy : 无法绑定参数“ExecutionPolicy”。无法将值“RomoteSigned”转换为类型“Microsoft.PowerShell.ExecutionPolicy”。错误:“无法将标识符名称 RomoteSigned 与有效的枚举器名称相匹配。请指定 阅读全文
posted @ 2023-12-26 13:55 txwtech 阅读(550) 评论(0) 推荐(0) 编辑
摘要: cp .-r /aa1 ./aa2 ./点和斜杠表示当前目录,-r表示拷贝目录 把当前目录的aa1复制到aa2 复制文件到指定文件夹 cp test2.txt ../ttx ../两个点和斜杠,表示上一级目录 复制test2.txt 到上一级目录的ttx里面 mv移动命令 mv ./aa1 ./aa 阅读全文
posted @ 2023-12-26 13:21 txwtech 阅读(63) 评论(0) 推荐(0) 编辑