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

https://www.tsingfun.com/down/... 

VR领域的价值分析和创业机会.pdf - 文档下载 - 清泛网移动版 - 专注C/C++及内核技术

...现实),已经引爆的科技风口,新的上网方式将会被重新定义。VR(虚拟现实),已经引爆的科技风口,新的上网方式将会被重新定义。 PDF部分预览: WinXP,Win7,Win8,Win1029.4M
https://www.tsingfun.com/it/pr... 

Jenkins配置邮件通知 - 项目管理 - 清泛网 - 专注C/C++及内核技术

...。 Jenkins内置的邮件通知并不能够满足我们,因为它无法定义发送的邮件格式,无法灵活的定义邮件接收者配置等。所以我们在使用Jenkins邮件通知的时候使用到Email Extension Plugin 插件。下面将记录如何配置全局邮件配置,以及项...
https://www.tsingfun.com/down/... 

VR领域的价值分析和创业机会.pdf - 文档下载 - 清泛网 - 专注C/C++及内核技术

...现实),已经引爆的科技风口,新的上网方式将会被重新定义。VR(虚拟现实),已经引爆的科技风口,新的上网方式将会被重新定义。 PDF部分预览: WinXP,Win7,Win8,Win1029.4M
https://bbs.tsingfun.com/thread-1622-1-1.html 

MQTT相关知识研究笔记 - 创客硬件开发 - 清泛IT社区,为创新赋能!

...种资源包括MQTT网关、微信推送、天气推送等服务节点,定义执行流程将各个硬件节点以一定的逻辑联系在一起。如:雨量传感器探索到下雨了,发送指令执行关窗,同时给微信发送消息提醒,这些逻辑关系可以利用这个平台进...
https://bbs.tsingfun.com/thread-1784-1-1.html 

APP INVENTOR硬件交互学习教程04——蓝牙控制继电器 - 创客硬件开发 - 清泛...

...、板子程序 串口接收字符,并输出控制继电器 // 引脚定义 const int ledPin1 =  5;// the number of the LED pin const int ledPin2 =  6; const int ledPin3 =  3; const int bluePin =  6;// the number of the LED pin const int greenPin = &...
https://bbs.tsingfun.com/thread-1792-1-1.html 

APP INVENTOR硬件交互学习教程06——硬件参数上报 - 创客硬件开发 - 清泛IT...

... 增加接收处理和显示判断 3.arduino nano代码 // 引脚定义 const int ledPin1 =  5;// the number of the LED pin const int ledPin2 =  6; const int ledPin3 =  3; const int bluePin =  6;// the number of the LED pin const int greenPin = &n...
https://bbs.tsingfun.com/thread-1794-1-1.html 

APP INVENTOR硬件交互学习教程07——多个参数上报 - 创客硬件开发 - 清泛IT...

... 3.arduino nano代码,温度和电位计使用随机数生成 // 引脚定义 const int ledPin1 =  5;// the number of the LED pin const int ledPin2 =  6; const int ledPin3 =  3; const int bluePin =  6;// the number of the LED pin const int greenPin = ...
https://bbs.tsingfun.com/thread-1993-1-1.html 

界面很多按钮时,如何获取当前被点击的按钮的文本? - App Inventor 2 中文...

...: 另外,要输入每次累计点击的数值,可以考虑定义一个文本变量把每次的文本拼接上。 开发计算器App的话,通常做法定义一个前值,一个后值,当按下符号后进行切换,最终前值、符号、后值就能计算最终结果了。 ...
https://www.tsingfun.com/it/tech/1239.html 

软件测试中的性能测试、负载测试、压力测试 - 更多技术 - 清泛网 - 专注C/C...

...压力测试(Stress Test)。这三种效率测试类型,不仅在具体定义上面有不同的侧重点,同时相互之间又是密切关联的。 1)性能测试 性能测试主要评价系统或组件的性能是否和具体的性能需求一致,例如:对访问速度的性能需求或...
https://www.tsingfun.com/it/tech/751.html 

二维码的生成细节及原理 - 更多技术 - 清泛网 - 专注C/C++及内核技术

...我们可以查看QR Code Spec的第33页到44页的Table-13到Table-22的定义表。注意最后两列: Number of Error Code Correction Blocks :需要分多少个块。 Error Correction Code Per Blocks:每一个块中的code个数,所谓的code的个数,也就是有多少个8bits...