Questions tagged as 'console'

1
answer

Validator console

Good evening, I need to program a user validator in C # (I own Visual studio). In the console style. I need a value of "id=" in the URL to be changed from a .txt list. link idatualnalista & pc = 05 If you have such a message on th...
asked by 12.01.2018 / 07:37
0
answers

Change the console source

In the photo below, I can change the source of the console by clicking on the top of the window and clicking properties: But how can I change the font and font size of the console programmatically?     
asked by 17.09.2017 / 00:36
1
answer

Code page with accent on Command Prompt

When updating my system application, a command line is called to execute a script to update the database. The script calls the Isql tool of Firebird by sending the file containing the SQL statements as a parameter. What happens is that there...
asked by 08.07.2017 / 00:03
1
answer

Error in the google-charts console?

The graphics are drawn correctly in the html, but this error remains in the console.    VM6537: 108 Uncaught Error: Container is not defined /*Graficos*/ google.charts.load('current', {packages: ['corechart']}); google.charts.setOnLoadCall...
asked by 01.08.2016 / 17:05
0
answers

Java charset - How to correctly read from System.in?

I am creating an application to exchange messages between computers using Sockets, through the cmd or terminal (I want it to run in linux and windows, console application). But I'm having trouble coding. When I read an entry through System.in...
asked by 06.01.2016 / 22:00
1
answer

Terminal emulator in Java Swing?

Hello! Everyone who has worked with Java at least once should have already seen codes intended for use in the console, such as the println() method, located in System.out . I wonder if there is any terminal emulator for Java Swin...
asked by 30.06.2015 / 18:33
2
answers

How do I use% d or% c ... in the cout statement?

I am studying C and C ++ and would like to understand how I could transform this code written with printf() into cout , or how to use the %d %x %c , etc. functions. no cout . int main() { printf("i make...
asked by 02.08.2018 / 18:09
3
answers

For JS code to parse the console

I have a simple code in JS, and I would like to parse the browser console, however as soon as the code rotates the function it reloads the page. Complete code HTML <div class="wrapper wrapper-content animated fadeInRight"> <div...
asked by 29.11.2017 / 19:53
2
answers

Problem receiving char

Why the first time I pass a char value of the error (as if it were empty)? Then on the second try it works normal?    After I received the Initial of the Position or Turn of the error and even then I gave   a WriteLine was with the correc...
asked by 30.08.2017 / 20:42
1
answer

How to apply console.log in angular?

I want to apply console.log in the angular method, but I'm having trouble, I'm doing this; export class CervejaService { cervejasUrl = 'http://localhost:8080/cervejas'; constructor(private http: Http) { } adicionar(cerveja: Cerv...
asked by 22.01.2018 / 18:10