Posts by user11890 • 355 points
16 posts
-
1
votes1
answer828
viewsQ: Angular parameters not mandatory on the route
I have a screen where I need to pass a parameter according to your call, IE, have calls that are not necessary to pass the parameter and have calls that are direct queries that are necessary to pass…
-
1
votes1
answer686
viewsA: jQuery Datatable Print Details
I managed to solve my problem by following this solution, where it indicates how to make so that always be printed the detail. I simply copied and understood the whole process. Apparently I didn’t…
-
1
votes1
answer686
viewsQ: jQuery Datatable Print Details
I have a datatable with original data and details data, this detail data can be expanded as desired by the user, but I have a printing problem, when I use the function print datatable, only the…
-
0
votes1
answer244
viewsQ: jquery datatable display details
I have a jQuery Datatable that has detail, where click on the line expands the detail tamplate that makes a request to the server and brings different data from the main table, I followed this…
-
0
votes2
answers224
viewsA: Deployer of a Spring Boot Project
I did the checking to see if my Main class made the extend for Springbootservletinitializer and yes, there was this extension. One thing I noticed was the lack of permission to access files, at…
-
0
votes1
answer110
viewsA: Problems with select component
I was able to solve using ng-if, where it removes the element and creates again according to the expression: ngIf angular: Starts the variable: $scope.lista = []; calls the function…
-
4
votes2
answers224
viewsQ: Deployer of a Spring Boot Project
I’m deploying my first project in Spring Boot + Angular. I have a linux server (centos) where I took a tutorial to install Tomcat: tutorial The Tomcat is configured according to the tutorial, I’ve…
-
4
votes1
answer110
viewsQ: Problems with select component
I have a problem presenting my list of items from my select. In this my HTML I use ng-repeat to list all items, and when my screen is loaded my first and only item is: {{list name.}}, when I click…
-
-1
votes1
answer148
viewsQ: Components for Integration Services - SSIS - Data Flow
Hello! I have a need to develop a component for Integration Services (SSIS) -> Data Flow. I already have components developed for the Control Flow area, but I have never developed anything for…
-
0
votes1
answer196
viewsQ: Creating Project Grails at Intellij
I’m having trouble creating a Grails project at Intellij. I tried with multiple versions, 2.4.4, 2.5.0, 2.5.6 and all the same error occurs while sending the run-app command: |Running Grails…
-
2
votes1
answer9344
viewsQ: How to make a Floating Action Button?
I am developing an application for Android, I would like to know or some example to include a Floating Action Button? This Floating Action Button would be a shortcut to a system action, in my case…
-
2
votes1
answer150
viewsQ: Panelgrid does not share columns with Repeat
I have a panelgrid that I can not in any way divide in columns a ui:repeat, whatever the amount. <h:panelGrid columns="2" > <ui:repeat var="p" value="#{cadSetor.campos}" >…
-
5
votes1
answer5666
viewsQ: Convert Image String to Bitmap Delphi
I have an application that sends photos, these photos are stored in the database (SQL Server) in a varchar(max) as a text. So far so good. Now I need to convert all this text into Bitmap and show…
-
0
votes2
answers728
viewsQ: Action Imageview in Listview
Good night, I’m developing an application for android, and I have on my main screen a Listview and an Activity with two Imageview and a Textview, this Activity is called in the main class that…
-
1
votes3
answers152
viewsA: Android service runs only the first time
After so much forcing a successful attempt, I think I figured out what it might be, actually an alternative that I don’t know if it’s the right one, but apparently it worked, I simply pulled the…
-
3
votes3
answers152
viewsQ: Android service runs only the first time
I am developing an application where synchronization is done with a web services. The application is very simple, makes a list of questions, the user responds, when clicking finish, records this…