I'm trying to make a seed with Laravel 5.1 and the problem is that it generates the data from the users table, but from the other 2 it does not. My codes are as follows.
ModelFactory
$factory->define(Blog\User::class, function (Faker\G...
I'm doing an app on ionic where I want to show the user where the city is. With this code I locate it but I need to show you something for example:
You are in Barranquilla / Cartagena or something like that
Driver:
.controller('Ctr...
I have taken back the code that another developer left unfinished and I have some problems when I want to register a new user.
In the validation of the existing mail, I can not overwrite the previous record, but I can not launch an "existing...
I'm doing a simple program in c ++. I need to sort a vector by a value in a column that I have in each row.
The sorting method is simple, but I can not do the row assignment:
void PruebaVector2::ordenar()
{
int i, j;
int* temp;...
I have a Datasource created in Weblogic but when I invoke it from a class, it generates the error:
javax.naming.NamingException: Lookup failed for 'jdbc / ConexionFV' in
SerialContext [myEnv = {java.naming.provider.url = t3: //127.0.0.1:...
I had installed xampp and my code of a menu worked correctly using Object Oriented Programming, I had to reinstall my system but now install apache2 php5 and mysql. The codes were not modified, and they do not work for me.
<nav class=...
The problem is that when you update the form data, you do it correctly, but the main menu and the navigation bar stops working. I have it like this ...
<tbody >
<?php
while($fila=sqlsrv_fetch_array($consultaVendedores)){
$nu...
I have a Navigation Drawer which instantiates fragments, the problem I have, is that by pressing the back button, the onBackPressed method shows an alertDialog, but when entering one of these fragments, pressing the back button shows me the aler...
Hi I want to convert a char in QString for example I have this:
QString s;
char a = "cadena"
I want to convert a in QString but I do not know how to do it.