码迷,mamicode.com
首页 >  
搜索关键字:single number2    ( 5106个结果
[Fundamental of Power Electronics]-PART I-4.开关实现-4.1 开关应用
4.1 开关应用 4.1.1 单相限开关 理想的SPST(Single pole single throw)开关如图4.1所示。开关包含电源端子1和0,其电流和电压极性如图所示。在接通状态下,电压$v$为零,而在断开状态下电流$i$为零。有时在第三端子$C$处施加控制信号。 SPST开关的显着特征包 ...
分类:其他好文   时间:2020-05-08 11:25:47    阅读次数:222
Physical Music(题意+思维)
The music business is changing rapidly, and this is reflected by the single charts. Initially, the Dutch Single Top 100 was based purely on sale numbe ...
分类:其他好文   时间:2020-05-08 00:22:38    阅读次数:97
浅谈前端SPA(单页面应用)
单页Web应用(single page web application,SPA): SPA 是一种特殊的 Web 应用,是加载单个 HTML 页面并在用户与应用程序交互时动态更新该页面的。它将所有的活动局限于一个 Web 页面中,仅在该 Web 页面初始化时加载相应的 HTML 、 JavaScri ...
分类:其他好文   时间:2020-05-07 15:46:45    阅读次数:70
C# get class and method summary
/// <summary> ///Class Summary, Xml Comments Summary /// </summary> public class XmlCommentsSummary { /// <summary> /// Print DateTime Now /// </summa ...
分类:Windows程序   时间:2020-05-07 13:52:43    阅读次数:69
Linux备份命令
tar GNU `tar' saves many files together into a single tape or disk archive, and can restore individual files from the archive. tar命令可以将多个文件或目录打包成一个大文件 ...
分类:系统相关   时间:2020-05-06 21:32:59    阅读次数:93
How to handle Appsettings for .net core 3.1 self contained single file publish
https://stackoverflow.com/questions/59366046/how-to-handle-appsettings-for-net-core-3-1-self-contained-single-file-publish ...
分类:移动开发   时间:2020-05-06 11:43:00    阅读次数:76
spring cloud config 配置管理中心
yls 2020/5/5 创建配置管理中心 "参考文档" 1.添加依赖包 2.在启动类上添加注解 3.创建配置文件 4.在仓库的respo目录下添加配置文件,一般在本地创建好再上传到仓库 注意文件的名称不是乱起的,例如 config single client dev.yml 和 config si ...
分类:编程语言   时间:2020-05-05 19:52:18    阅读次数:85
Python---金字塔1
>>:金字塔1 代码: numbers2 = [] for value in range(0,10): number = value+1 numbers2.append(number) print(numbers2) for value2 in numbers2: number2 = value2- ...
分类:编程语言   时间:2020-05-04 19:37:19    阅读次数:57
【剑指offer】【搜索与回溯】13. 机器人的运动范围
搜索与回溯 ...
分类:其他好文   时间:2020-05-04 15:17:02    阅读次数:55
spring 技术详解 教程(二)
案例一使用 Spring 的 AOP 对客户管理的 DAO 进行增强 1.1案例需求 1.1.1 需求描述 对于 CRM 的系统而言,现在有很多的 DAO 类,比如客户的 DAO,联系人 DAO 等等。客户提出 一个需求要开发人员实现一个功能对所有的 DAO 的类中以 save 开头的方法实现权限的 ...
分类:编程语言   时间:2020-05-04 00:46:34    阅读次数:78
5106条   上一页 1 ... 19 20 21 22 23 ... 511 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!