All Questions

1
answer

I get the message: "the application may be doing too much work on its main thread", using Retrofit with Android [closed]

Good I have this method to get the response: public void cargarFilas(String filtro){ OkHttpClient okHttpClient = new OkHttpClient.Builder() .addNetworkInterceptor(new StethoInterceptor()) .build(); Retrofit re...
asked on 05.05.2017 / 20:44
1
answer

Makefile: dependencies and objectives with the same name, varying the route

I'm trying to process files using the GNU Make tool. The goal is to generate files with the same name , but in different routes . When this decides to work, I will use it as a template to apply a word processor , and be able to...
asked on 21.04.2017 / 10:28
1
answer

Error when wanting to update table in oracle 10g: "ORA-00054: resource busy and acquire with NOWAIT specified"

I have a small problem with my database. We connected several users, a moment ago I was working on it, but I was offline. Just when I gave it a commit, when updating a record, then I logged in again, but there was no update to my record. Then I...
asked on 27.04.2017 / 01:28
1
answer

Show / Hide div

I have two links one is called links and the other information. My question is, how can I do with jquery that when I click on links a div appears and when I click on information the links div disappears and the div information appears. The ht...
asked on 21.04.2017 / 15:02
2
answers

Delete items from a list represented in a QTabWidget

I have a class MainWindow derived from QMainWindow class MainWindow : public QMainWindow { Q_OBJECT private: struct MetaObra { InterfazObra* miobra; QString nombrefichero; MetaObra():miobra(n...
asked on 21.04.2017 / 02:19
4
answers

List of type struct, modify a field of a struct of a cell in the list leaving the rest equal

After searching several days through the network, I have not been able to resolve it: struct TART { public DateTime time; public int color; public double altura; public string probado; } List<TART> LART = new List<TAR...
asked on 15.05.2017 / 19:42
1
answer

Apply event to DatetimePicker when clicking on a date

Good afternoon, I'm using the DatetimePicker plugin and I'm trying to apply an event when a date is pressed, for example, when selecting a date automatically, an alert is generated. I have dealt with the onclick event but I can not get it to wor...
asked on 02.05.2017 / 17:11
2
answers

Select all checkboxes [duplicated]

I have: Selecccionar todos : <div ng-repeat="column in columns"> <input type="checkbox" id="selectAll" name="selectAll"/> <input type="checkbox" name="dinamico" > 1<br/> <input type="checkbox" name="di...
asked on 20.04.2017 / 12:27
1
answer

BadMethodCallException Method [show] does not exist. Laravel

I have been doing a CRUD in Laravel and you are giving me an error that can not be found since I do not have any function that is called Show . Userscontroller: public function destroy($id_usuario) { $user = Usua...
asked on 31.08.2017 / 13:09
1
answer

Eclipse Oxygen can not be opened using Java 9

On September 21, 2017, Java 9 officially appeared. I want to try what new Java offers, mainly that acclaimed system of modules. I just installed Oracle JDK 9 on my computer and Eclipse Oxygen that has a plugin to support the development in Java...
asked on 22.09.2017 / 08:36