All Questions

1
answer

Verify the name of a varchar field and concatenate an int in case it already exists

I am reprogramming a calendar to save tasks to perform and I need a stored procedure that allows me to verify if the name of the task exists in the 'subject' column of my Appointments table, if it exists it must modify the name adding it at the...
asked on 11.08.2017 / 13:03
1
answer

hide key of google maps in web page

I'm trying an app and I use the google maps libraries, but when I upload the script to my main website, if I analyze the code, it looks like my key from google maps. //maps.googleapis.com/maps/api/js?v=3.exp&sensor=false&key="Mi key...
asked on 17.08.2017 / 15:01
1
answer

I need to make a filter with angular and linq, in a project in visual studio Wapi rest c #

In my html code, I have a select and I need to select an area and show me all the tables (represented as buttons) Linq (MesasController.cs) [ResponseType(typeof(Mesa))] [System.Web.Http.HttpGet] [Route("GetMesasPorZona/{idZona}")] public IQ...
asked on 14.08.2017 / 21:06
1
answer

Users git Ubuntu Server

I have mounted an ubuntu server, I have created ss users, and everyone can clone the repositories. However, only the administrator user can commit. I have created more admin users and even then I have not managed to commit with another account,...
asked on 16.08.2017 / 23:52
2
answers

Show image from the server folder and display it in a table with data from the MySQL database

I'm doing a project in which data is sent using a PHP form to a MariaDB database. I would like to suggest how to show the table with the data of the database as a report and show the image that was stored in the images folder. The scri...
asked on 16.08.2017 / 05:22
2
answers

SELENIUM problem when trying to connect to the firefox driver

/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package test; import com.gargoylesoftware.htmlunit.javascrip...
asked on 10.07.2017 / 18:58
3
answers

In Angular you can load the Bootstrap CSS in the index.html

I have bootstrap installed in a angular project with angular-cli and I need to load the bootstrap.min.css file from the index.html file with the LINK tag. When running the application the file boos...
asked on 19.07.2017 / 15:39
1
answer

Android Should I use a doInBackground inside an AlertDialog?

Good morning everyone. I have this doubt ... The fact is that I need to click on an item in a list to 'execute' a URL that returns a true or false answer, to confirm or cancel a reservation. I am using a AlertDialog within a On...
asked on 12.08.2017 / 05:15
1
answer

Find patterns in python lists

I have a somewhat complex problem, on the one hand I have a list that contains lists. These contain integers that represent positions on a map: rutas = [[0,1,2,3],[0,1,2],[7,4,8],...[5,6],[0,1,3,4]] I also have another list, which contains,...
asked on 18.07.2017 / 07:39
1
answer

Import a UI schema in PySide

I have a PyQt StyleSheet scheme in a separate document that I want to import into a UI. I'm doing the following: style_sheet_file = qc.QFile(os.path.join(os.path.dirname(__file__), 'stylesheets', 'scheme.qss')) style_sheet_file.open...
asked on 17.07.2017 / 12:18