我有一切好事,我可以并检查我现场的所有评论,并能够加以温和,但我倾向于选择实际删除其他用户的评论,唯一的选择是除朋友外,在座各位发表评论。
是否有办法实际删除其他用户的评论?
增 编
我有一切好事,我可以并检查我现场的所有评论,并能够加以温和,但我倾向于选择实际删除其他用户的评论,唯一的选择是除朋友外,在座各位发表评论。
是否有办法实际删除其他用户的评论?
增 编
仅当这些评论可在法院案件中用作证据时,就应当对意见进行“隐蔽”而不是“删除”。
I can t seem to find this one! So say someone like "Joe" (the Author) submits his code into the svn repository with the message "Fixed this bug and that bug yada yada" (his Comments). I d like to ...
Using the latest VS 10 we created html markup, then commented it with html comments. The file on disk is not mangled, but when it renders, it renders the html comment tags, then removes some of the ...
If i have an interface, which i add comments to to identify that a specific exception will be thrown, is it ok for implementing classes to throw different exceptions? A (bad) example is: public ...
This may sound like a foolish question or an observation, but i have seen that most of the times when one tries to look at the opensource code, there are no comments or just one or two lines at the ...
Everyone knows the advantages of a more readable code. So in order to make my code more readable what i do normally is include the commented class declaration in the implementation file of that class....
Over the years, I ve discovered that green-programmers tend to read the comments rather than the code to debug issues. Does having one person document the other person s code (and vice-versa) with ...
Is it possible to override the auto-indentation of comments in VB.NET (Using visual studio 2008)? Please see the comment above the second Case Statement in the code below for context. The IDE auto-...
It is valid JavaScript to write something like this: function example(x) { "Here is a short doc what I do."; // code of the function } The string actually does nothing. Is there any reason, ...