All Questions

1
answer

Find values from a dictionary in a JSON and add them

I have 2 txt files. 1 is a dictionary with term, value and I have another file with a json that simulates a list of tweets. I have to look up the terms of the dictionary in the json and if it finds the term, add the value to a variable that I...
asked on 23.02.2018 / 13:48
1
answer

"sun.net.www.protocol.ftp.FtpURLConnection can not be cast to java.net.HttpURLConnection" when connecting to an FTP server in Eclipse

I have a problem with Eclipse when connecting it to an ftp server. I have my project, which, I want to be synchronized with git (I already have the plugin installed). This plugin works correctly as long as it is synchronized with a repository...
asked on 05.01.2016 / 13:37
1
answer

Is it possible for a stored procedure to work with two databases?

I've been searching but I have not found exactly what I'm looking for. I have two databases, let's call them Base1 and base 2 and a stored procedure that executes in base 1 , this base has a series of mirror tables that lo...
asked on 24.04.2018 / 12:23
0
answers

How can I send a PDF file to a printer by "LPR" from vb.net? [closed]

I would like to know how to send a PDF file to a printer by "LPR" from vb.net I know that the command I must execute is "lpr -S 192.168.70.15 -P red" + filename "but I try it from Process in Windows10 and nothing comes in. This is my code:...
asked on 11.12.2018 / 10:51
3
answers

How to filter columns from a table with checkbox in Laravel

I have a table that shows some data from the database in MYSQL which has a checkbox that acts as a filter which, should validate that the city of the user connected in the session is equal to the city of some registry of my table complexes , a...
asked on 24.12.2018 / 14:41
1
answer

See Thumbnails with the Google Drive API

How can I see the thumbnails of my images from google Drive ? That is to say, that the api of google drive returns the url of the thumbnail. I also use jquery , if necessary or to facilitate it. <html> <head> <...
asked on 21.12.2015 / 19:45
1
answer

No dependent module org.netbeans.api.templates

I am contributing with a NetBeans module that I found on GitHub, I updated the changes and when trying to run I get the following message: Scanning for modules in C:\Program Files\NetBeans 8.0.2\nb Scanning for modules in C:\Program Files\NetB...
asked on 06.12.2015 / 01:09
1
answer

syntax error, unexpected keyword_ensure, waiting at the end of the Ruby And Rails entry

Good afternoon Community, I come with this problem from Ruby & Rails I'm a bit of a rookie in the language and this mistake has me dismayed, The error comes to me in the path app/views/bienvenida/index.html.haml:20 assuming that th...
asked on 06.01.2016 / 23:43
0
answers

Would my PHP structure be fine, or would it cause possible errors in the future? [closed]

I've been learning php for a while, and I've considered creating a more serious project. I'm still making prototypes of structuring the project, and for the moment, of all the ones I've done, it's based on this. Now that you have seen w...
asked on 03.01.2019 / 00:53
1
answer

How to optimize EntityFramework 6 [closed]

Someone can help me how to optimize Entity Framework , by which it takes several seconds to load the EDMX (Conceptual model, Store Model, Mapping Model).     
asked on 06.12.2015 / 19:51