Most voted "dependencies" questions
There is a dependency between two elements if changing to the definition of one element can cause changes to the other.
Learn more…20 questions
Sort by count of
-
29
votes2
answers13485
viewsComposer - Autoload and PSR-0 vs PSR-4
I’m starting to study Composer and am developing a system where I separate files from the core of the application files, as follows: / root |-- /src |-- /App |-- /DBConfig |-- /Controller |-- /Model…
-
24
votes1
answer1187
viewsHow to use virtualenv to manage dependencies on a Python application?
I need to manage the dependencies of an application Python that I am developing, so that it is easy for other team developers to work on the project using the same versions of the packages that I am…
-
10
votes1
answer541
viewsHow to install the dependencies of a Durandal project using Mimosa?
Let me explain the question. I would know the answer if the question were: "Como instalar as dependências de um projeto Laravel usando Composer?" In the world of PHP, using Composer, we can create a…
-
8
votes5
answers42558
viewsHow to delete data from a table with dependencies in other tables
I need to delete data from a table that has dependencies on other tables. For example, so that I can delete a data from the person table first I have to delete a dependency that exists in the…
-
4
votes2
answers1731
viewsHow to handle dependencies (DLL’s) in Delphi/Lazarus?
How do I find out which ones DLL’s I must distribute along with my application for it to work on any machine? I know Installshield - which does business in an automated way - but I would like to…
-
4
votes1
answer4795
viewsApache Maven scopes usage situations
The question is about the different values that can be assigned to the property <scope> of the Apache Maven dependencies, and what criteria should I establish for the use of each of them.…
-
4
votes2
answers3752
viewsWhat is the difference between Compile and Implementation in the Android Studio build.Radle file?
Whenever I will add some library manually in the file build.Gradle (Module: app) of Android Studio 3, I use the format implementation, because this is the way that Android Studio itself uses by…
android android-studio gradle dependencies android-gradleasked 6 years, 9 months ago Chinnon Santos 349 -
2
votes2
answers105
viewsWhat are dependencies in a framework for?
I’m completely new to this framework issue and I can’t find any answer on google about this question. What are dependencies and what are they for? What do they do?
-
2
votes1
answer930
viewsAutoload PSR4 class
I would like to create a class of autoload to follow the recommendations of PSR4 which can be used jointly and independently of the autoload of the Composer. The application I’m creating will have…
-
1
votes0
answers39
viewsConnection error in Composer install?
I’m having trouble turning the remote composer install no Laravel. I am very beginner in the use of it yet, so I have no idea what could generate this error: > php artisan clear-compiled Erro na…
-
1
votes1
answer207
viewsInstantiating an entity within another entity: how to do it?
The class Estado depends on the class Pais. What would be the difference between me doing this: And do this? I mean, what’s the difference between me instantiating the class Pais within the class…
-
1
votes0
answers5
viewsMaven dependencies inserted in Deployment Assembly disappear after giving Maven -> Update Project
Guys, my question is this: I have for example the following folders: (Each project obviously in its separate folder) Project1 Project2 Projectofinal When I will generate the build of the…
-
0
votes0
answers46
viewsCheck dependency/link between PHP files
I have a legacy application where I work and I know there’s a lot of junk in the code. I need to delete these junk and leave only files that are actually in use. Does anyone know any tools or…
-
0
votes1
answer112
viewsInsert license as dependency on a Maven project
EDIT: the problem still persists, posted below, in my reply, new information about the problem. Thank you. Hello! I did some tests using the Jxbrowser library and I intend to use it in my academic…
-
0
votes1
answer1053
viewsWhat are/do these dependencies?
I started working with programming about three weeks ago, they gave me the code and I’m lost. Until yesterday I only knew how to leave the Eclipse terminal, and now I have all these libraries (I…
-
0
votes2
answers183
viewsReference System.Configuration
I’m trying to use the System.Configuration reference to finish integrating the instances of my code with a block .txt. However, I noticed that unlike the Visual Studios present in youtube videos,…
-
0
votes0
answers458
viewsError: method does not override or implement a method from a supertype
I have a project in Android Studio for a solution in the company where I am working. The project is two years old or so, and when I imported it from svn for the IDE I started having problems with…
-
0
votes0
answers31
viewsDependency Errors
I have a problem with the project dependences, yesterday I worked normally and today, as soon as I opened the project and built, the errors appeared... I tried to accomplish the clear, reinstall the…
-
-1
votes1
answer61
viewsError in dependencies
Hello, I’m starting to develop a web application with . Net CORE. have installed the . Net Core SDK 2.2.103 and when I open my project, I have some errors in the dependencies as shown below: This is…
-
-1
votes1
answer37
viewsPostgresql installation error in Mint 19
I am trying to perform the installation of posgresql on Mint 19 when I received a dependency error, making some searches discover that I could try the command dpkg --configure -a, but I received the…