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

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

列表显示框.获取主文本 方法参数怎么拼接?怎么使用? - App Inventor 2 中...

会员提问:请问下,这个紫色的块到底要怎么接,后面“列表元素”接什么数据? A:按照文档,是接一个字典的。存在的意义及具体用法需要研究。
https://www.tsingfun.com/it/cpp/1906.html 

C++STL容器使用经验总结 - C/C++ - 清泛网 - 专注C/C++及内核技术

....begin(),values.end(),results.begin(),transmogrify); 或者,也可以先清空results,然后按通常的方式使用一个插入型迭代起: ... results.clear(); results.reserve(values.size()); transform(values.begin(),values.end(),back_inserter(results),transmogrify); 第31条:了...
https://www.tsingfun.com/it/cpp/1460.html 

控件重绘函数/消息OnPaint,OnDraw,OnDrawItem,DrawItem的区别 - C/C++ - 清...

...前景颜色,背景颜色,画刷类型,字体等等,但不能改变元素的界面框架,这是DrawItem 所能干的。如果同时有DrawItem(子类),OnDrawItem(宿主类),OnCtlColor(宿主类),它们的调用顺序是: OnCtlColor,OnDrawItem,DrawItem。 如果我...
https://www.fun123.cn/referenc... 

使用Activity启动器组件 · App Inventor 2 中文网

...以使用: 观察 EXTRAS 是如何成为一个列表的,其中每个元素本身就是一个 2 项列表(键、值对)。 对于电子邮件地址,该值是地址列表(如果只有一个地址,则为 1 个地址的列表)。 显示某个位置的地图 如果你知道纬度和...
https://www.tsingfun.com/it/tech/1991.html 

css 设置行间距,段落行高的方法 - 更多技术 - 清泛网 - 专注C/C++及内核技术

...ne|overline| line-through|blink Vertical-align 定义了元素在垂直方向上的位置 Baseline|sub|super|top|text-top|middle|bottom|text-bottom <percentage> text-transform 使文本转换为其它形式 Capitalize|uppercase|lowercase|none Text-al...
https://www.fun123.cn/reference/other/ 

App Inventor 2 其他参考资料 · App Inventor 2 中文网

... 用户界面 显示列表 列表显示框布局:使用布局和元素字串 指定组件的大小 访问图像和声音 在App Inventor中使用图像 构建具有多个屏幕的应用程序 App Inventor中的响应式设计 使用App Inventor扩展实现多点触控:Scale D...
https://www.fun123.cn/reference/iot/spp.html 

App Inventor 2 经典蓝牙(SPP) 硬件接入:hc05 · App Inventor 2 中文网

... return false; // 防止文本选中 }; // 鼠标移动时拖动元素 document.onmousemove = function(e) { if (!isDragging) return; element.style.left = (e.clientX - offsetX) + 'px'; element.style.top = (e.clientY - offsetY) + 'px'; }; // 鼠标...
https://www.fun123.cn/referenc... 

App Inventor 2 DynamicComponents 拓展:动态创建AI2组件对象 · App Inventor 2 中文网

... return false; // 防止文本选中 }; // 鼠标移动时拖动元素 document.onmousemove = function(e) { if (!isDragging) return; element.style.left = (e.clientX - offsetX) + 'px'; element.style.top = (e.clientY - offsetY) + 'px'; }; // 鼠标...
https://www.fun123.cn/referenc... 

App Inventor 2 FTP 客户端拓展:FTP协议连接、上传、下载、创建、修改目录...

... return false; // 防止文本选中 }; // 鼠标移动时拖动元素 document.onmousemove = function(e) { if (!isDragging) return; element.style.left = (e.clientX - offsetX) + 'px'; element.style.top = (e.clientY - offsetY) + 'px'; }; // 鼠标...
https://www.fun123.cn/referenc... 

中文网(自研/维护)拓展 · App Inventor 2 中文网

...面·简单曲面。第一个参数:标题。第二个参数:[x,y,z]三元素列表列表,例如 [ [-5, -5, 0.5], [-4, -5, 0.6], … ] SimpleSurfaceWithEquation(title,equationJsonStr) 根据坐标方程式画3D曲面·简单曲面。第一个参数:标题。第二个参数:坐标...