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

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://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://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-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的话,通常做法定义一个前值,一个后值,当按下符号后进行切换,最终前值、符号、后值就能计算最终结果了。 ...