Posts by Joao Albuquerque • 45 points
5 posts
-
2
votes1
answer85
viewsQ: How to change typing in Haskell
I want the function to draw a number and, if it is larger than 7, send an approval message and call this add function. However, my function only falls in the 'Else'. The "failed" message appears. I…
haskellasked Joao Albuquerque 45 -
1
votes1
answer1656
viewsA: img no trim using Thymeleaf, spring boot (with Maven)
Solution to the problem as described in the link: https://stackoverflow.com/questions/46877728/image-does-not-show-using-thymeleaf-and-spring/46877798#46877798 No folder is required static on the…
-
0
votes1
answer1656
viewsQ: img no trim using Thymeleaf, spring boot (with Maven)
The image I want to add is in the following directory: /src/main/resources/static/images/logo.png And the HTML tag looks like this: <img width="220px" height="70px"…
-
1
votes1
answer347
viewsQ: How to separate Edit String in Excel
I need to separate this type of string (Example): 1 Estruturas lógicas. 2 Lógica de argumentação: analogias, inferências, deduções e conclusões. 3 Lógica sentencial (ou proposicional). 3.1…
-
0
votes1
answer95
viewsQ: How to allow access to the page FORM ONLY
I have a wordpress page that there is a form, which the user passes email, name and status. When the registration is completed, I capture your data in a database (Mailchimp, in my case) and redirect…