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

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

App Inventor 2 拓展参考文档 · App Inventor 2 中文网

...功耗蓝牙(BLE) Iot 专题 【WIFI】TaifunWiFi 拓展:手机WiFi连接管理 【FTP】App Inventor 2 FTP 上传下载全方案总结 【MD5、密码安全】Encrypt.Security 安全性扩展:MD5哈希,SHA1和SHA256哈希,AES加密/解密,RSA加密/解密,BASE64编码/解码 ...
https://www.tsingfun.com/it/tech/1334.html 

jumpserver-华为云免费堡垒机解决方案 - 更多技术 - 清泛网 - 专注C/C++及内核技术

...4000 interactive_timeout = 864000 运行crontab,定期处理失效连接,定期更新资产信息 cd .. && python manage.py crontab add 注: 1)根据提示输入相关信息,完成安装,完成安装后,请访问web,继续查看后续文档 2)如果启动失败...
https://stackoverflow.com/ques... 

Hidden features of Windows batch files

... Line continuation: call C:\WINDOWS\system32\ntbackup.exe ^ backup ^ /V:yes ^ /R:no ^ /RS:no ^ /HC:off ^ /M normal ^ /L:s ^ @daily.bks ^ /F daily.bkf ...
https://stackoverflow.com/ques... 

Ruby Bundle Symbol not found: _SSLv2_client_method (LoadError)

... @twelve17 The errors are related to not being able to find an SSL library and the OP mentioned that they had recently upgraded their installed version of openssl. I had the same issue with the same upgrade scenario; I suspect the reinstall...
https://www.fun123.cn/referenc... 

水果vs蔬菜智能分类器 - EdgeML图像识别项目 · App Inventor 2 中文网

... 第五步:测试和部署 1. 连接测试设备 2. 功能测试 应用场景 1. 教育应用 2. 健康饮食助手 3. 智能购物 4. 农业应用...
https://bbs.tsingfun.com/thread-1773-1-1.html 

APP INVENTOR硬件交互学习教程03——巧借arduino nano 配置HC-05 - 创客硬...

1.HC-05模块有两种模式 配置模式:进入方式,上电前按住模块按键,通电LED慢闪即进入配置模式,默认波特率38400,数据为8,停止位1 通信模式:不按下按键,上电就是这个模式,默认串口波特率9600,数据位8,停止位1 2.ardu...
https://www.fun123.cn/reference/iot/MQTT.html 

App Inventor 2 UrsPahoMqttClient 拓展 - 物联网轻量级MQTT协议 · App Inventor 2 中文网

...ssage Queuing Telemetry Transport:消息队列遥测传输) 客户端连接参数 连接信息 身份标识 认证信息 连接控制 连接到服务器 连接建立和终止方法 连接状态 连接状态变更事件 建立连...
https://www.tsingfun.com/it/cpp/1261.html 

SHFileOperation函数总结(文件夹的移动、复制、删除) - C/C++ - 清泛网 -...

..." 下面这个类方便你复制多个文件或文件夹,仅作参考 //连接多个路径的类 class JOINFILEPATH { private: int pos; char* MultipleFilePath; public: JOINFILEPATH() { pos=0; MultipleFilePath=new char[MAX_PATH*10]; memset(MultipleFilePath,0,MAX_PATH*10); } ~JOINFILEP...
https://bbs.tsingfun.com/thread-2277-1-1.html 

【解决】Error 515: Not connected to a Bluetooth device. - 创客硬件开发...

Error 515: Not connected to a Bluetooth device. 原因:经典蓝牙设备未正常连接上,就进行数据收发操作导致的异常,加一个连接状态判断就行。
https://www.tsingfun.com/it/opensource/451.html 

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

...空格或tab的文本行视为上一行的延续; 5、启动postfix,连接发信 四、为postfix开启基于cyrus-sasl认证功能 1、检查postfix是否支持cyrus-sasl认证 postconf -a 2、配置postfix的主配置文件 vim /etc/postfix/main.cf 在最后添加以下内容 ...