All Questions

1
answer

Android can not modify a textview

I have a TextView that is not updated at runtime. Said TextView is defined by the following XML code: <TextView android:id="@+id/agi_val" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="TextView" />...
asked on 20.09.2017 / 14:23
1
answer

c # error when traversing objects dynamically

Good morning everyone. I have a webapi project assembled with the repository pattern and I need to make a modification to the answer that the _repository.getByFilter(...) method offers me. This returns a IQueryable and I need to...
asked on 06.09.2017 / 16:06
1
answer

Change image with mouseover [duplicated]

Having an event mouseover , I would like that when you move the mouse over the image, the image changes depending on what the current image is, if not, it is not changed. HTML <body> <img src="ikefeliz_2.png" id="imagen"&g...
asked on 13.08.2017 / 17:40
2
answers

Click on the child element

I made a directive that I insert it in the div father to restrict some things (such restrictions that I do not put in the example), but I also want to listen when click in the second element only in the second element, how can I listen whe...
asked on 21.09.2017 / 03:48
1
answer

Draw only the horizontal lines of a table

Good, I've been looking for it because I thought it should be pretty easy, but I can not find it. What CSS attribute is used so that only horizontal lines are visible in a table? Example of a table that in its design there are only horizo...
asked on 02.09.2017 / 08:56
1
answer

Find hidden word with regex

I'm trying to find a hidden word with regex, but I do not understand why my code does not work. String s = "ahwereovnkejfnlvienfvia"; String regex = "[a-z]h[a-z]o[a-z]l[a-z]a[a-z]"; String regex2 = ".h.o.l.a." Pattern p = Pattern.compile(regex...
asked on 12.08.2017 / 16:41
1
answer

How to show the values of all the radio type inputs that have the same class?

I want to get all the values of the radio type input to then compare it with a variable with a set value and if some of those radio type input matches the value of that variable I select that radio type input I've been trying to get the amoun...
asked on 27.04.2018 / 08:49
3
answers

$ .ajax is not a function

I have an error when sending data by ajax, it marks me an error in the function $.ajax() but I already checked the documentation and the code is ok. This error marks me    status.js: 29 Uncaught TypeError: $ .ajax is not a function...
asked on 15.08.2017 / 05:01
1
answer

Consult last access date Login MS SQL Server

To know the last access of a Login to a database in SQL Server; Perform the following query to obtain dates however the LOGINPROPERTY function does not contain the last login date of Login. SELECT dbp.name AS [nombreUsuarioBD],...
asked on 14.09.2017 / 17:11
2
answers

Obtain the smallest and largest number of data in an array in C #

I know that for some this may be a question too easy, but I'm just starting with this programming. The exercise is about obtaining the highest and lowest value of 15 data. My problem is that I can not get the minimum value of the whole arrangeme...
asked on 13.04.2018 / 02:28