Is there a quick way to remove all of the comments from a Coldfusion File? I have to work on a file that is mostly comments (especially comments of old non-functional code), and 开发者_运维百科I\'d li
I\'ve really only just discovered that you can use /** @blah */ comments to specify certain things, but is it possible to create sections in code?
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
I am writing a class where the same xml is used between some methods. e.g. /** * Sample Response: * <xmp>
Here is a sample of the javascript/ajax on PAGE A: var commReq = getXmlHttpRequestObject(); function AddComment(Comment){
im totally new to rails. here my question: i made an app with articles and comments and use devise for authentication
In TextMate 1.5.10 r1623开发者_开发百科, you get little arrows that allow you to fold method blocks:
here my git https://gist.github.com/774510 the problem is if I\'m using method:destroy in the _comments.html.erb I get sent to articles/1/comments, where no route matches, furthermore the comme开发者
I would like Eclipse to resolve e.g. this hyperlink in a javadoc:开发者_如何转开发 /* * for reference, look here: http://www.google.com
I realize nobody just sits down and develops software in straight IL (do they?). But suppose you want to share a snippet of IL code (as output by, e.g., the C# compi开发者_如何学Cler) with someone els