Posts by Carlos Ferreira • 571 points
11 posts
-
1
votes0
answers217
viewsQ: How to close connection like Jparepository and Spring Boot
Hello, I am working on a project using Spring Boot and am using Jparepository. I need to close the connection after running a bank operation, for example: query - findAll(). I know it may seem…
-
1
votes0
answers47
viewsQ: TLS 1.2 in Spring Java
Does anyone know how to configure for the Java application to use TLS 1.2 ? This configuration is done in the Java application or on the server ? I’m wearing Spring 3.1 Thank you…
-
2
votes2
answers411
viewsQ: Use Angular 2 without Nodejs after build
I am developing an application in Angular 2 using Webpack. My doubts are, after I build for production: I can run this app without the Nodejs ? I can run the app Angular 2 no server, right in the…
-
2
votes2
answers52
viewsQ: Do internal links help Google rank?
I wonder if internal link building on a blog, help rank on Google? If I have a blog and every post I do, I link to one or two posts during the article. This helps make those posts rank on Google?…
-
6
votes1
answer902
viewsQ: How to get information from inside the image in PHP?
I need to get the information inside the image with PHP, information like: Trademarks (or tags), Title, Comments, Authors and Copyright. Does anyone know how to get this information using PHP?…
-
4
votes1
answer657
viewsQ: Randomized and ascending order query in MYSQL
I have a table where I have the student’s name and his score, I need to pick up 5 random students and display them in ascending order of the score. I tried to do it this way, but he’s just randomly…
-
0
votes2
answers1544
viewsQ: Export SQL Server 2014 Database
I need to export the SQL Server database to send to a friend. However I am not getting, I wonder if I copy these files and send to it, if it will work in his SQL Server (I do not know what version…
-
10
votes3
answers6925
viewsQ: How to send 2 Controller objects to the View in C#?
I made a query in the database in 2 tables and saved in 2 objects in the controller, but I can only send 1 object to the view. // Controller // Pego os dados do BD e salvo no objeto var objPessoa =…
-
8
votes2
answers323
viewsQ: What is the @ in a view and controller for?
I program in PHP and I’m starting to learn how to program in C# ASP.Net MVC, but I’m having some questions: What is the purpose of @ (arroba) both in controller how much in the view ? What are these…
-
8
votes1
answer374
viewsQ: What is ADO.NET for C#?
I’m starting to learn about C# for web applications, and I wanted to know what ADO.NET is and what are the advantages of using it?
-
3
votes1
answer109
viewsQ: How to put a string at the end of all Urls via PHP (Codeigniter)
I’m using the Codeigniter framework to develop a system. But in the company where they are using, the pages are not updating right, it is as if the cache is full page and only when I give an F5 it…