Interesting questions
-
0
votes0
answers36
viewsHow to send an F11 on an open page on IE8.0
I’m having a problem, the company I work with uses browser version IE 8.0 in windows XP, i have a code that sends a command F11 in javascript works on any browser but in this specific does not run…
javascriptasked 7 years, 9 months ago teste1234 31 -
0
votes1
answer196
viewsHow to get a refresh token in Jasmin using the Authorization Code Grant process
In the last step of the Oauth Authorization Code Grant process when asking for a access_token from the url https://identity.primaverabss.com/connect/token this is not returning the refresh_token as…
-
0
votes1
answer2907
viewsGit push origin master command returns error
$ git push origin master To https://github.com/MarcusVSouza/cursoGitAlura.git ! [rejected] master -> master (non-fast-forward) error: failed to push some refs to…
gitasked 7 years, 1 month ago Marcus Souza 23 -
4
votes2
answers52
viewsHow to search for specific data on the same line?
I’m reading a file XML where I have to take the values of certain data that are on the same line, example: I have the following line: <"Row GenericKitName=\"12000\" QueryID=\"999\"…
-
0
votes1
answer35
viewsPseudo selectors css
I need to use two pseudo selectors in the same css type ul li:Nth-Child(4), but I have a submenu with another ul and end up focusing on the two ul, I need you to change only the first ul, I’ve tried…
-
1
votes1
answer208
viewsHover effect does not work
I’d like to make an effect Hover in my form similar to that of this site: http://novaerateam.com.br/ When you hover the mouse on top a little box appears on the side I can’t do it .corpo-1 ul li {…
-
-1
votes1
answer109
viewsSave entities related to cakephp-3
I don’t understand why related entities aren’t working with cakephp, for example: I have a company entity, and this company has a user. In my view, the company values correctly put…
-
-1
votes1
answer61
viewsUse Animation and keyframe in ui material makeStyles
I am trying to use keyframes in makestyles of the ui material, but no effects appear. The Goal is to make the button pulse. What’s wrong with my code? This is what I managed to evolve using an…
-
0
votes1
answer39
viewsVS 2012 Express does not access TFS 2012 Express
I installed TFS 2012 Express on a server and everything is installed right. Web access by address ipdoservidor:8080/tfs normally. But when I try to search for the VS 2012 that I have on my machine,…
team-foundation-serverasked 11 years, 4 months ago Thiago Henrique 544 -
0
votes1
answer278
viewsMongodb - Add documents that have a certain value within an array
Hello, thank you for your attention. If I have left any questions, please let me know. I found a problem that is driving me crazy. I have the following collection: { "_id":…
-
0
votes1
answer38
viewsTaking String values and separating them
Ex.: (Textview)result = "text1;text2;text3;text4" ; I want to take them in sequence and do it this way, so that I can manipulate them separately. String tx1 = "text1"; String Tx2 = "text2"; String…
-
0
votes0
answers100
viewsDownloading data from the Internet site Bovespabmf by R
I need the data of this site here Bovespa: http://www.b3.com.br/pt_br/market-data-e-indices/servicos-de-dados/market-data/historico/mercado-a-vista/series-historicas/ The data I want is from the…
-
0
votes1
answer3862
viewsERROR Error: Cannot find a supporting differ Object '[Object Object]' of type 'Object'. Ngfor only Supports Binding to Iterables such as Arrays
I am trying to display a list using ngFor but is giving this error: ERROR Error: Cannot find a differ supporting object '[object Object]' of type 'object'. NgFor only supports binding to Iterables…
-
-1
votes0
answers12
viewsHow to capture inheritance data with mapstruct?
I am creating an API with Spring and there was a need to make inheritance for different types of users. My entity structure follows as follows: @MappedSuperclass @Getter @Setter…
-
1
votes2
answers54
viewsError while running a Trigger
I have a problem in a Rigger that when I do an input of a record I want to automatically pass a value that comes by default is 1 to 0 only it is always giving this error. Can’t update table…
-
1
votes1
answer2405
viewsLogin failure for user "NT IUSR AUTHORITY"
I have a Webservice application running on IIS, but how much I try to consume from this error: System.Exception: Login failed for user 'IUSR NT AUTHORITY' I tried to add this user in the database,…
-
3
votes2
answers4231
viewsHow to assign HTML code to a Javascript variable?
I have the following HTML code: <table class="al-center" style="width: 520px;"> <tr> <td> <div class='form-group'> <label class='control-label' for='auto'>RECEBIDO…
-
0
votes3
answers280
viewsHow Django URL works
I’m developing a Jango website. Where I own these two structures main from django.contrib import admin from django.urls import path, include from post import views urlpatterns = [ path('admin/',…
-
0
votes1
answer44
viewsProblems deleting mysql database
Good morning people, I am creating a function to delete in the bank, but when I click the button it does not work, I would like some suggestion. php requests. <?php $sqlCat = "SELECT…
-
0
votes0
answers15
viewsJson-server api does not render images
Good morning, I created an Ecommerce api with json-server and when I do the rendering component on the screen, the api images does not work, my project is divided into two folders, api and web, the…