Questions tagged as 'windows'

1
answer

Chrome stops requesting localhost

I'm having a very bad problem with a site on Django, running on apache on a windows 7 32 bit. The site always runs on localhost via chrome in kiosk mode but has internet connection via wifi. The problem is that, the pages have buttons whic...
asked by 09.08.2017 / 01:40
0
answers

Error creating Windows Service with C #

I am new to the use of visual studio, I am trying to create a windows service from this tutorial tutorial to create windows service but in TestService.cs I get the error Object reference not established as an instance of an object , below I l...
asked by 21.07.2017 / 20:47
0
answers

Cordova Emulate Android

Error trying to run the android emulator:    Error: No emulator images (avds) found.   1. Download desired System Image by running: "D: \ Users \ jrodrigu \ AppData \ Local \ An   droid \ sdk \ tools \ android.bat "sdk   2. Create an AVD...
asked by 14.08.2017 / 04:02
1
answer

Help with cron to backup a MySQL bdd

I want to create a backup of my database (MySql with phpMyAdmin) and I found the following script to be able to automate it: echo off mysqldump -hlocalhost -udb_admin -pContrasenaDb bdd_n1 > copia_seguridad_%Date:~6,4%%Date:~3,2%%Date:~0,2...
asked by 16.07.2017 / 13:47
1
answer

How to open a pdf file with Django?

I'm new to Django, I'm using Windows 7, Django 1.11 and Python 2.5.2, I need to open a PDF file from the local disk, when I click on a button How can I achieve that action? Thanks     
asked by 09.06.2017 / 22:32
1
answer

PHP Linux path does not work

Very good, I want to change some routes from windows to Linux, to do verifications, and in Widnows I have these that work: $BACKUP_PATH = "C:\\xampp\\htdocs\\deimos\\vista\\backup\\backup_"; $nowtimename = date('Y-m-d',time()); $fileName = $BA...
asked by 12.06.2017 / 10:01
1
answer

Curl from wamp windows7 64bit unanswered external website

Good afternoon, I'm trying to make a call to a website using curl, from php, from windows 7 64bit, using wamp v2.2 and php v5.4.3. This returns a null. If in the same code I change the URL for a local, the curl works. Download a fix for the curl...
asked by 04.06.2017 / 21:02
0
answers

Receive message with GetMessage of type struct and assign it to a variable

I have already sent the message to the desired thread through PostThreadMessage and in the lparam parameter I pass the memory address of the structure I want to send: PostThreadMessage( p->idHilo, WM_USER, 10 , (LPARAM)&estructura);...
asked by 21.05.2017 / 00:47
1
answer

Copy the image Captcha to a picturebox C #

I am doing a small program that only serves to open a session on a page, but I would like to see the captcha code that shows the same in a PictureBox of my program. Is this possible? : huh: I already know how to make what I enter in a Textbox...
asked by 15.05.2017 / 20:19
2
answers

BATCH: Count the folders inside a directory and return them in a variable

I need a Batch file ( .BAT ) that reads all folders in a directory (not counting the subfolders) and returns them in a variable.     
asked by 05.05.2017 / 19:30