Questions tagged as 'windows'

1
answer

Admin permission to run netsh in java

In a java program I developed, I need to open a connection on port 21 (ftp), but Windows 7 by default blocks this port. I tried to add a rule in the firewall allowing the connection using Runtime.getRuntime (). Exec ("netsh ..."), but netsh need...
asked by 12.05.2017 / 02:40
1
answer

How do I find out how long an application is running?

I have to figure out how long an application in windows is running, the application itself, it was not me who created the application, I already researched and could not find anything, using logic, wanted to know if it has how to make some in th...
asked by 29.05.2017 / 13:35
1
answer

windows service c # - error 1053

Create a Windows service C # application, I use a setup project to do the service installation on windows, when I try to start the service on windows the following error occurs: error 1053 the service did not respond to the start or control r...
asked by 01.02.2017 / 12:44
1
answer

Error making a return in windows form c #

Someone could give me a hand, please, I'd like to know what I'm doing wrong for this giving this error when it returns. I want to show in Grid these fields: SubCategoriaId, SubCategoriaNome, CategoriaId, CategoriaNome I have a parame...
asked by 22.06.2016 / 10:42
1
answer

How can I get documentation for Windows 7 DLLs?

Where do I get complete documentation of how to use and how to use the functions / procedures of Windows 7 DLLs?     
asked by 27.04.2016 / 02:47
1
answer

What is the difference between IDLE Python 3.5 Shell and Python 3.5 (CMD)?

I installed Python for Windows on my machine but I had a question: Both IDLE Python 3.5 (Shell) and Python 3.5 (CMD) were installed. Is there a difference between them? Do any of them have more features or something?     
asked by 04.04.2016 / 03:25
1
answer

Problem in autoload under test with PHPUnit and Composer in Windows

I'm having a problem with Composer in Windows 7. I developed a project with the following structure: Simpla_HTML |--/src | |--/Simpla | |--/Html | |--/Element.php /---tests | |--/Simpla | |--/Html |...
asked by 28.10.2015 / 15:50
1
answer

Freeze Windows clock [closed]

Would it be possible to freeze the Windows clock with Python? If yes, what library does this?     
asked by 14.03.2015 / 12:51
1
answer

getimagesize () does not work in Plesk + Windows

I have the following code: $info = getimagesize($this->tmp_name); When I parse the $ info variable, I checked that it was empty. I checked that the GD library was installed. I checked the write permissions on folders. I checked...
asked by 17.11.2014 / 17:42
3
answers

Managing Ruby / Rails Versions in Windows

I use Windows and I have Ruby / Rails installed on my machines using Rails Installer . Currently I have installed Ruby 1.9.3 and Rails 4.0.2. Today I read about the new Rails 4.1 and thought: If I installed Rails 4.1 on my machine,...
asked by 30.04.2014 / 14:46