All Questions

1
answer

Warning: mysql_fetch_array () expects parameter 1 to be resource, array given

I am currently learning to program in PHP for some tutorials on YouTube from "the newboston" (maybe they know it) and I am in the database part of mySQL. In my program I try to query data from a table in mySQL but it throws me an error that s...
asked on 13.08.2016 / 20:47
1
answer

Error updating Swift 3

How about, I have a problem, my application with Xcode 7.3.1 ran perfectly, since I updated Xcode 8 my application was updated and the code was automatically converted, I got some errors but I could fix them, I run my app but when I try to open...
asked on 22.09.2016 / 03:52
1
answer

How can I know all the classes that are extended to another abstract class?

Hello everyone JAVA Well, these last days I was working on a project of a game and some asked me to implement a kind of "API" so that they can make their own "PLAYERS", example: public class ejemplo extends MakeAPlayer{} "MakeAPlayer...
asked on 20.08.2016 / 04:04
1
answer

curl php to http redirecting to an https

I have a problem, I try to curl a url that contains a post to an https url, the problem is that I only capture the first url and jump to the second but it does not capture it. url 1: http: //s7494.home. us/m/fun4.php url 2: https: w...
asked on 12.07.2016 / 08:24
1
answer

How to enter a subquery in laravel 5.2

I have this query in mysql SELECT id, name, (SELECT COUNT(id_team_local) FROM seasons WHERE id_team_local = teams.id) AS 'Partidos Jugados' FROM teams and I would like to give Laravel some idea of how I could do it?     
asked on 22.09.2016 / 17:45
1
answer

Problem with Google Maps API Javascript

Today I come to ask for help because I have a problem with a registry autocompleter that is spinning around me and I can not solve it is about an api of google maps javascript. What I want is that in the city autocompleter the API works like...
asked on 18.07.2016 / 18:11
1
answer

Wait for the Thread process to finish in order to destroy the activity

Emmmm, well, hello, it's me again, well I've been researching all over the internet how to solve this problem and until now I do not know how to solve it, the question is simple. How to wait for a thread to be processed in order to destroy the A...
asked on 10.08.2016 / 02:01
1
answer

How to run .php in python?

Good day, I have the following script in python that is called test.py : import subprocess subprocess.call(["php", "load_data.php"]) The idea is to run another script php in which I do LOAD DATA INFILE to a table...
asked on 17.09.2018 / 23:11
1
answer

DLL error in Visual Studio 2013?

When trying to run the project I throw these errors But if you select anyone, send me to this DLL Searching in Google the name of the same I saw that it has to do with NuGet and When I opened the NuGet Package Menager Console I found the...
asked on 22.09.2018 / 00:20
0
answers

some FontAwesome icons do not look correctly in nativescript-vue

Hello I am developing a mobile app with nativescript-vue, in this application I use FontAwesome 5.3.1 icons with cheatsheet codes, the problem is that some icons are not rendered as they should be. here I import the styles and fontawesome in...
asked on 23.09.2018 / 04:18