Posts by Diogo Calazans • 153 points
3 posts
-
0
votes1
answer121
viewsQ: Update Memorystream when replacing Bookmark
Guys, I’m doing a job RESTFUL in C# that has a method that receives a byte array of a document WORD, and in this document I need to replace existing bookmarks with text that are also passed in the…
-
1
votes4
answers4278
viewsA: Mysql performance with Innodb in large data mass table
One thing you can do is follow @Havernard’s suggestion, if not the table has no constant modifications. The other is in your consultation bring just what you really need, nothing SELECT * FROM, and…
-
4
votes2
answers6542
viewsQ: Currency mask problem in input
I have a problem with the coin mask with Angularjs. I found this thread in Stackoverflow in English. The mask works beauty by typing in input and arrives right in the controller, but when I send…