All Questions

2
answers

How to handle exception that can not delete because it is a foreign key

I can not handle an exception that happens when I delete an address that is being used in another table. I'm using codeigniter My code is: public function delete_endereco($cod_clientes_endereco){ try{ $acao = $this->db->de...
asked on 27.10.2015 / 16:28
1
answer

Gson to Java - Map

I need to pass these values from a json file to a java class, the Json file is of this type: { "id":1, "name":"Gold", "description":"Shiny!", "spriteId":1, "consumable":true, "effectsId":[1]...
asked on 23.10.2015 / 03:00
1
answer

Identification of regions google maps - JavaScript

I have a list of latitudes and longitudes and I would like to find out in which region of the country such latitude / longitude belongs.     
asked on 22.10.2015 / 21:39
1
answer

R how to generate a time series?

I would like to know how to generate a time series of a file that has two columns (date and value), however the date is in the following yyyy-MM-dd format. When I use the ts () command, it replaces the date value with a number, for example: t...
asked on 03.10.2015 / 01:00
2
answers

Is there any way to set image quality to increase the loading speed?

Is there any way I can leave a given image, through CSS, with a lower quality, to increase page load speed? Example: First load a certain image with the lowest quality, then increase its quality when the user moves the mouse?     
asked on 19.10.2015 / 15:37
3
answers

What is a Software Artifact?

In Software Engineering, much is heard about the term Software Artifact. I researched it and found the following definition:    An artifact or artifact is one of several types of by-products   produced during software development. Some   arti...
asked on 02.10.2015 / 16:22
1
answer

Use node.js or PHP with WebSockets?

Using WebSockets for my project, in the end was an extensive project with thousands of lines of code in PHP. As soon as I finished typing everything and "finished" they told me that running WebSockets with PHP is unfeasible for large-scale us...
asked on 06.10.2015 / 04:47
3
answers

How to get a photo of Facebook profile?

I'm having trouble downloading the profile photo. When I add this line, initializing the id: userIds2 = profile.getId(); Class public class MainFragment extends android.support.v4.app.Fragment { private Database databaseHelper; private A...
asked on 02.10.2015 / 20:59
1
answer

Doubt in MySQL table relationship Workbench

Hello, I have a small problem creating a database. My goal is to create a table to mark the attendance of people in the classes of the courses in which they are enrolled. The 'presecas' table should contain the id of the person, the course...
asked on 13.10.2015 / 02:51
1
answer

How to get the name of all user classes?

The get_declared_classes function ALL classes defined in PHP, both from the internal PHP library and the user's library. I wanted a function for classes of type: get_defined_functions , which separates PHP core functions of...
asked on 25.09.2014 / 23:10