Interesting questions
-
8
votes1
answer2785
viewsHow to run Assembly inline in a code with variables in C?
From an example book, I was able to run the following Assembly (AT&T) code with gas, which returns a message with the processor name: .section .data output: .asciz "The processor Vendor ID is…
-
0
votes2
answers141
viewsOnfocus function in Select2 input
I have a form where each field has a save action, is a "form". For this, each time I select a field, a save and cancel button appears to it. Meanwhile, with a field select2, these buttons do not…
-
1
votes2
answers786
viewsCount lines
Good am using Laravel 5.2 and I have much doubt to count the lines related to my research. I need to return the number of products within Categorias and SubCategorias. My relationship is as follows,…
laravel-5asked 8 years, 9 months ago Renan Rodrigues 3,709 -
1
votes1
answer71
viewsUsing ES6 Proxies with ES6 Maps
I’m about a day and a half researching about Maps and Proxies to go deeper into the issue of looking at arrays, objects and so on. But I came across a problem, I can’t use the Proxy in the Map. When…
-
0
votes0
answers51
viewsReplication Does Not Work
In my configured replication, Slave does not execute Master’s instructions and also does not ignore the tables and the database I specified. I’m using the MySql 5.5 Follows the Archive my.cnf…
-
0
votes1
answer25
viewsConvert Nodelist to String(?) / Capturing Checkbox values (javascript)
I am creating a form and would like to capture values from it, and while submitting I review it on the screen. However one of the fields is checkbox and the user can choose more than one option, as…
-
1
votes1
answer830
viewsRead XML with Java
I’m using the following code to send a .xml via SOAP package consumirwebserviceporrequisicaoxml; import java.io.ByteArrayInputStream; import java.io.IOException; import java.io.StringWriter; import…
-
1
votes1
answer456
viewsProblem with simple validation messages directive
I have the following directive: //diretiva responsavel por facilitar a passagem de campos para a validação App.directive("validateMsgFor", function(){ return{ templateUrl :…
-
0
votes1
answer145
viewsJquery Javascript tab system
I have a system with tabs on JS/Jquery, that to unite with the Owl.Carousel he gives a bug a bit strange, I’ve tried everything to fix the error and do not understand what may be causing the…
-
0
votes1
answer881
viewsDelete file in Delphi use
Does anyone know if it is possible to delete a file on Delphi, using the function DeleteFile, when the file is open? Thanks in advance.
-
0
votes1
answer71
viewsHow to open Webview in the last URL accessed
I’m making a web app with just one nick login. Every time someone opens the app, they only enter the variable url where the page asks for the nickname, but I wanted it to save the last URL to access…
-
0
votes0
answers30
viewsDatabase Entering even without PHP script execution
Hail!!! I have a PHP script that breaks sentences in array and inserts word by word in BD. Until then all right, the bid starts when even without the script being active or session it remains…
phpasked 8 years, 11 months ago Christopher Tavares 325 -
1
votes1
answer401
viewsReport Viewer Schema 2016
When adding a parameter to a ReportViewer is happening from the version of schema move to 2016, which brings me to the following error when trying to render the report Message: Test method…
-
-3
votes1
answer45
viewsput information at the end of the report in Crystal Reporting
I want to put a piece of information at the end, on a page, part of the report, in Crystal Reports. I tried to put a new group footer but the header appears. By setting the condition…
crystal-reportsasked 6 years, 1 month ago Aliona 1 -
3
votes2
answers300
viewsLoop with "for" in a form with equal field sets
I have a data capture of a form where are fields 5 sets of equal fields. I want that at the time of capturing for my array, I do not need to repeat: array[1] = post1, array[2] = post2 I know you can…
-
-2
votes1
answer61
viewsDual tag selection in visual code
There is a problem in my VS code, the tags are simultaneously selected above and below, have some configuration to leave only the top]1 Thanks in advance!!…
visual-studio-codeasked 5 years, 7 months ago Pinheiro Neto 91 -
-1
votes2
answers52
viewsWith extract list from a link
I bought a proxy api and every time I give F5 it gives me a new proxy list. How can I make a PHP that gives a curl and extract all this list for a textarea every minute (is the waiting time for the…
-
5
votes3
answers756
viewsSend parameters via GET
I’m making a requisition the following way. http://localhost/sistema-agenda-server/tarefas/listAll?id=1 I asked to see in the answer the generated sql and got the following answer: SELECT * FROM…
-
3
votes1
answer361
viewsProblem sending email via PHP. Hidden copy is not coming
I have a PHP file on a website that receives via POST the return sent by Pagseguro on purchases made on the site -- client name, amount paid, e-mail... finally, all the information regarding the…
-
1
votes0
answers191
viewsCSV file via FTP automatically
Dear, I have a doubt, I have a script in php that already creates a CSV file for the machine itself. I need this CSV to be sent to an FTP automatically daily, however I am not able to think of the…