Posts by Alexandre Barreiro Neto • 64 points
4 posts
-
0
votes0
answers178
viewsQ: Target Problem of Angular Components 2 with importing external Javascripts
I have a problem and I believe it is related to the scope of Components in Angular 2. First of all, I would like to comment on the division of the project. It is divided into five components, the…
-
1
votes1
answer89
viewsA: date problem
try as follows: String str = new SimpleDateFormat("dd/"+"MM"+"/yyyy").format(new Date());
-
1
votes1
answer121
viewsA: how to fetch table values in C#
A simple example I can give you is the following: Let’s say I have to fetch all the customer data (which is not repeated) from my database. // String de BUSCA SQL (No seu caso será o de UTILIZADOR)…
-
2
votes2
answers971
viewsQ: Read files in reverse way
My goal is to read a file (line by line), but starting from the end of the file (last line) to the beginning (first line). One could give a possible idea of performing this procedure? Was using…
javaasked Alexandre Barreiro Neto 64