Posts by João • 117 points
4 posts
-
2
votes3
answers1954
viewsQ: optimize jquery datatable with a database with more than 30,000 records
What is the best way to optimize database data return? the ideal would be to store (on the server-side) all data (select * from data) in an array of objects and send it to the client-side? from…
-
2
votes2
answers485
viewsQ: How to maintain indentation and line breaks when saving a text file via javascript
I was able to find a script that saves a text file (client-side). access link: http://thiscouldbebetter.neocities.org/texteditor.html Doubt: let’s say I "printe" this in the text box and have it…
javascriptasked João 117 -
5
votes4
answers11166
viewsQ: Recover a file in GIT
I have two folders (test-git1 and test-git2), in both I gave a clone of the server repository. If I accidentally delete a file inside the test-git1 folder, how do I recover it? I tried to give git…
-
2
votes2
answers683
viewsQ: odd characters when printing in the textarea
I’m having trouble printing the characters correctly. if I write anything inside the html, the characters are normal. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> if I…
javascriptasked João 117