- 博客(6)
- 资源 (4)
- 问答 (1)
- 收藏
- 关注
原创 Ubuntu系统操作指令详解
.tar解包:tar xvf FileName.tar打包:tar cvf FileName.tar DirName.gz解压:gunzip FileName.gz压缩:gzip FileName.tar.gz 和 .tgz解压:tar zxvf FileName.tar.gz压缩:tar zcvf FileName.tar.gz DirName.bz2解压1:bzip2 -d FileName.bz2解压2:bunzip2 FileName.bz2压缩: bzip2 -z FileNam
2022-06-02 14:44:53
3199
原创 protocol buffer安装(Ubuntu环境变量配置详细&CMake编译问题)
protocol buffer安装(Ubuntu环境变量配置详细)
2021-12-17 10:20:09
1387
原创 字符串、字节串、十六进制之间转换
temp =‘ota_sign_tool_20200722.zip’#字符串转字节串temp1 = temp.encode(‘utf-8’)print(temp1)#字节串转十六进制temp2 = temp1.hex()print(temp2)#十六进制转字节串temp3 = bytes.fromhex(temp2)print(temp3)#字节串转字符串temp4 = temp3.decode()print(temp4)...
2020-11-05 18:38:40
209
原创 Appium执行用例重复安装 io.appium.uiautomator.server 和 io.appium.uiautomator.server.test解决方案
Appium执行用例重复安装 io.appium.uiautomator.server 和 io.appium.uiautomator.server.test解决方案解决方案:Appium安装路径权限只能读,且复制文件时提示需要管理员权限https://jingyan.baidu.com/article/a501d80c53f87fec620f5e69.htmlhttps://jingyan.baidu.com/article/f96699bb157272894e3c1b26.html...
2020-07-14 20:29:23
572
转载 labview2015->matlab2015b->veristand2015s p1安装顺序
安装完相应的软件后(安装顺序:labview2015->matlab2015b->veristand2015s p1)如果两者关联成功后,运行matlab后会在matlab命令窗口前两行显示NI VeriStand 2015 SP1 Model Framework###Successfully initialized components如果无该提示:则需要手动关联,步骤如下:...
2019-04-09 20:26:58
2425
1
ECU-Test高级教程
2018-11-19
ECU-TEST基本教程
2018-11-19
Rhapsody安装教程
2018-11-01
HIL系统搭建的一般步骤
2018-11-18
字符串、十六进制ASCII码、字节串之间互相转换
2020-11-07
TA创建的收藏夹 TA关注的收藏夹
TA关注的人