I'm using the Android Studio template and adding this method to the main class:
@Override
public void onBackPressed() {
DrawerLayout drawer = (DrawerLayout) findViewById(R.id.drawer_layout);
if (drawer.isDrawerOpen(GravityC...
I am trying to make a validation that although it validates well but I find two more problems that are related. They are the following:
1. When I use the <?php echo set_value('') ?> for each field and when I return the errors, the f...
I have a program that creates a pid process with fork () and in the child makes dup2 so that what I print on the screen happens to pipeA
dup2(pipeA[1],1);
leer(archivos[j],substring);
Read me print strings of charact...
When I run my application that calls several web services, it sends me an error mentioning the waiting time exhausted.
I have tried to adapt my app.config file in several ways but it still gives me the same error.
Any idea how I can fix th...
I created a custom command in my package.json called npm start that includes tasks like gulp watch & node server.js, when executing it in console the following appears:
events.js: 160
throw er; // Unhandled 'error' event
...
Greetings friends I'm using dropzone.js but when uploading files I get an error which says please help and modify many things and nothing
server responded with 0 code
And I have already modified the php options
I am trying to read a file byte by byte and load each byte as an element of the vector, but for some strange reason the first two elements of the vector appear as strange characters (garbage).
#include <iostream>
#include <fstream>...
I'm starting in Python and programming in general and now that I had a few notes in hand, I started writing a simple program that consists of a menu with different options.
The first consists simply of a loop that allows you to enter ages in...
I have the variable $style = [1, 2, 1] ; in php and what I want is to send this Array as you see it here, in the value of a input hidden of HTML , to capture it in my controller and use it in other...