Question : I have two spreadsheets, both have the same header, with 77 columns. For test I put 4 rows […]
Author: admin
Difficulty checking in MySQL
Question : Firstly I’m starting to mess with mySQL now I’m very lazy on the subject yet I have a […]
Using the JPA repository
Question : Last Saturday I presented my CBT in college and saw that I need to improve the project presented. […]
How to detect the mouse wheel?
Question : I need to detect if the user is scrolling the mouse scroll down. I tried with GetKeyState , […]
Is there any interfaces in python?
Question : In languages like PHP and Java, there are interfaces , which, when implemented in a class, forces it […]
MPDF – Start pagination with variable numbering
Question : I have an application and need to print a document using the mPDF class, however, I need the […]
Updating the structure of multiple databases in Azure
Question : I have 5 SQL database ( Web Edition ) in Azure that should be exactly the same as […]
Select columns in different tables
Question : I’m using Laravel 5.3 and would like to use columns from two different tables related to foreign key: […]
What is the “module” value in the type property of the HTML script element
Question : Recently I saw a code that when adding a JavaScript file was set to the attribute type with […]
Structure of a WebService X Model class
Question : I need to do a web service (asmx) where the Request Entry is in this structure: Request XML […]