I have an app where I have a toolbar and I want to make it have a transparent effect with a little blur, how can I achieve this
Here is an example:
link
I have a piece of code that inserts a record in the persona (id_persona, apellidos, nombres) table, I'm using MySQLi and PHP5 and I have the following:
$query="CALL persona('".$nombres."','".$apellidos."')";
$mysqli->query($query);
$...
I am developing an OpenId integration from php and I have to send a jwt token to an endpoint.
I use Jwt firebase to generate and validate the jwt:
$key = 'xxxx';
$data = array(
"tenantId" => self::TENANT_ID,
"clientId" => sel...
The error returned by the statement is:
Msg 7303, Level 16, State 1 sql server 2012 Microsoft.ACE.OLEDB.12.0
SELECT *
FROM OPENROWSET('Microsoft.ACE.OLEDB.12.0'
,'Excel 12.0 Xml;Database=\path\archivo_excel.xls;HDR=YES'...
I am new programming in java and I have encountered a small problem, I am generating a pdf report taking as datasource a JSON file, but I have not managed to pass the JSON to JasperFillManager.fillReport to generate the pdf, if I c...
I have an error running the play framework, I get the following error:
The error is the class:
/**
* Método que extrae todas las palabras clave de los nodos que conforman el diagrama
* @return HashMap Estructura con los listados d...
I have this information
Mat=[1 2 3 5;6 7 -9999 9;10 11 12 13;14 -9999 16 17;18 19 -9999 -9999]
Mat(Mat<0)=NaN
Mat =
1 2 3 5
6 7 NaN 9
10 11 12 13
14 NaN 16 17
18 19 NaN NaN
How could you rep...
When wanting to get the SHA-1. of maps the terminal seems to embase itself without typing any code and I do not know if it's because I have windows 7 and the android studio is version 2.2.1
Hello the problem says like this:
Create a class whose main method executes a letter-by-letter comparison using two-word equals using loops.
For example, if the words are “avispa” and “ave” the program should result in...