1. Identify what the correct behavior looks like
Customers (or QA) do not mention all bugs. Some problems may be caused by their incomprehension of the software. In this case, you need to check the relevant documents of the software (if any). For example, you need documents because the software is implemented as needed. If not, it is a bug. In other cases, they propose features that are not currently supported by the software. In addition to reading
-related information, such as file path, many times delete the file path, timestamp and other information, you can search results . If the results are still not found, and log has a more definite meaning, then we can directly analyze the meaning of log, determine the cause of the problem . For example, in another article that was encountered error: 不兼容的类型: java.util.List , it is certainly irrelevant to take this error message, because it is too short and too
Zi mo zi once said, LTP is a good model!Car teacher OnePlus also has Bhan development ltp4j is a very good project, the use is also very convenient, following a few common errors caused by the use of log analysis of the bug1, Phenomenon Description: Program interrupted, generate a Hs_err_pidxxxx.log file# A fatal error have been detected by the Java Runtime environment:## SIGSEGV (0xb) at pc=0x00007fab8c69b911, pid=2398, TI d=140375976539904## JRE Ver
Open the wrong meaning is generally used in the development of debugging phase, that is, the pre-launch stage, all the errors are leaking out, a one-time solution, to prevent errors before the online, how to open it, here is not php.ini method, directly using PHP code to open, code as follows:Ini_set (' Display_startup_errors ', 1); // PHP startup error message error_reporting (-1);The error level equals 1 load the beginning of a method, or the beginning of the controller can be, of course, i
Writing code to this world is not a single person, but a team (such a large project cannot be developed by one person ). And seriously suspect this open-source project. Developers are considered to be gods, so the theory of God is incorrect. The theory of God is the truth, and mortals have the opportunity to become gods, until your divine attribute breaks through a certain level ). In addition, this system should be compiled in object-oriented languages.
Today we are talking about
Programmers change bugs
Programmers modify bugs. Many new students who have just graduated from the company have to go through the learning process for a period of time, so that the company's leaders can truly invest in project development. This learning process may be reading the source code, or modifying the bug. I think most of them have experienced such a thing.
In fact, programmers are also learn
Report software companies offer a high price reward for bugs. I am really drunk on 100 pieces, and I am bug100 pieces.
I have been using FineReport, The FineReport report software of fansoft, for a long time, and have been paying attention to the development of this company.
I have some questions and thoughts when I see the activity "raise a BUG and get a bonus.
In general, the new FineReport version will be tested by the test department before
Microsoft has a series of testing and evaluation mechanisms and software error return mechanisms. Ubuntu will also launch the crowd's power to catch bugs in the 5-A-Day program, of course, no one gives five Ubuntu bugs every day. It seems that the difficulty factor is too high, but for developers and users, reporting as many bugs as possible helps improve Ubuntu.
to lock the question into three or four lines of code, even without logging or reading the log. I received another error message this morning. This time there is errmsg, is "Integer can not cast into Double." because it is my own code, I am very familiar with the process, and I know that only one place may produce an integer strong double--although embarrassed to admit, but it is the development and testing is not considered completely caused. Then again to the administrator confirmed a configu
Collecting BugsTime Limit: 10000 MS Memory Limit: 64000 KTotal Submissions: 1730 Accepted: 794Case Time Limit: 2000 MS Special Judge
Description
Ivan is fond of collecting. unlike other people who collect post stamps, coins or other material stuff, he collects software bugs. when Ivan gets a new program, he classifies all possible bugs into n categories. each day he discovers exactly one bug in the program
Welcome to the collection. When you encounter a very difficult bug, you might as well come back here to see ... Programming would have been a very elegant job, and programmers, too, should have been the kind of artists who consistently write highly ornamental and creative work. Since then, however, the programmers around us have been caught in the mire of rushing to the exits and fixing the emergency bugs. You can often see the following scenes: ·
From today on, all I have to do is to constantly update and constantly disclose and fix the ExtJS34 BUG. Note that the version is 34 rather than 40, because the 40 changes and changes are relatively large, so do not block the number. Hey, I am not writing much, but these bugs are bothering me.
From today on, all I have to do is constantly update and constantly disclose and fix ExtJS 3.4 bugs. Note that the
Over the past few years, CSS has undergone a great change, just as the revolution that JavaScript experienced around the 2004. It has evolved from an extremely simple/functionally limited style language into a complex technology defined by more than 80 specifications (including drafts), and has established a unique developer ecosystem/proprietary Technical meeting/dedicated framework and toolchain. CSS has grown so much that an ordinary person can't put it all into his head. Even in working grou
look for bugs in the programFirst look at the database with two Nickname,john,susanlog in to the project, enter it with the John User, and then modify the John username to Susan, and you will find an errorWhy did you get an error? error message:integrityerror: (sqlite3.Integrityerror) column nickname is not unique [sql:u ' UPDATE user SET nickname=?, about_me=?WHERE user.id =? '] [Parameters: (U ' Susan ', U ' 12345\r\neee\r\nddd ', 1)]because the nic
A program has an unlimited number of bugs, one day can find 1, these bugs have two different keywords, a, B, respectively, according to the two keywords are divided into n and m species, to collect all classes (summon the dragon) of the desired daysDP[I][J] Indicates that I have collected the expected days of type A and J BDp[i][j]=i/n*j/s*dp[i][j]+pp= (n-i)/n*j/s*dp[i+1][j]+i/n* (s-j)/s*dp[i][j+1]+ (n-i)/n
The process of work, always encounter inexplicable errors, bugs, due to limited memory, with an article to record the bugs and solve the process, the process of solving is always painful and joyful, there is a hint of the helpless, perhaps this is the real life.In the VS Project properties Build Events tab, there is a post-build event command line, which you can enter here for example:Copy $ (TargetDir) "C:
Sun released MySQL database software version 5.1 last week. Later, they said there were many bugs to fix, including new features. According to MySQL founder Michael Wideniu, the bug has been found to be very serious and may cause crash or even data loss. The bug of this version not only appears in the function, new features also have bugs.
It is reported that some bugs
Luatinker bugs and defectsLuatinker is a good set of C + + code and LUA code binding library, the author is Korean Kwon-il Lee, the author should be referring to the luabind, in order to simplify and avoid too heavy to achieve. Its official website is in Http://gpgstudy.com/gpgiki/LuaTinker, but unfortunately all is Korean, and the newest code can download in Git, https://github.com/zupet/LuaTinker. Compared to luabind,luaplus such libraries, the impl
ArticleDirectory
[Obj-C note] "Self = [Super init]" explanation and hidden bugs
[Obj-C note] "Self = [Super init]" explanation and hidden bugs
The recommended init Method for objective-C is written as follows:
-(ID) Init {If (Self = [Super init]) {// Add attributes to the subclass for initialization} return self ;}
Several questions are involved here,
1. [Super init:
Object orientation
Android hotfix bugs Based on Proxy/Delegate and androiddelegateI. Overview
Nowadays, more and more apps begin to use local apps in combination with the html5 design structure. In this way, not only cross-platform applications can be used, but also serious bugs may occur in a service or module, it can be repaired directly in the html5 + background in real time, eliminating the need to release new packages an
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.