Posts by Gleyson Abreu • 35 points
5 posts
-
0
votes1
answer88
viewsQ: Link 3 tables in an SQL query
I’m in a quasi-deadly doubt I don’t know will it be possible to run with just one query. I have three tables in the bank where they relate to foreign keys so far everything well I am able to relate…
-
-1
votes1
answer41
viewsQ: I can’t return the url of an android image
I’m using the following code to record data and images in firebase and it’s even working, but the image link I’m not able to capture. var uploadTesk: UploadTask = imageRef.putBytes(dadosImage!!);…
-
1
votes0
answers28
viewsQ: Convert numbers to decimal in assembly8086
Guys I’m trying to develop a adding calculator in assembly8086 only I’m not able to convert the numbers into sums above 10, if adding 4+5=9 works perfect now if I add 8+2=10 it didn’t display the…
-
1
votes1
answer111
viewsQ: Add class with a span when there is @/#
On Twitter or Facebook, when we type a hashtag the text background turns blue, as in the image below I’m trying to do this on js using the .keyup() in a div[contenteditable=true], I am doing with…
-
1
votes0
answers91
viewsQ: How to make Friendly Urls instagram style
I made a FRIENDLY URL only it’s like this: I wanted the link to be like this: www.site.com/usuario1/, I mean, when the guy puts www.site.com/usuario1 it was redirected to the www.site.com/usuario1/.…