Interesting questions
-
0
votes1
answer342
viewsHow to change text of an html table according to the result
I am making a table in html and wanted to change all texts according to a result. For example: If in the table it appears as 1 it means that it is in use, then make the change and replace the number…
-
6
votes1
answer1536
viewsDirective differences in Angular
I would like to know the difference between the statements of directives. For example: ng-for="" *ngFor="" (o que é esse asterisco?) ngFor="" [ngStyle] I’ve seen and used them, but I haven’t found…
angularasked 8 years ago Marco Garcia 332 -
3
votes1
answer1144
viewsResize Canvas Chart
I’m using Chartjs and I have a radar graph. See the code below: Also have that fiddle. var radarChartData = { labels: ["Item1", "Item2", "Item3", "Item4"], datasets: [ { label: "Linha1", fillColor:…
-
0
votes1
answer31
viewsIs there an alternative to the Outputcache directive previously used on . aspx pages, to be used on . cshtml pages in . net core?
Is there an alternative to the Outputcache directive previously used on . aspx pages, to be used on . cshtml pages in Asp . net core ?
-
-1
votes2
answers521
viewsValidation function gets number 0 or 1
I made a validation function to accept only 1 or 0, but either 1 or 0 are being interpreted as INVALID. Any suggestions as to what the mistake would be? function valida_variavel_zero_um($valor){…
phpasked 8 years, 4 months ago olifreitas 77 -
0
votes1
answer25
viewsInstaller with autoscoll
Good morning. I’m creating an updater and I need to make every $rs run the scroll go down. What is currently happening? It’s a white screen, but it’s running, and when it’s over it’s all at once.…
-
3
votes0
answers554
viewsHow to copy Firebird fdb database data to gdb
I have a database firebird in format fdb,on it has a table that I want to import to another bank firebird in format gbd. How do I do this process ?…
-
0
votes1
answer50
viewsCSS and BOOTSTRAP No Margin Image
Good guys I’m weak in HTML/CSS and bootstrap. I want to make a site with full background image (no margin). Ex > Example I want to copy But when I put this bootstrap code to show the modal below,…
-
0
votes0
answers110
viewsPersist child objects with parent id 1:N
Guys I’m having difficulty in relationships with Hibernate, I have a 1:N relationship between Provider and Address (1 provider may have N addresses). My problem is this, when I try to persist a…
-
0
votes1
answer1463
viewsFetch parameter from URL
I’m creating a site that has email registration validation. Thus, when registering, the user receives a welcome email containing a link to activate his registration and only then can access his User…
phpasked 9 years, 10 months ago Developer1903 717 -
0
votes0
answers4
viewsHow to automate a status by contacting the Tories?
I would like to automate a test someone can give me a hint
-
2
votes1
answer163
viewsHow do I add instead of concatenate
would like a help. I have the following code: var totalBruto = 0; var tot_desconto_vlr = 0; var total = 0; var totalLiquido = 0; $(document).ready(function () { $(".desc_vlr").on("input", function…
-
2
votes1
answer547
viewsWhat are the shortcut keys in Phpstorm to remove Namespaces that are not in use in a Class?
What is the shortcut on phpstorm that clears the namespaces that are not in use in a class, I saw in a video class the teacher talking about a key combination and automatically cleared the…
-
1
votes1
answer480
viewsGet error message in Httpclient Post
I have a WCF Service on a server whose service is also configured as Webinvoke: [WebInvoke( Method = "POST", UriTemplate = "/work", BodyStyle = WebMessageBodyStyle.WrappedResponse, ResponseFormat =…
-
1
votes1
answer566
viewsView fullcalendar codeigniter events
Hello! I want to retrieve the events from the database and display them in the calendar. Can you help me to do this? So far I have the following codes: Model: Public function obter_noticias() { $sql…
-
0
votes0
answers100
viewsHow to insert Google Analytics charts into HTML?
I need to insert the customer’s Google Analytics charts into the Dashboard of his website. How to do this? Example:…
-
0
votes1
answer16
viewsForeach in the FPDI repeats the data in the same place
I dynamically send to this file via controller the data in an array called $vaccines, I am using Import Autoload for this reason. It turns out that the information is being printed in the same…
-
2
votes1
answer4040
viewsjsPDF include css
How do I save this DIV, with css formatting, if it is easier to do with table, also can, because what I need is only show this DIV with value inside. It will be generated side by side. var doc = new…
-
1
votes1
answer134
viewsCheck if number is available within a defined range
I have a pre-defined numbering, for example from 1 to 4. Now I need him to show the numbers that are not being used, which would be: Números não usados: 2,4 I started the code like this: <?php…
phpasked 7 years, 4 months ago kibarco net 99 -
1
votes0
answers97
viewsCheck Dynamic Checkbox (Checkbox) from a while inside the database
Guys, I’m banging my head here with this... I have two tables in the bank, one corresponds to the department and another corresponds to the checkbox registered for that department, the problem is,…