In most cases, hide (set display: None) an element. You do not need to hide all its child elements in sequence. To do this, you may encounter unexpected bugs. As follows:
1, two divs, D1 contains D2
Both D1 and D2 have absolute or relative.
3. Hide d1
4. Hide the child element D2.
5. Display d1
At this time, IE6/7 and IE8/9/10 (IE7 mode) will find that the child element D2 can also be displayed
Undoubtedly,
Program Members are good at thinking about problems. A program is written through the basic stages of thinking, design, writing, debugging, testing, and running.
But most programmers have a problem, that is, they are reluctant to test their ownCode. After the debugging is completed, they think that the work is over. testing is the work of testers.
Theoretically, if there is a problem with the code, the tester and the end user will certainly be able to find these
Today, I went to the topic bugs workarounds in codeproject and saw some bugs in Dev for "Quick Start". I am sympathetic to: (and Quick Start workaround, admire :)
Although I have not met most of them, I would like to brief you on repro and comment on it for your reference. This article is aboutVs. Net ide.1.Intelliisense bug in vs. Net by Tom Welch Vs. NET 2002?CodePoint arraypoints [] = {point (2, 3), p
OriginalArticleSee: http://www.cnblogs.com/szw/archive/2007/12/18/1004344.html
Here, I will summarize some other bugs and related opinions and suggestions raised by many garden friends, as well as my test results on some of these solutions.
--Reference--------------------------------------------------Han xilong: What the landlord said is: I don't know whether the problem is that the younger brother is easy to learn or ms mvc. I am. th
A1 Lexical problemsA 1.1 Letter L is similar to the number 1 in many fontsRule: in long literal constants, always use uppercase L, never lowercase l. Do not use a lone L as the variable name. Puzzle 4A 1.2 Negative hexadecimal literal constants that look like positiveRule: To avoid mixed-type calculations. In the right place, literal constants of type long are substituted for the literal constants of int types. Puzzle 5A 1.3 octal literal constants are similar to decimal literal constantsRule: T
steps I have recorded in the bug system, please fix as soon as possible--= = Reasonable
Rd says:
Praise, and you have a very happy cooperation!
What is the significance of QA for bug positioning?
Defining a "problem" is not really a "BUG"
--Question: Inconsistent with expectations, appearances
--bug: Code Error, Essence
Avoid back and forth, improve test repair efficiency
--Low false alarm and clear reason
Helps to understand the internal logical process of the product
Know it and kno
Let's split our changes into separate commits. We ' ll be able to check over our changes before staging them all from the terminal. Then, we'll see the positive effect it have on our commit history.git add--patch1. Then in the cmd, we can type ' s ' stands for splite the changes into chunks.2. Then type ' Q ' stands for quite.3. ADD commit message for the part of changes4. Then run git add--patch5. Repeact 1-4 until
1.jquery.fx.off: Turns off all animations on the page. JQuery.fx.off = True2.jquery.fx.interval sets the display frame rate of the animation. JQuery.fx.interval = 100; Milliseconds3.finish () stops the currently running animation, deleting all queued animations $ ("div"). Finish ();4.$.pproxy (function, object) parameters can be in no order, specify scope for function5.isotope Plugin Website effect6.backgro
The notification constructor only supports images with resource files, but what if we want to use images from the Web?We know that the Setlatesteventinfo method is called when the content is set to notification, and when we click to see the method, all the results are at a glance.public void Setlatesteventinfo (context context, charsequence Contenttitle, Charsequence ContentText, Pendingint Ent contentintent) {//Todo:rewrite this to use Builder remote
possible.8.float Div closed; clear floating; self-adapting height; ① such as:Do not set dead height as an external wrapper div.In order to allow the height can automatically adapt, to wrapper inside add Overflow:hidden; When the box containing float, the height of automatic adaptation in IE invalid, this time should trigger the layout of IE private property (evil ie Ah!). ) with zoom:1, can be done, so that the compatibility is achieved.For example a certain wrapper is defined as follows:. col
annotation bars, the more the overflow text will increase.List some workarounds:Delete all comments between box1 and Box2;Do not set the float;Adjust the width of the box1 or box2, for example, to adjust the width of the box to 90px
How do I resolve the problem that the link in the container is invalid after IE6 using the filter PNG image?Method:
div{width:300px;height:100px;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src
Comment on how programmers can ensure that their programs have no bugs"
Is code review intended to find errors? Can I see logic errors in the code?No, no errors can be found when running the test program. How can I see the code?The purpose of the code review is:* Check whether the code is standardized, such as naming rules and comments.* Ensure that at least two people are familiar with a piece of code and can change it by any one.* Check whether the
1. In the process of using. NET core, it is found that typeinfo.getcustomattributes () can only be written in the main thread, otherwise if the custom attribute exists in NuGet, it appears that the DLL in NuGet is only loaded when the main thread is in use.2. The custom reference item cannot be the same as the project in Microsoft NuGet, or the VS will error.3.microsoft.aspnetcore.staticfiles added a reference in. NET core MVC, and using NuGet in a non-ASP. Core MVC Project failed to install suc
The programmer to adjust the appearance of the Bug, very real ~
↓↓↓
(the original author is @ My neighbors are all cats)
User comments:
@ China has saints: hahaha ... Too image. Finally, simply Shing quit. It's Poguanposhuai.
@ Her name is xiaoming: So the company that invented the ability to backtrack is supposed to spend a day commemorating them every year.
@eskimocat: Really can't bear to look straight, a bug down, and tens of tho
css| Control | show
This section of CSS code is quite simple, the purpose is to use CSS to control the display of a paragraph of text and hide. At first I used the following code, it is amazing that they did not respond to my IE6.0, we do not believe that you can test it yourself.
I checked the code carefully and couldn't find anything wrong. There is no way, I can only check error correction like normal, try to change the code in the CSS. When I changed the code in the hover pseudo-class link
When talking about IE6, it's like a street mouse, people are shouting, and many friends who are engaged in websites have suffered from him. In addition, the market of IE6 is still relatively large in the future. We cannot ignore him completely, so we can only find various ways to solve the problems caused by his bug.
In the past few days, I found my website on the internet and found that my predecessors had summarized the issue. So I took out various bugs
When testers ask for their needs, they often see that testers and developers have a bug in their words. Then the development of the bombing, tried, recruit fatal.
Once I saw a joke like this:
Don't say to the programmer that your code has bugs.
His first reaction is: 1, you have a problem in the environment, 2, you step on the horse will not use it?
If you gently say: You this program is not the same as expected, you see if my method is not the sa
Artificial intelligence fully learn to program itself, may say there is a sense of science fiction, but AI help programmers find bugs this thing, has reached a good level. Peking University, Microsoft Research Asia and China's Chinese-made and the other try to let AI find bugs. Microsoft Research Asia's Lily Sun, on Microsoft's official blog, said the precise state system they developed (accurate Conditio
directories and files, that all directories should have read/write permission, jsp,class files should have the least reading permissions, some files need write permissions, The following is a list of known files that require read and write permissions:
$CATALINA All Files under _home/logs
$CATALINA All Files under _home/work
$CATALINA _home/publish/main/count
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.