Questions tagged as 'console'

0
answers

C # - Reading Excel

I was able to read an excel file, but when displaying console the information does not get any spaces, how can I make room in the middle? kkkk usingSystem;usingSystem.Collections.Generic;usingSystem.Linq;usingSystem.Text;usingSystem.Threadin...
asked by 06.11.2018 / 17:16
0
answers

Help to use the console of an application in Elixir

Talk about it, my scenario is this. We have an elixir backend application that has a bug on the server so that new users can not make a new app in the app, but old users can use it normally. I need to insert a new user manually by the Elix...
asked by 16.10.2018 / 16:57
2
answers

Compare and print comma-separated data

I can not seem to make the comparison with the data in the notebook. This data is entered all inline and separated by; In short, enter    value; description; day; month; year if (dia == "" || mes == "" || ano == "") { ERRO erro = new ER...
asked by 17.08.2018 / 19:30
1
answer

C # List Console

How do I display only the third list values, in the case of ("500, 900, 2000, 1500, 2000)." And as I do this same process to display only the third values of the list that has associated the second value of the list equal to "Rectangular Table...
asked by 21.07.2018 / 18:22
0
answers

vSphere Client - Web Console - Keyboard does not print bar ("/" and "\") nor pipe ("|")

I have a virtual machine using Debian 9 as an operating system (OS). I'm trying to access the OS directories, but I need to use the slash (/). The problem is that the VMWare Web console is printing ";" in the place of the bar and no other key...
asked by 29.05.2018 / 22:48
0
answers

php commented within the console

I have the following test code: <html> <head></head> <body> <?php echo 'teste'; ?> </body> </html> Should only show written test on screen, however while executing the page is blank. When opening th...
asked by 26.04.2018 / 14:40
0
answers

What folder structure for the dll project in .NET framework I'm going to play in the main project

I have a vs2017 solution with a main project that will use a dll project as a reference. I created the model, business and repository folders in the dll project Main project use the dll in the main class. What goes into each folder in the...
asked by 05.04.2018 / 19:42
0
answers

Chrome console error

In the console in the chrome browser, I have these errors: I have to worry. Chrome only content-script.js:12 Unhandled rejection Error at child.onBeforeRender (chrome-extension://cpaibbcbodhimfnjnakiidgbpiehfgci/scripts/frames.js:4:18911)...
asked by 28.03.2018 / 06:01
0
answers

How do I keep changes made by the browser console?

Hi, I was seeing the code from some websites on the internet by the console and making some changes to see what happened, and it got to a point where I wanted to save all those changes, even if only for me. (since I know that on the site server t...
asked by 05.03.2018 / 02:36
0
answers

How do I know where a specific script is running in a particular HTML element?

Has a javascript running on a particular page, I'd like to find out where it is, ie the path or at least the name. For example: "./files/global.js.download". I have a page that has several with js, if deleting one gives to find out but it is ver...
asked by 18.01.2018 / 15:44