I explain:
I have a String in Java :
String numero = "59.2348837";
this is what I'm trying to do:
String.format( "%.2f", numero)
And I try to get as a result:
String resultado = "59.23";
But it throws me an error becaus...
I want to edit a record using its id and I have the following code in my view:
<a href="{{route('guest.edit',$g->id)}}" class="btn btn-simple btn-warning btn-icon edit"><i class="ti-pencil-alt"></i></a>
And so I h...
I'm working with android studio and I want the answer to only show it to me with only two decimals, I do not know where that is done, only I can be with format ()
public class MainActivity extends AppCompatActivity implements
View....
Hello everyone, is that I try to solve a problem with minor and major fixes and make their difference but ... the program defines well the major element but not the minor so is the arrangement
2 5 3 7 12 9 8 5 4 10
Define the biggest on...
I have a table in the database in which I keep all the functions of my menu, it has the following columns:
table: functions /
columns: id, father_id, icon, link, title
And I want to order the parents and children as I have registered in th...
Hello friends, could you help me with the following:
I have a field with a timestamp format and I would like to know how to get the next Monday at midday to save it in date_end .
journay date_start date_end
1 1515200400 1...
Well this would be the code, unfortunately I'm just watching videos ... I do not have a raspberry, where I live so cheap they are not ... what confuses me here is the conditional While, it says while it's true ... in In any case, when I see that...
I have the following JSON
"values": [
["Martes", "pan", [8, [4],[0]], 7.381498329613434]
]
}
What would be the way to show the value: 7.381498329613434 in my Javascript console?
Thank you very much
I'm currently producing an HTML text that I'm trying to align, I'm doing it raw, using .
This is an example (do not pay attention to the <font color ... that I plan to improve for CSS):
<div class="page_b...