All Questions

1
answer

How to insert Image 3 Layers C #?

Good evening, I would like you to help me. I'm doing an image insert with SQL SERVER and C #. These are the fields of my table: CREATE TABLE [dbo].[alumno]( [Alu_IMAGEN] [VARCHAR](250) NULL ) ON [PRIMARY] This is my stored procedure c...
asked on 18.03.2017 / 04:09
3
answers

How to enable the "productio.mode" in angular2 with Angular-cli?

When a new project is created with angular-cli by default it is not enabled to run in productio.mode How can it be enabled? The generated main.ts file is as follows: import { enableProdMode } from '@angular/core'; import { platformBrowserDy...
asked on 18.03.2017 / 22:32
1
answer

Load content from another page

I have a problem with an index.html page that loads content from another page using javascript. The issue is that in this second page single-project.html I have inserted a slider (bxslider) and when executing this page individually it works corr...
asked on 19.08.2016 / 00:29
3
answers

Disordered buttons

My problem arises when I make my first application with buttons and a stopwatch (example I've seen on the network) at design time everything is in place but when you move to the emulator everything is piled up on the upper left side of the phone...
asked on 23.03.2017 / 07:59
1
answer

Detect if in two different chains there is at least 1 equal character [closed]

I would like to know how to make a quick comparison between two chains to know if they share at least 1 character in common. Example: I have manzana and piña . In this case there is a coincidence. The a is present in...
asked on 22.03.2017 / 01:37
1
answer

What is the meaning of static get in Javascript?

An expression in Javascript has left me a bit confused: static get is() { return "custom-element"; } What is the operation of a static get in Javascript? I guess the static has a function similar to what is done in Java or C ++.     
asked on 19.03.2017 / 16:30
3
answers

Top 1 for each group in a Group by SQL Server

I have a table similar to this one CancelLog |ID| membrecia| User | DateCancel | Motivo | | 2| 1 | uS1 | 7/29/2011 | ... | | 3| 1 | uS2 | 7/30/2011 | ... | | 6| 1 | uS1 | 8/02/2011 | ... | |...
asked on 17.03.2017 / 21:16
2
answers

Android: Convert path to File

How do I convert this path    / storage / emulated / 0 / Download / images (10) .jpg that is in String a File     
asked on 07.12.2016 / 21:41
4
answers

With which values are initialized the elements of a char type array

I have the following program: int main(){ char condominio[20][20]; return 0; } What values would each condominium element contain? Any special character? since when I print I do not see anything.     
asked on 07.12.2016 / 00:11
1
answer

Get local IP jquery

I found this code that returns the IP or IP's of the machine. function getIPs(callback){ var ip_dups = {}; //compatibility for firefox and chrome var RTCPeerConnection = window.RTCPeerConnection || window.mozRTCPeerConnect...
asked on 03.12.2016 / 17:46