找到11517个回复
@老虎会游泳,不会用啊。。。。。。我正在研究怎么用 找了个中文版的 termux
https://github.com/hanxinhao000/ZeroTermux
PromptSetValue(list, 'it') function PromptSetValue(list, key){ var text = prompt(); list[key]= text; }红米K30 Pro(变焦版)
@淡然,回调
PromptSetValue(v => item.it = v)或 异步PromptSetValue().then(v => item.it = v)?
@Caddi,嗯,就在固件里。控控ssh的
/lib目录是可写的,直接scp到/lib就可以。(
admin密码是oray.com)scp -P44022 libstdc++.so.6 admin@192.168.x.x:/lib scp -P44022 oraymcu_helper oray_mcu_firmware.hex admin@192.168.x.x:. ssh -p44022 admin@192.168.x.x # busybox chmod +x ./oraymcu_helper # ./oraymcu_helper -f ./oray_mcu_firmware.hexoray_mcu_firmware.hex(57.75 KB)
oraymcu_helper(19.04 KB)
libstdc++.so.6(737.75 KB)
亲自提取固件时的注意事项:
libstdc++.so.6是libstdc++.so.6.0.19的符号连接,所以应该提取后者,再重命名为前者。
有人尝试在上面编译自己的程序使用嘛?想丢个端口转发的东西,用来远程访问内网的资源。
请教楼主,用flatpak安装winegmae再安装exe,想在终端运行这个exe,命令是怎样的。