All Questions

1
answer

how to create a table from data entered in the form in a popup in jquery?

I have a form in an index.html, this form contains material information that is removed, in a column of this form there is an add button, which raises a popup with another form that is the detail of what will be unsubscribed (item, quantity, con...
asked on 20.07.2016 / 15:35
1
answer

Share article to WhatsApp via WebView

I would like if possible you can guide me and tell me why I figure an error when sharing an article on WhatsApp and that I am viewing it on a webview, I get an error net :: ERR_UNKNOWn_SCHEME     
asked on 22.06.2016 / 18:55
1
answer

Invalid visual variable for the max-width property of a style. In MVC asp.net

I have the following code: <% For Each img In Model.listadoNoticias.Item(0).FOTO Dim id_LaImagen = "foto_" & img.IdFoto.ToString() Dim src_imagen = img.RutaFoto.Split("/") Dim ruta_Foto = Server.MapPath("~") & s...
asked on 10.03.2016 / 05:47
1
answer

Upload images to the index with MVC 4 C #

I have in my view "Upload" the following code: <form action="" method="post" enctype="multipart/form-data"> <label for="file">Filename:</label> <input type="file" name="file" id="file" /> <input type="submit" />...
asked on 16.06.2016 / 20:32
1
answer

IF nested in TRIGGER SQL

I must make a trigger that does not allow to alter tables that are registered within a specific table. For this, what I was thinking is to make an IF that asks if the name of the base, the schema and the name of the table are housed in that t...
asked on 03.08.2016 / 02:45
2
answers

Insert 'N' times of records with the same Input

Good morning I have a form where the input is generated automatically with a for depending on an assigned number. In short, a form of 4 fields is generated n times to be saved information for the same id. The problem is that the inputs are ge...
asked on 15.06.2016 / 16:56
1
answer

Capture incoming call. Android

I have my application that uses the MediaPlayer class, I need that when a call comes in the sound is mute, but when the app goes to the background (when you press the home button for example) follow the playback of the audio. public static...
asked on 19.07.2016 / 01:13
1
answer

Send email with ionic framework

I am trying to send an e-mail when I click on a button. I have followed a tutorial but what I have done does not work. This is my code: app.js: angular.module('starter', ['ionic']) .run(function($ionicPlatform) { $ionicPlatform.ready(...
asked on 21.07.2016 / 08:32
3
answers

How to iterate in a dataframe for a certain number of rows?

I have the following dataframe: import pandas as pd import numpy as np data = pd.date_range('20180101', periods=300) df = pd.DataFrame(np.random.randn(300, 5), index=data, columns=['open', 'high', 'low', 'close', 'volume']) I...
asked on 27.12.2018 / 14:54
2
answers

Problems with gradle.bundle libraries (Android Studio)

Good morning, I have a problem that always happens to me. It is with the issue of adding libraries to the project, it usually happens when I place several google libraries, when I run the compatibility error comes out in the libraries, I think i...
asked on 16.06.2016 / 17:02