大约有 20 项符合查询结果(耗时:0.0034秒) [XML]

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

App Inventor 2开发计步器与定位器 - App Inventor 2 中文网 - 清泛IT论坛,有思想、有深度

... DataUri属性:这是调用其他程序的关键属性,可在程序中动态设置,具体每个程序的调用参数都不尽相同,需要查阅对应程序的官方技术文档。具体使用及说明可以参考我摘录的官方的一个说明:http://blog.sina.com.cn/s/blog_66fa6665010...
https://bbs.tsingfun.com/thread-543-1-1.html 

致PHP路上的“年轻人” - PHP - 清泛IT社区,为创新赋能!

...你,毕业三四年后的你,一定更有章法、更有水准。如何规划毕业的前几年?说实话,我也刚毕业工作四年多,太长远的规划我也不能确定我制定的是对的,但刚毕业的前四年,我倒想说上两句。参加工作后,莫急于求成,需要...
https://bbs.tsingfun.com/thread-1619-1-1.html 

规划】Sorry, cannot package projects larger than 30 MB. Yours is 36....

...过多消耗服务器资源。 最后,说说我们中文网的一个规划,就是破除类似的编译限制,包括现在的冷却时间等,但同时又不能过多占用服务器资源,如果还能定制 apk 的包路径就更好了。没错,技术层面可以做到的,那就是离...
https://bbs.tsingfun.com/thread-2368-1-1.html 

【研究中】高德地图API研究及接入 - App应用开发 - 清泛IT社区,为创新赋能!

...957&key=<用户的key>&radius=1000&extensions=all 路径规划:https://lbs.amap.com/api/webservice/guide/api/direction 路径规划2.0:https://lbs.amap.com/api/webservice/guide/api/newroute 高德地图支持XYZ格式‌。XYZ格式是一种瓦片地图服务,将地图分...
https://bbs.tsingfun.com/thread-2237-1-1.html 

带滑块的动态调整布局问题 - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

...按钮,右边橙色图片,按一个按钮,显示一个图片 --- 动态分割布局目前原生没有,我研究一下能否实现晚些回复你哈。 没找到能符合要求的拓展,动态分割的布局。可能需要自己实现,拖动中间的条可以用图片,图片的按...
https://bbs.tsingfun.com/thread-1396-1-1.html 

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

...生,那就需要30个按钮,如果学生数量又增加1个,则又要动态增加3个按钮。这是必须考虑动态创建组件的方式了,App Inventor 2 原生不支持这个功能,需要通过拓展实现: 拓展 com.yusufcihan.DynamicComponents.aix 下载地址: https://www....
https://bbs.tsingfun.com/thread-11-1-1.html 

CreateWindow()动态创建一个EditBox - C/C++ - 清泛IT论坛,有思想、有深度

...最后由 zqp2013 于 2015-1-4 16:21 编辑 在Win32代码或MFC代码中动态创建一个EditBox: 在OnInitDialog()函数中:         // 创建EditBox         HWND m_wndEdit = CreateWindow(_T("EDIT"), 0, WS_CHILD | ...
https://bbs.tsingfun.com/thread-1228-1-1.html 

动态创建对象的拓展:[url]https://community.kodular.io/t/f-os-dynamic-c...

动态创建对象的拓展:https://community.kodular.io/t/f ... onent-2-2-2/50789/2已添加,待翻译优化
https://bbs.tsingfun.com/thread-1547-1-1.html 

【可动态编辑表格】App Inventor 2 Dynamic Editable HTML Table - App应用...

olor=rgba(0, 0, 0, 0.54)This example will allow you to: Display an AI2 (in csv format e.g. header row, then data rows) list in an html table. It will also allow you (with the exception of the header row) to create new rows, edit any row,  and delete any row, whilst returning the saved/upd...
https://bbs.tsingfun.com/thread-1693-1-1.html 

AppInventor2 如何实现图片上动态显示数字或内容? - App应用开发 - 清泛IT...

问:这个怎么让我的图片上能显示数字啊? 答:思路很简单,用布局,布局背景是图片,布局中放标签,微调标签位置,就能完美实现。