码迷,mamicode.com
首页 >  
搜索关键字:should be repaired    ( 4956个结果
Sonar常见的审查结果
格式:问题名字+问题出现的次数 Resources should be closed2 资源未关闭,打开发现有两处用到的IO流没有关闭 Conditions should not unconditionally evaluate to "TRUE" or to "FALSE"1 if/else判断里 ...
分类:其他好文   时间:2017-10-17 15:36:58    阅读次数:208
Error: $injector:modulerr Module Error
Description This error occurs when a module fails to load due to some exception. The error message above should provide additional context. A common r ...
分类:其他好文   时间:2017-10-17 12:28:33    阅读次数:202
Leetcode 669. Trim a Binary Search Tree
Given a binary search tree and the lowest and highest boundaries as L and R, trim the tree so that all its elements lies in [L, R] (R >= L). You might ...
分类:其他好文   时间:2017-10-16 23:20:36    阅读次数:174
作业.
3-1 import java.util.Scanner;public class Application { public static void main(String[] args){ int number1 =(int)(System.currentTimeMillis() % 10); i ...
分类:其他好文   时间:2017-10-15 22:31:31    阅读次数:215
POJ2096 Collecting Bugs(概率DP,求期望)
Collecting Bugs Ivan is fond of collecting. Unlike other people who collect post stamps, coins or other material stuff, he collects software bugs. Whe ...
分类:其他好文   时间:2017-10-15 21:15:21    阅读次数:206
The plan of a year is spring,and the plan of the day is in the morning --personal schedule
7:00-7:30am : Get out of bed and Wash. 7:30-9:30am : Recite English words or Practice English Listening(if should go to class,can postpone until noon ...
分类:编程语言   时间:2017-10-15 19:36:44    阅读次数:428
LeetCode 391: Perfect Square
Note: All the points should be even since it will be dispeared by perfect joint. Thus only 4 points will be left. ...
分类:其他好文   时间:2017-10-15 17:49:35    阅读次数:139
Robot Framework-断言函数
测试用例的目的是要验证一些操作否符合我们的预期结果,所以在测试用例中,断言函数是必不可少的一项。我们做的每一步操作都会有预期的结果,为了保证操作得到的结果符合预期,我们需要在测试用例中添加断言,来保证实际结果和预期结果一致。那么先让我们来认识一些常用的断言函数: 1、should be equal  ...
分类:其他好文   时间:2017-10-14 19:51:29    阅读次数:336
21. Merge Two Sorted Lists【easy】
21. Merge Two Sorted Lists【easy】 Merge two sorted linked lists and return it as a new list. The new list should be made by splicing together the nodes ...
分类:其他好文   时间:2017-10-14 15:07:16    阅读次数:141
Maven学习(十八)-----Maven依赖管理
其中一个Maven的核心特征是依赖管理。管理依赖关系变得困难的任务一旦我们处理多模块项目(包含数百个模块/子项目)。 Maven提供了一个高程度的控制来管理这样的场景。 传递依赖发现 这是很通常情况下,当一个库说A就依赖于其他库说B的情况下,另一个项目Ç想用A,则该项目需要使用库中B。 在Maven ...
分类:其他好文   时间:2017-10-13 17:09:56    阅读次数:132
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!