Posts by Diego Ribeiro • 26 points
3 posts
-
0
votes2
answers475
viewsA: Select to Schedule in Mysql Meeting Room
This query solved my scheduling problem SELECT * FROM booking WHERE space_id = 2 AND :dataInicio BETWEEN dataInicio AND dataTermino OR :dataFim BETWEEN dataInicio AND dataTermino OR ( :dataInicio…
-
1
votes2
answers2623
viewsA: View PDF in Webview
You can try opening the PDF with the help of Google Drive, https://docs.google.com/gview?embedded=true&url=http://educere.org.br/wp-content/uploads/2015/10/example.pdf PS: Inside the web view,…
-
0
votes1
answer562
viewsA: Ionic Cordova run android Error
You can try using: adb start-server and then adb Devices (to list the Vices) if no device is displayed you need to check your adb and also the device drives that you are connecting to the USB If the…