大约有 10,000 项符合查询结果(耗时:0.0134秒) [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-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://bbs.tsingfun.com/thread-2639-1-1.html 

【二进制】UrsAI2ByteArray 字节数组扩展:读写二进制数据,二进制文件读写...

...32位数字[0..4,294,967,296]) 对于AddWord和AddDWord,MsbFirst属性定义了字节添加到数组的顺序(字节序)。可以使用Append方法将另一个字节数组的内容添加到数组中。Fill函数用指定数量的指定值元素填充数组。InsertByteAt函数在指定位...
https://www.tsingfun.com/it/tech/1411.html 

新浪是如何分析处理32亿条实时日志的? - 更多技术 - 清泛网 - 专注C/C++及内核技术

...bana的配置index,用以恢复用户查看或配置可视化界面时的错误操作。 监控报警方面,System Level的监控报警(如硬盘满、损坏、服务器宕机)直接使用了在新浪内部提供了多年服务的sinawatch;App Level(如Elasticsearch JVM Heap Usage过...
https://www.tsingfun.com/it/tech/886.html 

快速开发CSS的利器LESS 系列教程 - 更多技术 - 清泛网 - 专注C/C++及内核技术

...今天的主要内容吧~ less 变量的基本使用 在less当中可以定义变量,然后用变量作为某属性的属性值,从而通过改变一个变量的值,改变所有相应属性的属性值。这样就可以保证己的一致性,并尽可能减少滚动代码来查找、复...