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

https://www.fun123.cn/referenc... 

App Inventor 2 Markdown 自研拓展:Markdown 格式渲染、转换为HTML、生成...

...目录,可能需要请求相关权限,而且原生 图像 组件不能直接访问公共目录的图片文件,可以通过 图像选择器 组件进行访问(实际上是拷贝一份到私有目录,提供私有目录路径给图像组件展示)。 拓展下载 ...
https://www.fun123.cn/referenc... 

App Inventor 2 使用 MaterialIcons 图标字体,快捷展示专业图标 · App Inventor 2 中文网

...我们使用图标字体的话,那就不一样了,由于它是字体,直接指定并显示你想要的图标,修改字体颜色,它还会自动改变颜色,且不用担心高分辨率不清晰的问题,非常的便捷。 一般使用 MaterialIcons-Regular.ttf 大名鼎鼎的图标库...
https://www.tsingfun.com/it/bigdata_ai/2294.html 

Python Charts库(Highcharts API的封装) - 大数据 & AI - 清泛网 - 专注C/C++及内核技术

... 'style': {'fontWeight': 'bold'} } #在图上直接显示数值,lable } } } charts.plot(series, options=options, show='inline', type='spline') 其实就是照着这个抄 Python Charts
https://bbs.tsingfun.com/thread-1183-1-1.html 

分享几个App Inventor 2“隐藏”的非常的实用的小技巧 - App Inventor 2 中...

...ml 5、iOS界面外观 6、过程参数,鼠标悬停时,可直接拖动获取和设置的代码块;参数可变:https://www.fun123.cn/reference/concepts/mutators.html 7、拷贝及分享功能:https://www.fun123.cn/reference/other/editing-functions.html
https://bbs.tsingfun.com/thread-1396-1-1.html 

App Inventor 2 动态创建组件功能 - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

...fun123.cn/reference/ ... mic_components.html 当然也可以通过模板直接创建一个demo程序,基础代码已具备,步骤如下: 项目 -> 导入模板: 选择相应的模板: demo代码如下:[hide] [/hide] 学习学习查看源码,请问楼组有没有中文...
https://www.tsingfun.com/it/da... 

ORACLE 常用日期函数 - 数据库(内核) - 清泛网 - 专注C/C++及内核技术

...果:2015/1/1 相应的,加减天数add_days函数是不存在的,直接用+、-即可,例如: select to_date('20150201','yyyymmdd')+1 from dual 结果:2015/2/2 当月最后一天 select last_day(to_date('20150201','yyyymmdd')) from dual 结果:2015/2/28 (2015/2/1的下...
https://bbs.tsingfun.com/thread-267-1-1.html 

ORACLE 常用日期函数 - ORACLE - 清泛IT论坛,有思想、有深度

...果:2015/1/1 相应的,加减天数add_days函数是不存在的,直接用+、-即可,例如: select to_date('20150201','yyyymmdd')+1 from dual 结果:2015/2/2 当月最后一天 select last_day(to_date('20150201','yyyymmdd')) from dual 结果:2015/2/28 (2015/2/1的下...
https://bbs.tsingfun.com/thread-1498-1-1.html 

App Inventor 2 计算用户连续签到天数的代码分享及解析 - App Inventor 2 ...

...在签到记录,连续签到次数+1,否则认为没有连续签到,直接结束循环。最终可得到“连续签到天数”的值。
https://bbs.tsingfun.com/thread-1529-1-1.html 

App Inventor 2 创建类似于儿童模式的APP? - App Inventor 2 中文网 - 清...

...它会打开相应的应用程序。 应用程序锁定:虽然AI2直接支持锁定其他应用程序,但您可以使用“Activity Starter”组件启动设备的设置活动。从那里,用户可以使用设备设置手动锁定应用程序(如果设备支持)。 Kiosk模式:...
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]