library tag

18 questions


1 answers
144 views
0
How to import two versions of one library from Java Gradle

Bringing dependency to GradleI need a library called A and B.However, both A and B need different versions of the library called C, resulting in library conflicts.I need to get C for A, and another ve...

2 years ago

1 answers
125 views
0
How do I add a jar file to the maven project?

How do I add a jar file that is not yet a Maven repertoire to my project library source folder directly?


1 answers
120 views
0
How do I lowercase std::string?

How do I lowercase std::string?Is there any other way besides my sauce?This looks so messychar upperToLower(char in){ if(in<='Z' && in>='A') return in-('Z'-'z'); return in;}...std::trans...


1 answers
88 views
0
Do you know which of the jQuery libraries provides the strongest chart function?

Is there any jQuery library that provides the strongest chart function regardless of cost?I have JQWIDGETS in mind for now..

2 years ago

1 answers
101 views
0
Coding test available library?

I heard that companies are introducing a lot of coding tests these days.In an environment where tests are performed, whether online or offline, I wonder how the package (library) is limited.For exampl...

2 years ago

1 answers
106 views
0
Is there anything in the JS library that I can refer to for making UI like this?

I need to implement it, but I don't know if it's possible. It's a dilemma.There are three DIVs, A, B, and C.At first, BDIV is hiding.If you scroll with A and C attached, it goes straight up, and if yo...

2 years ago

1 answers
115 views
0
Can I install the Python library myself?

The Python version is low, so I can't download the Python library on PipCan I get modules such as requests directly from the site and move them to the Python library folder?Where can I download the mo...

2 years ago

1 answers
83 views
0
Can I use a different version of a library like Python?

I'm using Transformers for PythonIt's compatible with the old version of the library In one Python,I want to use both versions of 3.01 and 4.10 together, is there a way?

2 years ago
« - 2 -

© 2024 OneMinuteCode. All rights reserved.