All Questions

4
answers

Simple calculator by batch console

In class we are doing an exercise of making a calculator in batch . I wanted to make my own and simple, instead of taking one out there. In theory it should work, but the only thing it does when I enter the data is put:    "echo is disa...
asked on 11.11.2016 / 10:22
2
answers

Slowness in the simulator with Xcode 8

Since I upgraded to Xcode 8, I am experiencing a lot of slowness in the simulator, specifically when entering text in a Text Field, it takes several seconds for the typed letters to appear. With version 7.3, it was perfect. Does anyone else pass...
asked on 25.09.2016 / 22:25
2
answers

Problem with setTimeout

I did a function that updates a table and a graph with setTimeout () and it works perfectly. The problem is that there are occasions (not always) that if I'm on another screen, I see ajax calls (I've reviewed it in the requests, on the networ...
asked on 13.10.2016 / 21:00
1
answer

scroll zoom text

I have this code link that zooms in on a text while you scroll. The issue is that the mommemento apply to the code I have does not work as it should, maybe I'm missing something or I'm forgetting to add something else? this is the code on the...
asked on 30.08.2018 / 23:41
1
answer

date format to string in java with apache from excel

I have to read the format of a cell with date to String, it works fine but the year is strange, I attach part of the code and what it shows: case Cell.CELL_TYPE_NUMERIC: SimpleDateFormat sdf = new SimpleDateFormat("dd/MM/yy...
asked on 28.09.2016 / 04:54
1
answer

Change a link generated by php

In the Kalfo template of themeforest in the page that shows the portfolios of the different galleries a link with the text "All" is generated that shows all the elements of all the galleries, it took several days looking for where to change that...
asked on 28.09.2016 / 11:30
2
answers

Problems with relationship Many to many

I have two many-to-many relationships, a users table and other roles And I have a user with 3 loaded roles in the database, but when I search, it only brings me 1 role. class RoleModel extends BaseModel { protected $table = 'role'; p...
asked on 10.10.2016 / 01:28
1
answer

error in function JS with two parameters

I have a button that invokes a JS function, but I have not been able to send more than one parameter $("#msgPrueba").html('<script>$("#exampleModalx").modal({backdrop: "", keyboard: false});</script>...
asked on 06.10.2016 / 20:48
3
answers

Heap java administration

I'm doing a copy paste, from excel to JTable . The problem is that it consumes too much memory. I have looked for solutions to do that procedure in other ways but I can not find it. If anyone knows another way to do it, I appreciate it bec...
asked on 03.10.2016 / 17:24
1
answer

C #: Read XML file with NameSpace

I want to get the values of these nodes in a XML file and each of these values assign a variable to it. I get the file this way: CODE: var miXML = File.ReadAllText("D:\20101284981-01-0002-0000000060.xml"); XML: <?x...
asked on 28.12.2016 / 18:33