All Questions

1
answer

Carousel Content Affects SEO? Is the content of the hidden Carousel indexed?

I have a question regarding the Carousel and how its contents are indexed by crawlers . First, I believe most Carousel are not so friendly from the point of view of Accessibility . This in itself could already hurt the indexing of the conte...
asked on 03.01.2019 / 13:38
2
answers

How to use Materialize with Angular?

I'm developing a project, but even though it imports all the CDNs, the angular and the materialize, the materialize JavaScript does not want to work along with the angular, is there some kind of conflict? Importing files: <script src="ht...
asked on 22.06.2016 / 23:58
1
answer

How to display only dates defined in datepicker

I'm using a lib called MultiDatesPicker similar to DatePicker of JqueryUI . Currently in the panel I can select the dates I want, it works normally, however the same calendar is displayed for the user to choose one of the a...
asked on 27.07.2018 / 17:36
1
answer

How does an annonymous innerclass arrow an instance private variable?

Given that Java does not actually have closures , but emulates behavior with a technique using inner classes , the following code: class Test{ private int myField; private void doSomething(){ someInstance.setListener(new on...
asked on 28.08.2018 / 03:10
1
answer

Can a trigger "undo / undo" the triggering action?

Example scenario I have a telefones table where I have a trigger statement that is triggered when executing the insert statement. Doubt Can I use the trigger to check a condition and upon return, "cancel" the actio...
asked on 06.09.2018 / 01:42
1
answer

Passing a list of arguments to a Jasper Reports query

I'm redoing reports in Jasper Reports here from the company. I am migrating to have an agnostic reporting service the structure of the report's SQL query. Before, the system was deeply aware of how such a query was made, but this ran into some o...
asked on 13.04.2018 / 22:16
1
answer

Problems with graphs in Java

I'm making a URI question and in the input they ask so.    Entry: Entry ends in EOF. For each test case, the first line contains two positive integers C and P representing the number of cities (2 < = C < = 50) and the number of bridges...
asked on 06.09.2018 / 16:12
1
answer

Gitlab does not display all changes

In one of the GitLab repositories, 93000 rows have been added in a commit. When I look for this commit locally, using commands such as git log , git show for example, I have a return, through the --stat flag, that actually...
asked on 06.09.2018 / 19:40
1
answer

In WinForms how do the datepicker cursor move when typing the date?

The question is about the DateTimePicker control of WinForms. When we enter the date, instead of choosing the calendar, the cursor does not scroll. That is, we enter the two digits of the day, and instead of the cursor move to the month, it cont...
asked on 06.04.2018 / 06:05
1
answer

Send and pick GET by AMIGAVEL URL

I have this tag in the index <a href="projeto">Projeto</a> What sends me to this page    localhost / project.php What I'm leaving like this    localhost / project With RewriteEngine on RewriteCond %{REQUEST_FILE...
asked on 15.03.2018 / 00:11