I have a database that I need to change all the columns that are in FLOAT and DOUBLE to DECIMAL, are about 150 tables and I spend a lot of time looking one by one, is there any command that shows me this?
MY SQL database, use 6.3 workbench...
I have the following input file and wanted to know how to get the button, so in the box just show the file name
* I do not need JS, I have already seen some examples and I remember that they did not use JS, but I also do not re...
I have the following function inside the controller
public function home()
{
$igrejas = Igreja::paginate(3);
$igrejas->setPath('igrejas');
return view('admin/igrejas/home')->with('igrejas', $igrejas);
}
I need to be return...
Personal I'm doing a time validation in Javascript . I can not type the following hours 14:00, 15:00, 16:00 until 20:00, but other hours with you.
I'm doing this:
var mask = "HH:MM",
pattern = {
'translation': {...
I need to use variables of type string , the problem is that I can not include libraries within my classes in Code :: Blocks, is there anyway to include the string / string.h library in my C ++ class ?
The code for my clas...
When I submit a form, through onsubmit(checkFormIsCorrect()) , I call this javascript function that will validate several situations and submit or not the form.
In this function:
function checkFormIsCorrect() {
if (!$('div.has-err...
Good morning.
I have the following problem, I need to get the sql executed by hibernate and save it to a string.
But I have no idea how to do this, could anyone help?
How can I organize my code? When programming variables come up which I'm leaving in the same code at the top as:
namespace myData.MySql
{
public partial class teste
{
public static string M_CPF_PROCURADOR;
public static...
I'm thinking of a way to authenticate users using email and the CPF of it, so far I have not found a way to do it, does anyone have a suggestion?
public function auth(Request $request) {
$credenciais = $request->only('cli_email', 'cli_c...
I'm having a problem with google api 23+ specifically in the mapa.setMyLocationEnabled(true); method
You need permission to run, and in android 6.0+, I can not implement the new permissions method.
@Override
public void onMapReady...