Posts by Roberta • 375 points
15 posts
-
2
votes1
answer80
viewsQ: Jboss Forge x Spring Boot
What difference between Jboss Forge x Spring Boot? When using one or the other? Is there any "Tomcat Forge" for example? Or are they different things?
-
0
votes1
answer1116
viewsQ: Visualg - 5 larger issues
I’m getting 5 values and need to sort from smaller to larger, without using loop or array. I was only able to discover the smallest and the greatest; how could I discover the middle ones? Follow…
-
5
votes2
answers4257
viewsQ: Spring Boot x Spring MVC
Spring Boot is the same thing as Spring MVC? In practice no longer use Spring MVC (or, should not use) and only Spring Boot?
-
0
votes2
answers83
viewsQ: Replace HTML tags
I have a PHP page that displays POSTS (BLOG style). Only sometimes I put some commands in the text itself (html tags etc). How can I do to: 1 - -> If you have something like Alert() it just shows…
-
0
votes1
answer128
viewsQ: Xamarin.Forms - Shared Project x PCL
When I design a project in Xamarin.Forms, it allows you to choose between: Shared Project and PCL. What’s the difference between the two? What advantages and disadvantages?
-
0
votes2
answers32
viewsQ: Macagent Xamarin
I have Visual Studio 2017 installed on Windows. And on my Mac Xcode. To compile projects in VS 2017 via Windows, I can connect to a Mac, Via Macagent. My question is, on my Mac I only need Xcode…
-
1
votes1
answer32
viewsQ: What’s this C#resource called
I always saw it in the c# var button = new Button(this.ApplicationContext); button.Text = "New button; Only now I saw that the way below also the, accessing the properties directly with {, what this…
-
1
votes4
answers66
viewsQ: Help with PHP and Mysql
I have 2 tables; [links] id link clicks Exemplo de Link cadastrado ID link clicks 1 http://www.google.com NULL 2 http://www.gmail.com NULL [users] id nome email Exemplo de user cadastrado ID NOME…
-
5
votes1
answer2138
viewsQ: Spring MVC x Spring MVC Boot
What is the difference between Spring MVC x Spring MVC Boot? Are they the same thing? Is there any advantage in using the second? Thank you
-
2
votes2
answers4050
viewsQ: Send PHP notifications
I see many sites using pushcrew (or other services) to send notifications, even if the browser is closed. My question would be, is it possible to do this directly using the HTML 5 Notification API?…
-
1
votes1
answer1146
viewsQ: Maximum Function nesting level of '100'
I’m getting the following error on Laravel (while recovering a password): Maximum Function nesting level of '100' reached, aborting! The solution I found was to add this line in autoload.php…
-
1
votes1
answer407
viewsQ: Laravel Authentication by Routes
Is there any way in Laravel to add permissions or put a users in a specific group when logging in (I refer to the Auth structure of Laravel itself). Example, I define that only an Admin Group has…
-
2
votes0
answers521
viewsQ: RESTFUL API - What it would be
What would be a RESTFUL API? What is different from a Web Service (which has Webmethods with CRUD operations for example)? Thank you
-
3
votes2
answers994
viewsQ: Join in Laravel 5.x in two tables?
I have two tables that are already listed on MySQL and use Laravel, I am already persisting the information in the bank. When I record a news, it is already assigned to the author normally (tables…
-
4
votes1
answer467
viewsQ: Load Video by PHP (only part)
I have some files. MP4 When I want to display them, I create an html tav video and point to this mp4. Only sometimes I’d like to broadcast only part of the video. Ex: the video has 10min. But I want…