All Questions

5
answers

Php files are not running on ubuntu

Hi, I'm working with php mvc without frameworks on ubuntu and apache . When I work with codeigniter everything works fine, but% co_of pure% no. It's weird because I can see the files in the browser at the root o...
asked on 10.06.2016 / 22:48
1
answer

Problem with bootstrap column

Good morning, I have this problem What I want is that the last column fills the height (height) of the page without affecting the other columns as seen in the image below begin. <div class="container" id="wrapnoti">...
asked on 08.06.2016 / 21:48
3
answers

Compare hours in Java

I am learning Java and I try to make a program that controls the hours of a working day. The idea is: I ask the user for a start time (HH: mm) (of his work for example) and an end time (HH: mm). I keep that in order to be able to work with it la...
asked on 11.06.2016 / 18:13
2
answers

It is possible to put the ng-include directive inside a head

Greetings I'm using angularjs in the front end but my web application is not a Single Page Application, it's a classic application where the browser makes a request to the server for each page that the user requests. I want to abbreviate my c...
asked on 06.06.2016 / 18:39
2
answers

Open activity from a push notification

I am working on a Hello World application that receives PUSH notifications. Everything works correctly, and where I install it, I receive notifications when I run the python script. The problem that when the notification appears I do not k...
asked on 11.06.2016 / 11:05
1
answer

Problem dllimport C # on web

Dear, I have found it very difficult to find the solution to this problem: It turns out that I am using third-party dll which can not be integrated into the project in visual studio. Using the dllImport function I have managed to use them wit...
asked on 06.06.2016 / 19:49
1
answer

How to solve the error undefined reference to '__imp_WSAStartup'

I thought how can I access web pages through a program in c ++? one thing led to the other and I found myself reading about Sockets on the microsoft page Creating a basic Winsock application and initializing Winsock . Well, put all the code...
asked on 19.03.2017 / 04:08
1
answer

Entity Framework returns Null

Good I have this store @CodRegistro NVARCHAR(20) = NULL, @UsuarioWindows NVARCHAR(11) = NULL, @CodPersonal CHAR(5) = NULL, @IP NVARCHAR(11) = NULL, @TipoMetodo INT, @Query NVARCHAR(50) = NULL, @Pagina INT...
asked on 28.03.2017 / 16:04
2
answers

change radioButton status generated by code?

I am generating a RadioButton series by code and I have not been able to change the state when a RadioButton loses the status of checked. Currently when you checked one and checked another, both are checked. what I'm trying to do is not to...
asked on 27.03.2017 / 23:14
1
answer

Error compiling in GCC linux

#include <stdio.h> #include <string.h> #include <stdlib.h> int main(int argc, char const *argv[]) { int a; a=50; //imprimo a printf("El valor de a: %i \n",a); printf("La dire de a: %i \n",&a); //...
asked on 29.03.2017 / 16:54