Questions tagged as 'biblioteca'

0
answers

React implementation with external library (SDK)

I have the following problem, in the project that I am participating in React, the company is considering the possibility of acquiring a tool to capture images (selfie and documents). Something similar to what NuBank does today to open an accoun...
asked by 04.10.2018 / 03:18
1
answer

Why is jQuery becoming obsolete? [closed]

More and more, I find articles (in English or in Portuguese) that speak of this ... Am I wrong to continue using jQuery on websites? What's wrong with him? Is there any other framework (or lib ) that I should learn to set asi...
asked by 31.01.2018 / 14:35
0
answers

How to generate a SHA-3 hash with Crypto ++, using a string as input and output?

Crypto ++ is a non-standard open source C ++ class library of cryptographic schemes. With it it is possible to use the hash function sha-3, however I have no idea how to use this library, even though it has documentation, I still find it confusi...
asked by 19.05.2018 / 19:32
0
answers

Display of graphs in c ++

Does anyone know of any library that manages graphs in c ++? or do you have any idea how I can develop this?     
asked by 20.04.2018 / 22:11
0
answers

Import modules on demand

I'm using a lib in my project and I load the components I use through the commonjs module system. The code looks like this: let echart = require('echarts/lib/echarts'); require('echarts/lib/chart/scatter'); require('echarts/lib/component/title...
asked by 24.02.2018 / 19:10
0
answers

Python library error

Yesterday I installed the chatterbot by the pip method only when I'm going to import something from his library into the pycharm of the error as if I had not installed it: import chatterbot ModuleNotFoundError: No module named 'chatterbot'...
asked by 13.02.2018 / 12:55
0
answers

Problems using the Windows API Common File Dialog

I'm trying to use a windows API called Common File Dialog to create a window to open and save files. However I can not use the sample code that is there: link First of all: IFileDialog. It seems to be contained in a library called "Shobjidl",...
asked by 28.01.2018 / 01:02
0
answers

Error in library when running outside the IDE

I am connecting the application to a bluetooth device through a library, it runs perfectly inside NetBeans, but then when I go through the .jar it gives this error: Exception in thread "main" java.lang.NoSuchFieldError: an_in at java.l...
asked by 18.10.2017 / 22:38
0
answers

Linker error in java library (NetBeans)

I'm having trouble with a library that I imported. What I did was simply extract the zip file from the library and then on Libraries I used the Add Jar / Folder to import the librarian into the project. The error I'm having is the following: N...
asked by 17.10.2017 / 12:04
1
answer

Import library org.apache.commons.io.input from Java to Eclipse

I need to use the ReversedLinesFileReader class, which belongs to the org.apache.commons.io.input library. @TomMelo told me that I should include a dependency on this library in the pom.xml file for Maven . This is the dependency: mvnrepos...
asked by 08.10.2017 / 23:18