I have a search field at the top, which is just a filter, like this:
<div class="bar bar-subheader bar-light">
<label class="item item-input item-floating-label">
<i class="icon ion-search placeholder-icon"></i...
How do I place a vector in descending order?
public static void vetor() {
int[] vet = {
7,
4,
10,
8,
2,
5
};
Arrays.sort(vet);
//Comando para colocar em or...
I'm connecting to the SQLite database with the following code:
public SQLiteConnection conn() throws SQLException{
String path = System.getProperty("user.dir");
try {
return new SQLiteConnection(path, "DadosPastas.s3db");...
I made a View to send to a client, but I can not pass the general login and password for it. That way I created a user ( cliente_view ) and I would like it to only view the created View (sales_view_view).
How to do this process...
I can not differentiate between either MVC or MVVM. What really differentiates MVC from MVVM? In job interviews, they sometimes ask just that, how you differentiate one from the other.
I have an MVC project with Individual User Accounts, I use Roles for access management and everything works fine.
I recently had the need to create a file manager on another server, I created a WEB API project and I communicate via HttpClient, t...
I'm trying to access the authorization for RS invoice authorization .
On access I get the following message:
Server Error in Application "PRNFH / WS / NFEAUTORIZACAO"
HTTP Error 403.7 - Forbidden
The page you are attempting to acce...
Alright? I'm having difficulties, I hope you can help me ...
I'm studying Ionic 2 very soon and thought of making a simple application. In JavaScript I did it quietly, but with Ionic does not work. It is the onChange () method that in ionic I be...