• 2023-04-10TestTool版本信息
    软件说明:1、写给硬件加快射频产测调试用的,不一定对每个产品都无Bug,使用前请自行验证。2、Bug及新功能需求可以提交到[email protected],或微信号edeveloper联系更新。最新版本软件功能说明:1、这是一个串口小工具,具备串口常用功能!2、支持iTest射频综测仪产测射频Loss校准,快捷键
  • 2023-02-12ts重点学习136-声明合并
    //1.接口//interfaceITest{//name:string//}//interfaceITest{//age:number//}//classPersonimplementsITest{//name:string="文咏珊"//age
  • 2022-10-21C# 抽象类继承接口简单测试
    classIA_TEST{interfaceITest{voidTest();}abstractclassIATest:ITest{publicabstractvoidTest();}c
  • 2022-10-09解决内置DI不能使用名字注入不同实例问题
     publicEnumTestType{TypeA,TypeB} 1publicInterfaceITest2{TestTypeType{get;}3voidSayHi();4}1publicClassTestA:I