Questions tagged as 'atributos'

1
answer

Understanding structures in the AssemblyInfo.cs file

Taking a look at the AssemblyInfo.cs file of a C # project I came across some structures that I am not recognizing. These are the lines: [assembly: AssemblyTitle("")] [assembly: AssemblyDescription ( "" )] [assembly: AssemblyConfigurati...
asked by 02.10.2016 / 00:08
1
answer

How to handle this array code with php?

I have a question about how to handle this array: ["*original"]=> array(13) { ["id"]=> int(1) ["user_id"]=> int(3) ["reference"]=> string(36) "c8d2076672c9631e8c048589f3a9a26f3961" ["status"]=> string(8) "Pendente" ["paymentMe...
asked by 06.10.2018 / 03:05
1
answer

Update an attribute according to two other tables

Company Table CREATE TABLE empresa ( cnpj char(18) PRIMARY KEY, nome varchar(60) NOT NULL UNIQUE, receita float NOT NULL, pais_sede varchar(26) NOT NULL ); Target table CREATE TABLE destino( cidade...
asked by 30.11.2017 / 01:33
2
answers

Information does not arrive in value attribute

The information I get in the user model (getTimeLine method) gets to the homeController, but does not arrive in the homeView in the input type hidden in the value attribute. public function perfil($id) { $dados = array(); $p = new pos...
asked by 12.11.2017 / 01:54
0
answers

Customizing product attributes in woocommerce

Currently, as far as I know, the attributes are created in the product edition under "Product Data" in woocommerce. When you enter the Attribute Value: 30 | 60 | 90 | A drop-down is generated in the frontend. However I need a RADIO to...
asked by 20.05.2015 / 20:56
2
answers

How to assign all the characteristics of one object to another, least one in particular?

I'm creating a card game that runs in the browser and I need in some situations, there may be the same cards in different hands ("Computer" or "Player"). However, I do not want to have to create another object to represent the enemy cards. This...
asked by 23.05.2018 / 21:55
1
answer

List with attributes that present difference between objects - Java

I need to compare two objects in JAVA so I can get a MAP with key and value of the attributes that have difference. I need this logic for a generic object, able to receive any type. Ex: OBJETO 1 - nome: João, email: [email protected]...
asked by 02.01.2018 / 20:07
1
answer

JAVA Attributes Handling

Good afternoon, I have a college job and it's the first semester I'm learning java. The work basically is: Make an interface that would represent any geometric shape, specify area and perimeter methods; Make an abstract class that would...
asked by 11.03.2017 / 20:53
1
answer

Difference between tuple and set

I'm working with python and I was wondering what would be the difference between a set () () and a tuple (). I know that both are delimited with '()'. But I tried to assign a set attribute to a tuple, that is: THIS IS MY SET: (OR WHAT I TH...
asked by 19.11.2015 / 20:57
0
answers

Add attribute in an xml via notation

I have the following structure in java package xxxxx.entities; import java.util.List; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlAttribute; import jav...
asked by 07.11.2018 / 17:57