All Questions

1
answer

Upload files with web browser C #

I'm developing a process automation system, where my client's vendor site has a part that needs to upload files. All automation is already developed, only missing this part. I have already researched in several forums, and everyone presents the...
asked on 05.09.2017 / 16:42
1
answer

How can JQuery be both function and object?

I know little of Javascript, and I was trying to understand how JQuery manages to be both a function and an object at the same time. I was wondering how it was developed so it could be called as function ( $() ) and e as object ( $.fn()...
asked on 27.10.2017 / 06:14
1
answer

jQuery mask plugin for CPF

I wonder what I'm doing wrong. I'm using this plugin plugin to try to apply a CPF mask (need to be through the CDN) but when I enter the data in the field, nothing happens. Here is my head where I import the CDNS: !DOCTYPE html PUBLIC "-//W3...
asked on 01.11.2017 / 20:01
1
answer

What is the function of getch (); and the conio.h library?

What is the getch(); function used for? What is the library for conio.h; what is the utility? For example in a code type this: #include <stdio.h> #include <conio.h> int main() { printf("Hello world"); g...
asked on 12.11.2017 / 01:05
1
answer

How to know if the list contains both elements that meet and that do not meet a condition, using stream?

I have a list of columns, I need to know if this list contains both columns that are keys as columns that are not keys.    I guarantee the existence of at least one column in the list My column class: public class Coluna { public bool...
asked on 14.06.2018 / 15:41
2
answers

How to change the code when the visitor is mobile? [duplicate]

I'm developing a website, I want the code to change when the user enters the code, it can be with js or html . Example (Visitor using Phone): <a href="fb://page/1703826839873386" target="_blank"></a> Example (U...
asked on 14.12.2017 / 22:11
3
answers

How to save data with AsyncStorage

I'm trying to save data from my phone without using a Database. I found AsyncStorage but I'm not able to implement. saveData(){ let usuario = 'Usuario Top'; AsyncStorage.setItem('usuario', usuario); Alert...
asked on 14.12.2017 / 14:29
1
answer

How did this site "manipulate" the mouse position?

As usual,
asked on 18.05.2018 / 18:37
1
answer

Prevent git merge when conflict exists

When I'm using GitHub for Desktop, and do a pull or push, the App just informs you that a file is in conflict and nothing happens. but when I use gitbash, it automatically starts a merge. I would like every time I make a git pull or...
asked on 11.06.2018 / 12:06
2
answers

Automatic Click along with full screen

I have a site, and on the site the user when they log in will go to a page and that page should be full screen automatically without the user needing to click something. I read that it is not possible for the browser to be full screen without...
asked on 06.06.2018 / 14:55