Questions tagged as 'dependencias'

1
answer

Circular dependence on ES6 classes using Angular

Hello! I have a circular dependency problem in an Angular project (4.3.X). In the app/models directory there are several files that represent the models received by the API. Scenario: // center.ts import {User} from './user';...
asked by 24.08.2017 / 12:42
1
answer

Requested bean is currently in creation: Is there an unresolvable circular reference?

I'm new to Spring and I need help. I have among others, these classes: package com.cice.crud.domain; import java.io.Serializable; import java.util.List; import javax.persistence.CascadeType; import javax.persistence.Column; import javax.pers...
asked by 20.02.2018 / 20:44
1
answer

duplicate entry: zzc.class

Good day! I'm using firebase and since I used its dependencies I get the following error. Error:Execution failed for task ':Customer:transformClassesWithJarMergingForRelease'. > com.android.build.api.transform.TransformException: java.util....
asked by 23.11.2017 / 17:48
1
answer

Use a factory of drivers in PHP and break dependencies for its use, despite the include or require

I have a difficult doubt to explain. Suppose I have a class in php: file: classA.php <? claseA { //mi codigo de la clase } and I have a factory that creates the instance: file: myFactory.php <? include 'claseA.php' miF...
asked by 09.04.2018 / 18:45
1
answer

Qt Tree View with Checboxes

I modified the example of the Qt website: EditableTreeModel Example so that in the tree view I get CheckBoxes next to each Item. But ... How can I make them dependent on each other? That is, if the parent's ChechBox is selected automatica...
asked by 21.11.2018 / 15:03
2
answers

dependency not found maven

Good I have a problem I try to add a dependency, but this marks me the following    [ERROR] /root/evolplus/backendEvol/evolplus/icova/icova-service/src/main/java/com/applying/icova/service/IdeaServiceImpl.java:[10,42] package org.apach...
asked by 14.03.2017 / 03:35
1
answer

Problems installing LAMP on ubuntu

I am a new user of this system, and I have problems installing LAMP. This is my system: Distributor ID: Ubuntu Description: Ubuntu 17.04 Release: 17.04 Codename: zesty First I did sudo apt-get update and then sudo apt-get install...
asked by 07.01.2018 / 21:18
1
answer

Error starting ubuntu, No init after making a do-release-upgrade from 14.04 to 16.04 (kernel panic) + many unfulfilled dependencies

I have a desktop MSI PC that had Ubuntu 14.04, and I did a do-release-upgrade to go up to 16.04. The process lasted for a while, but ended with a window with error. Thinking that it could be fixed after a reboot. The strange thing is that he...
asked by 14.12.2017 / 19:14
0
answers

Command to see the list of dependencies installed in a project

I always see that some people show a list of the dependencies that they have installed in their projects, I would like to do the same but I do not know what npm command could be done, I am interested in an Ionic project in which I am working ....
asked by 23.08.2018 / 17:07
0
answers

Circular Unit in java

I would like to ask how you could solve a circular dependency: This is the class design that I have: Player class public class Jugador{ private String id; private String name; private PowerJugador power; public Jugador(String id, Stri...
asked by 14.07.2018 / 14:24