最详细的DDR 测试教程。通过该教程,可以熟练地使用示波器及夹具对数通产品的DDR进行验证测试。从而优化信号。
2022-10-21 18:00:57 4.87MB DDRTest
1
:performing_arts: 剧作家测试跑步者 Web应用程序的零配置跨浏览器端到端测试。 具有浏览器自动化,类似Jest的断言和对TypeScript的内置支持。 可以在预览中使用Playwright测试运行程序,并且可能会进行细微的更改。 我们欢迎您提供反馈意见以将其朝1.0迈进。 开始吧 安装 npm i -D @playwright/test 编写测试 创建foo.spec.ts来定义您的测试。 测试功能使用参数进行浏览器自动化。 import { it , expect } from "@playwright/test" ; it ( "is a basic test with the page" , async ( { page } ) => { await page . goto ( "https://playwright.dev/" ) ; const name = await pag
2022-10-21 10:49:25 31KB e2e-tests test-runners playwright TypeScript
1
mybatis-extenion示例程序,解压后参考里面txt文件进行初始化,要求jdk版本为1.8。
2022-10-19 08:59:37 91KB mybatis-extenion
1
Windows (x86, 64-bit), ZIP Archive Debug Binaries & Test Suite (mysql-8.0.31-winx64-debug-test.zip)
2022-10-15 09:05:20 555.64MB mysql
Android串口通信(Android Studio)SerialPort_Test源代码,serial Port 简单的demo,可作为的学习及设计参考。
Klocwork 包括 Server Build 版本和 User Desktop 版本,可根据实际情况安装。安装可以 按照默认目录安装,也可以创建三个新的路径,如 C:\KW\8.1.2.10\server、C:\KW\8.1.2.10\pr 和 C:\KW\8.1.2.10\client,分别安装 Server 版,指定工程路径和 User 版,以方便命令行操作。
2022-10-13 23:59:40 832KB test 静态测试
1
videojs播放rtmp流,测试代码,需要部署到服务器上(包括但不限于tomcat,iis),路径为test/tes2.html。videojs播放rtmp流,测试代码,需要部署到服务器上(包括但不限于tomcat,iis),路径为test/tes2.html。
2022-10-13 19:09:21 645KB videojs videojs播放rtmp流 tomcat rtmp
windows下安装caffe的使用方式
2022-10-13 09:07:01 273.77MB caffe
1
This Bluetooth document contains the Test Suite Structure (TSS) and test cases to test the implementation of the Bluetooth Mesh Profile Specification with the objective to provide a high probability of air interface interoperability between the tested implementation and other manufacturers’ Bluetooth devices.
2022-10-06 14:03:16 5.06MB Bluetooth BLE MESH
1
CoAP客户端示例 (有关示例的更多信息,请参见上层“ examples”目录中的README.md文件。)此CoAP客户端示例是对示例之一的非常简化的改编。 CoAP客户端示例将您的ESP32设备连接到CoAP服务器,发送GET请求并从CoAP服务器获取响应数据。 客户端可以扩展到PUT / POST / DELETE请求,并支持Observer扩展 。 如果URI前缀为coaps://而不是coap://,则CoAP客户端将尝试使用CoAP服务器需要的已定义预共享​​密钥(PSK)或公共密钥基础结构(PKI)使用DTLS协议知道。 如果URI带有coap + tcp://前缀,则CoAP将尝试使用TCP进行通信。 注意:当前不支持coaps + tcp://,即使libcoap和MbedTLS都支持它。 约束应用协议(CoAP)是一种专用的Web传输协议,可与物联网中的受约束
2022-10-04 20:26:26 11KB C++
1