Posts by Felipe Albuquerque de Almeida • 351 points
8 posts
-
0
votes2
answers1557
viewsA: Problem when integrating Jquery, bootstrap and Popper.Js scripts at angular 6
try the following: "styles": [ "src/styles.css", "./node_modules/bootstrap/dist/css/bootstrap.min.css" ], "scripts": [ "./node_modules/jquery/dist/jquery.min.js",…
-
6
votes1
answer5390
viewsA: What’s the angle for?
What is Angular? It is a Javascript framework that was made with the intention of helping to develop the front end of the application, that is, the part that runs in the user’s browser. Initially…
angularanswered Felipe Albuquerque de Almeida 351 -
2
votes2
answers541
viewsA: Problem with LEFT JOIN using Pentaho Kettle
I tested your SQL on Sqlserver and it worked normally: The problem must be in the engine of the Pentaho Kettle. The following code is the same, but try to see if it works, because it must be a…
-
2
votes1
answer496
viewsA: Integration between Alfresco and Liferay to use Alfresco as a document library
About using the same user Create a web services that works with a standard user and password; Create your user log on a separate basis (For Alfresco and Liferay will always be the same user only you…
-
2
votes1
answer474
viewsA: Registration via facebook api
As answered by Luiz, there is the tutorial, and what is not said in the tutorial is that it will be necessary to send to appraisal a web application on facebook, in the tutorial it seems that is…
-
4
votes2
answers26381
viewsA: Problem connecting to SQL Server 2012 database on IIS
Port 1433 is cleared in the server firewall that has the bank? If you are not executing the steps already answered here on this page by another user. The bank is on the same server as the website?…
-
4
votes1
answer399
viewsA: ASP NET MVC project architecture
I work with this type of information every day and I can say that the ideal is to have the files saved on a file server, saving them in a folder structure that facilitates the search for them, and…
-
2
votes2
answers987
viewsA: Gridview ASP.NET c# data from the same table
<%@ Page Language="C#" AutoEventWireup="false" CodeFile="Template.aspx.cs" Inherits="Template" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"…