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

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

大佬们,串口输出的文本字符怎么不能比较,也不能转换数字类型? - App应用...

大佬们,串口输出的文本字符怎么不能比较,也不能转换数字类型?你好,App Inventor 2 是弱语言类型,文本和数字之间不用刻意去转换,之间赋值就可以了:https://www.fun123.cn/reference/blocks/text.html#text2num 再次经过测试,你上面...
https://bbs.tsingfun.com/thread-1928-1-1.html 

怎么实现代码块 - App应用开发 - 清泛IT社区,为创新赋能!

怎么将图片中的程序用代码块的方式实现, 播放图片动画你好,把这 6 张图片放到一个列表中,定义一个全局变量存计数的值,计时事件中这个值对 6 进行取模,+1 去拿列表中的图片,任意代码块中设置图像.图片为列表中拿出...
https://bbs.tsingfun.com/thread-1940-1-1.html 

手机屏幕上面这个灰色矩形区域怎么消掉? - App应用开发 - 清泛IT社区,为...

Q:手机屏幕上面这个灰色矩形区域怎么消掉? 好像是系统自带的 A:这个区域是App的标题栏,去掉“标题展示”的勾选就好了。 拓展一下,标题栏上面的状态栏的个性化定制参考这里:https://bbs.tsingfun.com/thread-1521-1-1.h...
https://bbs.tsingfun.com/thread-1949-1-1.html 

AppInventor2文本输入框下面的横线怎么去掉? - App应用开发 - 清泛IT社区...

Q:你好,文本输入框下面这条横线怎么去掉呢? ----------------------- 这个属于系统本身的样式,待研究一下。。。 将文本输入框的“背景颜色”设置为“透明”即可实现输入框下面横线的隐藏: 效果参考如下: (...
https://bbs.tsingfun.com/thread-2278-1-1.html 

客服怎么找? - 闲聊区 - 清泛IT社区,为创新赋能!

请版主告知克服怎么找?fun123.can 页面底部有客服二维码。 社区,右侧浮动有客服二维码。 或者➕客服微信:18721201607。
https://bbs.tsingfun.com/thread-2330-1-1.html 

app inventor 2 怎么进行延迟操作? - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

app inventor 2 怎么进行延迟操作?https://www.fun123.cn/reference/creative/sim_sleep.html App Inventor 2 模拟sleep函数 App Inventor 2 原生没有 sleep 及相关函数,需要模拟实现,经过测试这里给出一个既简单又相对高效率的实现方案:需要用到计时...
https://bbs.tsingfun.com/thread-2344-1-1.html 

显示60秒的倒计时代码怎么做 - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

显示60秒的倒计时代码怎么做参考代码如下: 效果如下:
https://stackoverflow.com/ques... 

Can I change the Android startActivity() transition animation?

... this code: fadein.xml <set xmlns:android="http://schemas.android.com/apk/res/android" android:fillAfter="true"> <alpha android:fromAlpha="1.0" android:toAlpha="0.0" android:duration="500"/> //Time in milliseconds </set> In your finish-class ...
https://www.tsingfun.com/it/tech/1999.html 

java中的缓存技术该如何实现 - 更多技术 - 清泛网 - 专注C/C++及内核技术

...要减少数据库查询的次数,减少数据库计算的压力吗,现在怎么又用数据库作为缓存的介质了呢.这是因为数 据库又很多种类型,比如berkleydb,这种db不支持sql语句,没有sql引擎,只是key和value的存储结构,所以速度非常的快,在当代一 般的...
https://stackoverflow.com/ques... 

ListView item background via custom selector

...tf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="?android:attr/listPreferredItemHeight" android:background="@drawable/listitem_background" > ... </LinearLayout> listitem_ba...