Interesting questions
-
-1
votes1
answer66
viewsMargin does not push content to the center
I recently asked a question because my margin top did not push my div down, following the example in the previous question I was able to solve, but now, using the same explanation of the previous…
cssasked 7 years, 2 months ago Fernando Munhoz 163 -
1
votes2
answers881
viewsPHP Search system ignore uppercase letters and add keywords
I have a simple search system that searches for values in the comic book and displays on the page. In the table I have a column called palavraschaves where the words I leave as a query parameter are…
-
0
votes1
answer41
viewsAuthentication using php and Azure webapp services
There’s something like Firebase - with AZURE cloud-ready authentication? How do I ask the question of php? You can help me with an example?
-
-1
votes1
answer165
viewsX-axis positioning using Matplotlib in python 3.x
I made the code below to print a graphic however precise that the x-axis is at the point(0,0). I tried several paths and could not help? I believe it’s something simple but I couldn’t find. import…
-
0
votes1
answer47
viewsDisplay in a Messagedialog the contents of List<String> message = new Arraylist<String>();
Good night, I need to display the contents of the message array in a Message Dialog: List<String> mensagem = new ArrayList<String>(); In the course of code I add some text to the array…
-
0
votes1
answer16
viewsReporting Services does not bring line with zeroed values
I am making a report of the students' status by course modality, where I need to display a matrix, even if all values are zeroed. By filtering a certain course, which does not contain the "Distance"…
-
2
votes1
answer167
viewsSpinner in Popup
I have a screen where it has a Gridview and a ImageButton. Well, by clicking on that ImageButton open a PopUp containing two spinner and a ImageButton. Those spinners are populated through a web…
-
4
votes1
answer1895
viewsHow to identify which user is on my website page with Jquery
I’m making a script to identify if the user is on the site or not, but I have no idea how to do it, could someone help me? My doubt is the following, I want to know if the user is on my page, for…
-
1
votes0
answers34
viewsNoreversematch with Keywords Arguments even if there is a route
I am trying to send an id to the url using Xios with the following line: const request = axios.put("{% url 'forms:save' card_id=card.card_id %}", this.body_text_value).then(response =>{…
-
2
votes1
answer692
viewsjFrame frozen/locked when opening in a jTable
The idea is to click on the row of the table that is a jFrame1 and open another jFrame2 with the search of the information of the person based on RE, but when I click on it the code works but opens…
-
3
votes3
answers43
viewshow to execute a specific button on a list of 5 identical buttons
I’m doing a user-friendly Dashboard and I need a button to edit. When the edit button runs it just makes code appear and disappear, but wanted to know if it is possible to execute jQuery code and…
-
0
votes1
answer33
viewsClose Activity if Idle
I have an app and I need Activity automatically close if idle, that is, if the user does not touch the screen for 30 seconds, the Activity automatically closes. While the user is using (tapping) a…
-
2
votes1
answer1195
viewsHow to change the position of bootstrap elementals?
I wanted to change the position of elements of a page formed in bootstrap As I present in the following images as I resize the page the buttons [EN][PT][ES] change positions and I believe it is…
-
0
votes0
answers290
viewspass several annexes via ajax
Hello guys my first post here, I’m having a problem sending more than one attachment via Ajax. I have an API in jersey that gets the call. if I send only one attachment works well, however if I…
-
1
votes2
answers1063
viewsLeft John returning more records
I have a main table with about 5,000 records, and I need to search for information in another table with 7,000 records. But my query is returning +6,000: SELECT principal.id, info.nome,…
-
7
votes3
answers1689
viewsHow to read file passing part of the name in Java
Example.: The name of my file would be 001nome.txt, this file will have a varying action on the name depending on the entity, ie one time it may be 001nome.txt another time it may be 999nome.txt.…
-
2
votes1
answer31
viewsHow to create a Merged "Resourcedictionaries"
I have a small example where I created an application-level Resource: <Application x:Class="teste1.App" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"…
-
2
votes1
answer774
viewsChange image by clicking, when clicking again return to initial image
I need to change the icon every time I click and keep that other icon until I click again, then it goes back to the initial icon. How do I do this? Below is the code I’m using to create this menu.…
-
4
votes2
answers2885
viewsRetry Case Gives Timeout with Axios
Eae guys, I have a little problem to give a Retry in a POST using Next case exceeds Timeout. I’m trying to implement this(https://github.com/softonic/axios-retry) library next to Axios, but it…
-
2
votes2
answers75
viewsConversion of bank image to use in a background
I am using the following code to put buttons with each category name, however I am not able to (I am not able to search) convert the background image, just give me the tostring option. {…