Closed. This question needs details or clarity. It is not currently accepting answers. 开发者_运维技巧
I have a javascript function that prints some textboxes when the user clicks a button. Howeve开发者_JS百科r when the user clicks the buttons multiple times the textboxes just go along the page but I
I have a stored procedure, PROC, which receives some parameters. If one of them, @ID, is not null, a given stored procedure, PROC_A, must be executed. Otherwise, PROC_B must be executed. The problem i
public static int Test(int n) { if (n 开发者_StackOverflow社区< 0) return 1; if (n == 0) return 2;
I\'m very novice in python. I have an unchanging cs开发者_如何转开发v, here\'s an example (I just printed it by row in the python console)
I am working on an encryption tool, and I have a file chooser that a user can go into to select a file to encrypt. My problem is fairly easy. After the user clicks the \"select\" button in the file ch
How can I return the pathname from the current file, only 2 di开发者_运维问答rectories up? So if I my current file URL is returning theme/includes/functions.php
Thanks for help with the question I just submitted about anonymous classes. Now I understand more. Here\'s a bit more of an example:
I\'m working with/on an extremely antiquated site that I wouldn\'t put my name to.开发者_Python百科 There seems to a re-occuring pattern in the existing code, along the lines of:
guys I\'m getting crazy I don\'t understand why this doesn\'t work (it always did!) //add new folder $(\"#add_folder_form\").submit(function(event){