大约有 9,000 项符合查询结果(耗时:0.0101秒) [XML]

https://bbs.tsingfun.com/thread-1556-1-1.html 

App Inventor 2 怎么选择并打开一个文本文件? - App Inventor 2 中文网 - ...

...路如下: 问:这个文件管理器只能打开已经上传文件,我想打开手机上某一个文本文件并读取。 答复:使用“多媒体组件” -> "文件选择器"组件,选择一个文件后,将路径给文件管理器打开即可,具体请...
https://bbs.tsingfun.com/thread-1560-1-1.html 

BLE 模块 透传问题 - 创客硬件开发 - 清泛IT社区,为创新赋能!

...有哪位老师给讲一下。 根据 ble 文档,读写相关方法中值可以是单个 8bit 字节,也可以是字节列表(多字节集合) 传文件,需要先用“文件管理器”组件,将文件内容读出来,然后调用 ble 写方法。感谢老师App Inventor 2&n...
https://www.tsingfun.com/it/cp... 

MFC Telnet Application(mfc telnet 端口,代码实现、不调用telnet.exe) ...

...调用telnet.exe。程序源码工程升级后,可能出现编译不过情况,请将stdafx.h中0x0410全部改为0x0501即可。The article demonstrates an MFC GUI Telnet application with server capabilities for incoming connections support. Download demo - 29.9 KB Download source - 42....
https://www.tsingfun.com/it/os... 

OpenSuSE 安装bpftrace - 操作系统(内核) - 清泛网 - 专注C/C++及内核技术

...cc-devel #zypper install bcc-devel-0.22.0-lp151.127.1.x86_64 #安装失败话,可以尝试 3、安装bpftrace(参考:INSTALL.md): OCICLI https://software.opensuse.org/ymp/home:pavlix:Kernel/openSUSE_Leap_15.1/bpftrace.ymp 4、验证: bpftrace USAGE: bpftrace [option...
https://www.tsingfun.com/it/os... 

Linux bcc tools使用总结(持续更新) - 操作系统(内核) - 清泛网 - 专注C/C++及内核技术

...后,手动Ctrl + C 结束统计,输出此段时间内各自耗时区间IO事件个数。 默认微秒区间,-m 参数则是毫秒区间。 # /usr/share/bcc/tools/biolatency Tracing block device I/O... Hit Ctrl-C to end. ^C usecs : count distribution ...
https://www.tsingfun.com/it/pr... 

Jenkins中集成gtest单元测试结果 - 项目管理 - 清泛网 - 专注C/C++及内核技术

... 2、配置Jenkins构建后操作选项: Jenkins会自动集成每次运行结果,并绘制可视化图表。 参考:https://stackoverflow.com/questions/11540633/using-gtest-in-jenkins Jenkins gtest
https://www.tsingfun.com/down/... 

01_Real Application Clusters Overview - 文档下载 - 清泛网 - 专注C/C++及内核技术

...racle集群介绍 RAC:真正应用集群 ASM管理存储,Oracle自己文件系统 心跳ip有问题,关闭次节点只留主节点,防止数据混乱 virtual ip 可漂移,private ip 心跳ip,scan ip DNS解析 ntp服务禁用(时间同步服务,Oracle自己有同步) grid ...
https://bbs.tsingfun.com/thread-1580-1-1.html 

App Inventor 2 怎么判断两个颜色是否相等? - App Inventor 2 中文网 - 清...

...于也可以) 来判断才行。 经检验,数学及文本块下面等于判断积木都可以用于颜色比较: [/hide]
https://bbs.tsingfun.com/thread-1587-1-1.html 

AppInventor如何选相反数? - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

问:AppInventor如何选相反数? 答:使用“数学”中“相反数”积木: 返回给定数字负数,若给定负数则返回正数。如:8 返回 -8,-0.7 返回 0.7,0 则仍然返回 0。 文档:https://www.fun123.cn/reference/blocks/math.html#neg
https://bbs.tsingfun.com/thread-1592-1-1.html 

app inventor 行动轨迹记录APP - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

app inventor 可不可以制作一个 行动轨迹记录APP ,最好具有停留时间显示请自行研究高德地图 api 电子围栏功能,研究高德地图相关 api。这里仅提供思路,需要自己去完成!