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

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

App Inventor 2 圆角按钮文字没有垂直居中? - App Inventor 2 中文网 - 清...

圆角按钮无法垂直居中,如图: 解决方法: [hide]无法垂直居中是由于主题是“Classic”导致,改为“Device Default”就可以了~ [/hide]
https://bbs.tsingfun.com/thread-1553-1-1.html 

App Inventor 2 可以给按钮换背景图片吗? - App Inventor 2 中文网 - 清泛...

转:可以给按钮换背景图吗? 答复: [hide] 可以,直接设置按钮背景图片即可。 设置按钮图像路径,如果同时设置了图像和背景颜色,则仅图像可见。 https://www.fun123.cn/reference/components/userinterface.html#Button [/hide]
https://bbs.tsingfun.com/thread-1555-1-1.html 

App Inventor 2 如何开发掌控版做互联网通讯App? - App Inventor 2 中文网...

...ww.fun123.cn/reference/components/connectivity.html#Mqtt 参考IoT专题最后一篇文章:https://blog.csdn.net/INT_TANG/article/details/128210609 [/hide]
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/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