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

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

Async Image Loader Extension:异步图像加载器扩展 - App Inventor 2 拓展...

...331[color=var(--secondary-high)]679×679 103 KB https://community.appinventor.mi ... rcular-image/113566 https://aix.colintree.cn/zh/extensions/AsyncImageLoader.html
https://bbs.tsingfun.com/thread-2495-1-1.html 

CustomWebView拓展:WebViewer的扩展版本,具有更高的自定义性和灵活性 - A...

...页面并在没有互联网连接的情况下加载 https://community.appinventor.mi ... -of-web-viewer/9934 https://github.com/vknow360/CustomWebView
https://www.fun123.cn/reference/iot/spp.html 

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

...常见,这里以hc05为例,介绍一下经典蓝牙模块如何接入AppInventor。 HC05 简单介绍 它有六个引脚,引脚的作用如下: 通过厂商App连接串口测试,发现HC-05模块是经典蓝牙2.0,并不支持蓝牙5.0(低功耗BLE),...
https://bbs.tsingfun.com/thread-2496-1-1.html 

TextEnhancer拓展 - 增强App中的文本格式 - App Inventor 2 拓展 - 清泛IT社区,为创新赋能!

...cified label. [size=15.008px] [size=15.008px]https://community.appinventor.mit.edu/t/free-textenhancer-enhance-text-formatting-in-your-app/111213
https://www.fun123.cn/referenc... 

地图组件(高德地图) · App Inventor 2 中文网

...度,经度) 设置地图的中心坐标位置,坐标使用数字。(AppInventor2中文网独家支持) 创建标记(纬度,经度) 在地图上指定的 纬度 和 经度 处创建一个 标记。 根据描述生成特征(描述) 将特征描述转换为 App Inventor 地图特征...
https://www.tsingfun.com/ilife/tech/621.html 

成功熬了四年还没死?一个IT屌丝创业者的深刻反思 - 资讯 - 清泛网 - 专注C...

...来可能是合格的销售经理”的前身。 如果年终考核你失败了,那么这一年最准确的描述是:一个销售员占了整整一年销售经理的位子,最后失败了。而且这一年一定会过的很累,因为通过考核的其他销售经理,才是真正胜任...
https://www.tsingfun.com/ilife/tech/1183.html 

凤姐当天使 徐小平胡海泉薛蛮子王刚怎么看? - 资讯 - 清泛网 - 专注C/C++...

...伟大的事业,所以就选择做下去了。 有趣的人创业不会失败,因为他有趣、有吸引力,资源、合作者和用户都会跟他来走,比如说各种各样的论坛,各种各样的采访,哪怕是私下场合,讲讲你做的事,一定要吸引人们的注意,...
https://www.tsingfun.com/it/opensource/451.html 

Linux下部署企业级邮件服务器(postfix + dovecot + extmail) - 开源 & Gith...

...开机启动 service sendmail stop chkconfig sendmail off 3、配置编译环境,安装开发包组 yum groupinstall -y "Development Tools" "Development Libraries" 二、启动所需服务 1、安装启动mysql mysql的安装具体过程这里不在详述,我的博客中其他文章...
https://www.tsingfun.com/down/ebook/87.html 

Objective-C 2.0 Mac和iOS开发实践指南 PDF扫描版 - 文档下载 - 清泛网 - ...

...函数 1.6 预处理器 1.6.1. 包含文件 1.6.2 def.ne 1.6.3 条件编译 1.7 pr.ntf1.8 使用gcc和gdb 1.9 小结 1.10 练习 第2章 C变量 2.1. Object.ve-c程序的内存布局 2.2 自动变量 2.3 外部变量 2.4 声明关键字 2.4.1. auto 24.2 extern 2.4.3 stat.c 2.4.4.reg....
https://www.tsingfun.com/it/op... 

Git 工具 - 子模块(submodule):一个仓库包含另一个仓库 - 开源 & Github -...

...那么执行 git pull --recurse-submodules 或 git submodule update 就会失败。 为了补救,git submodule sync 命令需要: # 将新的 URL 复制到本地配置中 $ git submodule sync --recursive # 从新 URL 更新子模块 $ git submodule update --init --recursive ...