找到10234个回复
@老虎会游泳,不会用啊。。。。。。我正在研究怎么用 找了个中文版的 termux
https://github.com/hanxinhao000/ZeroTermux
proot里运行不起来?
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 [email protected]:/lib scp -P44022 oraymcu_helper oray_mcu_firmware.hex [email protected]:. ssh -p44022 [email protected] # busybox chmod +x ./oraymcu_helper # ./oraymcu_helper -f ./oray_mcu_firmware.hex
oray_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,命令是怎样的。