Interesting questions
-
0
votes1
answer104
viewsHow to fill a <li> tag created with Javascript?
I want to fill in the tags li with what you have in the array nomes. I know what the attribute is for value serves, it is far from what I want to do. But I left there to illustrate. var nomes =…
javascriptasked 6 years ago KalebLight 27 -
6
votes1
answer407
viewsPhoto taken by my app does not appear in Gallery
When generating the photo through my app it correctly creates the folder and saves the photos taken there, but when I go in the Mobile Gallery is as if the photos did not exist, the default Android…
-
-2
votes1
answer229
viewsHow to enable Basic Authentication in Nginx for an Angular path?
I have an angular application where I want to protect a specific path with basic HTTP authentication. The application paths are meusite.com.be/#/example-path. The Nginx configuration file looks like…
-
1
votes1
answer103
viewsFunction does not work with Usesubmitbehavior="False"
I own that button: <asp:Button ID="Button11" runat="server" Text="Cancelar" CssClass="btn btn-danger btn-block" OnClick="Button11_Click" OnClientClick="javascript:return confirm('Deseja cancelar…
-
1
votes1
answer99
viewsHow do you align the form in bootstrap?
I’m not getting the form lined up, could someone give me a hand? <div class="modal fade" id="modalJustificar" tabindex="-1" role="dialog" data-backdrop="static" aria-labelledby="myModalLabel"…
-
2
votes2
answers1187
viewsWhat is the purpose of the Assets directory?
I’m starting to learn about Unity, and in my first project I came up with a question about the directory Assets. It contains some files that are C# game scripts, and other extension files *.asset…
-
0
votes1
answer167
viewsChange button behavior according to URL
How can I change the behavior of a button according to the URL? I have the following URL, e.g.: site.com/search/hill climbing machine the button would be something to filter according to the price,…
-
0
votes0
answers209
viewsTaking textarea data from a Jtable
I know how to use the DefaultTableModel is not the best way to make the tables, however I have not mastered anything of AbstractTableModel, i have a table that is edited as Jtextarea, but when I…
-
0
votes0
answers40
viewsProblems serializing a form and making a Viewmodel Post using Ajax - Asp.net Core MVC
I’m making a Submit using AJAX, but I’m having problems because it’s giving error 404 and I’ve tried to do several ways to use JSON.stringfy, use [Frombody] in the controller action, etc. Can anyone…
-
1
votes2
answers613
viewsTwitter bootstrap, button on panel title
I’m trying to put a button inside the title of a panel twitter bootstrap 3, but this button is not aligned centered on the panel. Code: <div class="panel panel-default"> <div…
-
1
votes1
answer36
viewsHow to use groupBy with pd. Cut?
I’m trying to perform a groupby with the pd.cut() function, but I’m getting weird results. I have the following columns: jul/16 Ago/16 R$ 34.252,00 R$ 52.000,00 R$ 33.850,00 R$ 33.850,00 R$…
-
2
votes1
answer381
viewsJSON Structure for Highchart Line
I would like to know what would be the correct structure to create a LINE chart in Highcharts with dynamic data: Example http://jsfiddle.net/gumaro/6u4Ha/2/ I have values that I want to show in a…
-
-1
votes1
answer31
viewsstring.Slice() returns empty string
I’m trying to make a system of putting words together, and I thought I’d use the .slice(). But it returns an empty string. I have already searched but no one has explained it properly. I have two…
-
1
votes0
answers58
viewsHow to inject a Factory when creating a unit test with Angularjs?
good afternoon! I am creating a unit test for my controller and the same is giving the following error: Typeerror: Cannot read Property 'saveUser' of Undefined At Scope.UserFormCtrl.$Scope.save I…
-
1
votes1
answer688
viewsHow to set a string-like field to nullable in Code First?
I got the field descrPapel of the kind string and would like that field to be created as nullable, that is, to accept null when I was gonna do some Insert/update in records of this type of entity.…
-
5
votes3
answers11223
viewsWhat is the MINUS command for and how it works on oracle
I’ve never seen this command before and I haven’t found it here either, I don’t know if it has another name and from the Oracle documentation I couldn’t understand exactly how it works. I just want…
-
4
votes3
answers821
viewsProblem between C# system and Warsaw plugin (GAS Technology)
My project was built with the C#language. Everything was going smoothly, until some customers started reporting errors when opening my system. The error goes as follows: the client clicks on the…
-
0
votes0
answers255
views -
5
votes2
answers1057
viewsAngular route link does not work on bootstrap
Person I’m having problem in the menu. The links made in Bootstrap are not bringing my angular routes. If I put the command in the navigation bar goes well. I’ve researched several things and…
-
0
votes1
answer214
viewsTest error with Jest and Supertest
Good afternoon, you guys; I created my tests with Jest and supertest, and they are giving an error "Object.is Equality", Versão Node: 12.18.3 Versão NPM: 6.14.4 Versão Yarn: 1.22.4 ps: I am using…