码迷,mamicode.com
首页 >  
搜索关键字:all in one    ( 50303个结果
springCloud(十二) hystrix dashboard
被监控端 1: 在微服务上pom.xml 引入依赖 <dependency> <groupId>com.netflix.hystrix</groupId> <artifactId>hystrix-metrics-event-stream</artifactId> <version>1.5.18</v ...
分类:编程语言   时间:2020-06-26 12:40:07    阅读次数:76
unittest 用例编写,套件执行
unittest测试用例类的写法 定义测试用例类: 用例类必须继承于unittest.TestCase 定义测试用例: 在测试用例类中,每一个以test开头的方法就是一条用例 unittest中测试用例执行顺序 根据方法名按照ASCII码进行排序的 unittest中会自动根据用例方法执行的时候,是 ...
分类:其他好文   时间:2020-06-26 12:38:05    阅读次数:52
xml解析器jaxp的使用
jaxp是javase的一部分,就是jdk中的一部分 javax.xml.parsers包 DocumentBuilder DocumentBuilderFactory SAXParser SAXParserFactory 1、添加节点 //1、创建解析器工厂 DocumentBuilderFact ...
分类:其他好文   时间:2020-06-26 12:36:43    阅读次数:62
Windows同步任意个人文件夹到
mklink/d D:\desktop\OneDrive\ABC D:\ABC 不需要在OneDrive下新建同名文件夹 ...
分类:Windows程序   时间:2020-06-26 12:26:06    阅读次数:95
0037. Sudoku Solver (H)
Sudoku Solver (H) 题目 Write a program to solve a Sudoku puzzle by filling the empty cells. A sudoku solution must satisfy all of the following rules: E ...
分类:其他好文   时间:2020-06-26 11:02:48    阅读次数:41
每秒能捕捉万亿帧的相机
每秒能捕捉万亿帧的相机 Can your camera capture trillions of frames per second? This one can. “快是好的,但越快越好”是一个指导方针,适用于我们试图检测的许多操作。以频闪式胶卷相机摄影的发展为例,这种相机的闪光灯最短可达十万分之一 ...
分类:其他好文   时间:2020-06-26 11:01:49    阅读次数:66
[LeetCode] 1282. Group the People Given the Group Size They Belong To
There are n people whose IDs go from 0 to n - 1 and each person belongs exactly to one group. Given the array groupSizes of length n telling the group ...
分类:其他好文   时间:2020-06-26 11:00:48    阅读次数:51
310. Minimum Height Trees
For an undirected graph with tree characteristics, we can choose any node as the root. The result graph is then a rooted tree. Among all possible root ...
分类:其他好文   时间:2020-06-26 10:21:01    阅读次数:53
PS-AXI-PL流水灯设计(2)
PS-AXI-PL流水灯设计(2) 1、实验原理 承接上一次的实验,这里对AXI的总线结构做出分析,将AXI的理论具体对应到设计上去。为后面自己设计AXI的发送和接受器做好准备。 2、实验操作 (1)AXI中的寄存器变量 在不了解具体的AXI协议的条件下,如果想完成基本的AXI4总线的IP核,就必须 ...
分类:其他好文   时间:2020-06-26 01:45:47    阅读次数:115
我常用的 VSCode C:C++ 插件!
我平常用 vscode 码字,经常使用一些 C/C++ 插件,这里整理下分享给大家,不过插件开启太多会造成 vscode 卡顿,所以如果内存不太够,建议关掉一些不必要的插件。 一、主题和图标 以下这些主题都还不错: Atom One Dark Theme Material Theme Monokai ...
分类:编程语言   时间:2020-06-26 01:42:42    阅读次数:80
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!