All Questions

1
answer

Itextsharp - Name of PDF depending on variable

I currently have a code with iText to create PDF with a fixed address in this case: PdfWriter writer = PdfWriter.GetInstance(doc, new FileStream("C:/Atreus-Export/presupuesto.pdf", FileMode.Create)); My question is how can I make the PDF na...
asked on 04.09.2018 / 12:34
1
answer

See months of the Javascript calendar

I'm trying to make a calendar like this web: link what instead of the months they appear to me vertically, I would like four months to appear for each line, in plan January-February-March-April and then 4 more and so ... The step I'm going...
asked on 25.06.2018 / 16:19
1
answer

How to recover variables sent by Angular in PHP?

I'm trying to send a data by getting from an Angular 5 service to an API in PHP. The way I send it is like this: public getMembers$(id): Observable<any> { return this.http.get(this.URL + 'read_records.php?id=1'); } The variable t...
asked on 23.06.2018 / 12:12
1
answer

Send e-mail taking data from a Database?

Hello friends, I have a problem with only one line of code that no matter how hard I search, I did not find any solution. Use laravel: 5.6 Mysql-MariaDB I have this: And in the part of $message->$usuario->email that is to t...
asked on 22.06.2018 / 00:21
2
answers

convert array to certain format

I have 2 arrays in javascript that you need to convert to a specific format, the current format of those 2 arrays is: "diavalor": [ "15", "27", "44", "63", "-1", "8",...
asked on 31.08.2018 / 02:07
1
answer

pass an array with swiftyJson to model using JSON with init (SWIFT 4.2)

I have a JSON where there is an array of images, I want to use SwiftyJson to bring that array ... and in the model I use an initializer - > init (json: JSON), so when iterating with: let suggestions = json["industries", "Suggestions"...
asked on 30.08.2018 / 16:34
1
answer

Spring Boot + Maven: Project build error: Non-resolvable parent POM

I am creating a Spring Boot project using the Spring Starter Project. At first I did it normally a couple of times a few days ago. Today I try again and I find this error. The description of the error is this:    Project build error:...
asked on 02.09.2018 / 21:09
1
answer

Error in jQuery, when sending FORM: Maximum call stack size exceeded

Uncaught RangeError: Maximum call stack size exceeded at xb (jquerymin.js:4) at xb (jquerymin.js:4) Hello, I try to send the following form, and I receive this error by console: <form id="form_comentarios" action="POST"> &l...
asked on 07.09.2018 / 15:22
2
answers

Search MySQl field created in the same query

Good morning. I have the following query: select p.id_alumno as id,('estudiante') as tipo, p.url_imagen, concat_ws(' ',p.nombre,p.paterno,p.materno) as nombre, e.nombre as empresa,concat_ws(' ',u.nombre,u.apellidos) as solicitante, p.f...
asked on 30.08.2018 / 18:17
1
answer

Problem with Hibernate

I just had a problem when inserting a product (in this case) in the database. I'm working with the mapping and it always returns "false". I can not find where the possible failure may be. I show the classes. Class Mapping Products: pub...
asked on 04.09.2018 / 08:55