I\'m having a bit of a problem when it comes to my dat开发者_运维技巧abase and query design. Here is what I\'d like to have (Honestly, a lot like stack overflow).:
What\'s the best way to comment code in Java, is there a way to generate the function name and the parameters automatically in Eclipse ?
What settings and commands does one need to perform to make comments like this in emacs: /** * * something here
How do I comment out if I use this syntax?: <?php echo <<<EOF Is it //Comment or <!-- Comment --> or something开发者_开发问答 else?
Is it possible to use jQuery to disable/comment out a header file and then later re-enable it, sort of toggle it on/off disab开发者_如何学Pythonle/enable it?Try this (for css files):
How using regexp replace something in code that is not a comment? ..PATTERN.. PATTERN // .. PATTERN ..
I\'m building a multi level commenting system and need a solution for quick reads and writes. I\'ve looked into adjacency list and nested set and it seems to me that for my particular scenario neithe
So I am using the Disqus Plugin v2.65. I am trying to edit the dsq-global-toolbar at the top of the Disqus comments.
I am using the new facebook comments module, and I am intersted in subscribing a user to a conversation via the API. I am referring to http://developers.facebook.com/docs/reference/api/Comment/ but th
I have been trying to implement a comment engine in my app (UItableView) but have been facing challenges