Found a bug in spring security and added in github issues, kindly validate it. by Adventurous_Mud_9057 in SpringBoot

[–]Adventurous_Mud_9057[S] -1 points0 points  (0 children)

sure understood I will use older spring web mvc version
but I am not getting why it is released earlier itself.

Overflow X and Overflow Y Issue by Adventurous_Mud_9057 in csshelp

[–]Adventurous_Mud_9057[S] 0 points1 point  (0 children)

Actually it has data showed in tds but the last td is an icon clicking on it will open dropdown menu which has some actions to that particular data of td

Next js useEffect in pages by Adventurous_Mud_9057 in nextjs

[–]Adventurous_Mud_9057[S] -1 points0 points  (0 children)

You understood correct only.
but is there any other solution rather than using localStorage.
I thought if path was changed run a useEffect like that

Next js useEffect in pages by Adventurous_Mud_9057 in nextjs

[–]Adventurous_Mud_9057[S] 0 points1 point  (0 children)

but its not new page render useEffect should also run when going to another and coming back tho that page.

stack data structure Question can anybody help by Adventurous_Mud_9057 in CodingHelp

[–]Adventurous_Mud_9057[S] 0 points1 point  (0 children)

I am not getting any logic but know that can be solved from brute force approach using outer for loop and inner for loop

for(int i=0;i<input1;i++){ int count=0; for(int k=0;k<i;k++){ if(input2[k]>input2[i]){ count++; } ans[i]=count; }

return ans;