Posts by alexjosesilva • 3,119 points
279 posts
-
1
votes1
answer236
viewsA: Error Load multiple pages in php site
I was able to solve the problem using the plugin jquery Tabs With it tabs load only once each page . php <!doctype html> <html lang="en"> <head> <meta charset="utf-8">…
-
0
votes1
answer236
viewsQ: Error Load multiple pages in php site
I have a PHP site where I have to upload several pages. But only once.What’s happening is the overlapping of screens with various inclusions. <div class="container"> <h2>MAPAS</h2>…
-
-5
votes1
answer269
viewsQ: Error when integrating Waze to PHP site?
I have a php site and need to upload a map and Waze data. How can I do this ? I’m using this repository: https://github.com/Nimrod007/waze-api…
-
0
votes1
answer585
viewsQ: Slim framework error: called require.. /Slim/Slim/Slim.php';
Error creating when calling Slim.php function Code: <?php require '../Slim/Slim/Slim.php'; \Slim\Slim::registerAutoloader(); $app = new \Slim\Slim();…
-
0
votes2
answers298
viewsQ: Error installing Slim framework
How to fix the error below by using Composer. Code of Composer.json already created in bin folder\ : { "require": { "slim/slim": "2.*" } }…
-
0
votes1
answer550
viewsA: Passing parameters on the SOAP web-service
Mistakes are in the customer: delete.php, I did not correctly pass as parameter the array: $result = $client->call('excluirAluno',array('id' =>$id)); No served had punctual errors, was not…
-
0
votes1
answer550
viewsQ: Passing parameters on the SOAP web-service
I have developed a web-service to list students from a class. Insert, List are ok. As to Delete are not occurring. code list.php <?php //cliente include "cliente.php"; //chamada do metodo SOAP…
-
0
votes1
answer56
viewsA: How to run a Query in Azure?
I managed to solve the problem... In the search I was using mysql_query when you should use the mysqli_query and other places also makes the same mistake. Here are the correct code changes: $result…
-
1
votes1
answer56
viewsQ: How to run a Query in Azure?
I have a PHP SOAP type Webservice on Azure and I am using Mysql in App. The bank is logging in and running...but I can’t run a simple Query! Where is the error? <?php $connectstr_dbhost = '';…
-
0
votes0
answers96
viewsQ: Error accessing mysql database in Azure
After creating a new user I cannot access my mysql database in Azure. How can I reverse this error?…
-
0
votes1
answer300
viewsA: How to feed SELECT with Webservice SOAP in PHP?
I managed to solve it this way: Server code <?php //server //inclusao do arquivo NUSOAP require_once('lib/nusoap.php'); //criacao de uma instanca do servidor $server = new soap_server; //registro…
-
1
votes1
answer300
viewsQ: How to feed SELECT with Webservice SOAP in PHP?
I have to list one in a SELECT (html) products of a company using a webservice. Some example code ? Client code: <?php //cliente //inclusao do arquivo NUSOAP require_once('lib/nusoap.php');…
-
0
votes0
answers56
viewsQ: Android - Error while renaming package on android
I’m trying to change the name of the package with.app3 to with.gamePedraShow when I try to move up to google play console. I get the message that the name of com.app3 should be changed. Inside Xml.…
-
2
votes3
answers10056
viewsQ: How to run the emulator from the windows command line?
How can I run Android Emulator without having to open Android Studio? the command: android Avd doesn’t work. When I use the command : Emulator -Avd nexus5 I get this error message:…
-
0
votes2
answers284
viewsA: Error trying to install Flux Router
This is a problem with the latest version of Flux Router. Uninstall and use the [email protected] version until they repair.
-
2
votes1
answer209
viewsQ: React-Enable error after installing lib React-Native-router-Flux
After installing the lib React-Native-router-Flux in my app appeared this error on: I did the procedure of removing the folder…
-
0
votes1
answer155
viewsA: Error in React-Native: does not communicate with AVD or Devices
The error was corrected by correcting the JAVA_HOME environment variable. For both user and session. Just create and React-turn find communicates with the emulator
-
1
votes1
answer155
viewsQ: Error in React-Native: does not communicate with AVD or Devices
I came across the following error: my app could not communicate with the android AVD nor with my Device. Both are connected and working...…
-
2
votes2
answers284
viewsQ: Error trying to install Flux Router
I came across a very annoying error when trying to install Flux Router in my app6 folder some suggestion: Note: I’ve already installed two libraries: npm install --save Eslint-config-rallycoding npm…
-
0
votes1
answer239
viewsQ: React Native shows error when I try to emulate Android
I have an app that should be tested on an Android emulator. After setting the React Native and Android environment (including the environment variable). I can’t run my app on Android emulator.…
-
1
votes1
answer784
viewsQ: React Native installation error
I am trying to configure the environment of the Active Act on my computer. Able to install the choco package manager. But when I try to install python2 with the command: choco install python2 this…
-
1
votes1
answer103
viewsA: Reactive Native error when generating Android app
1 Error was fixed by configuring environment variables and updating JDK and JRE. 2 Second error has been fixed just by initializing the Android emulator(in the case of android environment)…
-
1
votes1
answer103
viewsQ: Reactive Native error when generating Android app
I’m running the commands: react-native init AwesomeProject cd AwesomeProject react-native start And then that command: react-native run-android The error that appears: How to correct this error ??…
-
1
votes2
answers781
viewsQ: Slow reaction when opening graphical dependencies
After executing the commands: react-native init AwesomeProject cd AwesomeProject react-native start cmd, I cannot run the graphic part of Reactuy-Android Already have Android installed How can I…
-
0
votes0
answers61
viewsQ: Error: HTTP Status 500 - org.json.Jsonobject cannot be cast to jdk.nashorn.api.scripting.Jsobject
In my java system appeared this error: I’m sweating the POSTMAN tool to study the case. HTTP Status 500 - org.json.Jsonobject cannot be cast to jdk.nashorn.api.scripting.Jsobject Code: import…
-
-2
votes2
answers154
viewsQ: How to simplify Hexadecimal code #ff6a00
I need to simplify this hexadecimal code #ff6a00, is there a rule ? has some formula ?
-
0
votes2
answers89
viewsA: Eternal loop boot using Angularjs
Problem Answer vm.buscarCliente = function(){ vm.loading = true; if (vm.cpf !== undefined && vm.cpf !=='') { return desbloqueioCartaoService.buscarCPF(vm.cpf).then(function(response){…
-
0
votes2
answers89
viewsQ: Eternal loop boot using Angularjs
I’m using a knob on which I have an ng-click=Search client call. It triggers a function in the controlled Angular but is in eternal loop. How to fix this ? HTML <div class="botao"…
-
-2
votes1
answer569
viewsQ: How to pass an Angularjs value to the JAVA controller
I have a form that sends a value (CPF) of a page to be checked for existence in the database. Use an angular controller to send Cpf to service and then to Java(controller). I’d have some example of…
-
1
votes1
answer93
viewsQ: Validate List of Radium Buttons with Angular.JS
I have a list of Radium Buttons fields and need to control by angular: Validations: one option at a time and display message. Code: <!DOCTYPE html> <html> <head>…
-
3
votes1
answer1120
viewsQ: Validate input size with Angularjs
I have a field in a form that I need to validate with angular. The field should have up to 11 characters. If you have less than 5 should be displayed an error message requiring the user a correct…
-
2
votes4
answers2773
viewsQ: How to mount buttons with Angular?
I have to mount three buttons and validate them at the angle, following the schematic:…
-
1
votes1
answer1147
viewsQ: Clear fields with Angularjs
I have three tabs with content. Every interaction with the fields is controlled by Angularjs. I need to clear the fields after changing tab (by clicking). How can I do that? Html Code <!DOCTYPE…
-
1
votes1
answer1362
viewsQ: How to display message in Angularjs?
I am working with angular and need to add a message on the screen when being prompted the check code button. An error or success message. Angular controller angular.module().controller(){…
-
-4
votes1
answer102
viewsQ: SQL tags in query
I am starting my studies in SQL and do not know what meaning of this structure below. I would like to know what are these tags. I am using in Java. I have a file mapper.xml to create queries in…
-
13
votes3
answers9451
viewsQ: What is the meaning of the sign || '-' || in SQL
I am performing a query in an Oracle database and come across this symbology || '-' ||, in my query. I’d like to know the meaning? Select xf0cdloc || '-' || XN4CDEMP AS LOCOMOTIVA, From Trem…
-
0
votes1
answer103
viewsQ: Xamarin Build FAILED Error: Unsupported major.minor version 52.0
I’m using Xamarin Visual Studio Comunti 2015 After compiling a project, I get the following err: Exception in thread "main" 1>java.lang.UnsupportedClassVersionError: com/android/dx/command/Main :…
-
0
votes1
answer76
viewsQ: Android SDK error could not be found
After clicking on the file Main.xml this error appeared: Android SDK error could not be found. How can I fix this?…
-
3
votes1
answer984
viewsQ: Error showing/hiding Div with Angular.js
I need to hide fields using Angular JS, after clicking a button will be displayed to label down below: <script…
-
1
votes1
answer1284
viewsQ: Eclipse Error: Intializing Java Tooling
When I start the Eclipse ide the Initializing Java Tooling error is shown. How to fix this ?…
-
1
votes1
answer91
viewsQ: JPQL Query for Data Insertion
How can I enter a data with JPQL containing values: @Query("insert into user values()") User insertUser(); Dice: nomeUsuario emailUsuario…
-
2
votes1
answer2945
viewsQ: How to take the value of a select and fill in an input?
<?php $con=mysql_connect("localhost","root","") or die("Failed to connect with database!!!!"); mysql_select_db("bancoteste", $con); $sth = mysql_query("SELECT * FROM pessoa"); ?> <!DOCTYPE…
-
2
votes2
answers2570
viewsQ: How to place two Google Graphics Maps on the same page
I’m creating a web application that uses two charts powered by the bank. I use the Google Api, google Charts. However, only the first graphic appears while the other is blank. <html>…
-
3
votes1
answer690
viewsQ: A Database Error Occurred: You must use the "set" method to update an entry
I am using Codeigniter and am registering a call in the bank and receive the following message: public function solicitacaoRapida(){ $banco = array( 'solicitante' =>…
-
1
votes2
answers1299
viewsQ: Codeigniter with Modal Screen and Registration Response
I am making a registration of call requests through a modal but I can not handle the registration answer: "Register with Success" Controlling class <?php defined('BASEPATH') OR exit('No direct…
-
3
votes2
answers1309
viewsQ: Editable table in PHP
I have a table with a list of companies. I want from a click on the table row to load a modal with the information of this company. Any suggestions on how to do ?…
-
1
votes0
answers23
viewsQ: How to fire emails with a date marked in php?
I have to create a PHP system to fire emails to customers on certain days of the month or on numbered days. How can I do that? Any suggestions ??
-
2
votes1
answer428
viewsQ: Codeigniter Session Error:
This session error appears in the codeigniter system. The errors pointed out by php: ini_set('session.use_trans_sid', 0); ini_set('session.use_cookies', 1); session_start(); Standard Controller…
-
0
votes0
answers100
viewsQ: Error connecting to Sqlserver using JAVA JDBC
I’m using the sqlserver lib and my connection class is down here: public class conexao{ //sqlsever private static final String USUARIO2 = "usuario"; private static final String SENHA2 = "senha";…
-
0
votes0
answers63
viewsQ: How popular is Jtable?
I have to fill out a table with bank data. But nothing appears at all. My Class Inserting information in the table: DefaultTableModel dtm = new DefaultTableModel(); String sql = "select * from…