Posts by Thainá V. • 151 points
5 posts
- 
		0 votes1 answer2563 viewsA: Import XLS to PgadminPalliative Solution: Transform the *.xls file into *.csv file and import it. You must create your table first and then you can import data easily by right-clicking on the table name and then… 
- 
		4 votes1 answer3666 viewsA: What is an automated test?Automated testing is the use of software to control the execution of software testing by comparing expected results with actual results. Where I work we use Testcomplete to automate testing in… 
- 
		6 votes3 answers461 viewsA: Is there a significant difference in performance when using Netbeans IDE with JDK 9 instead of JDK 8?JDK 9 update Project Jigsaw was promised long ago as a way to allow programmers to write code that included independent modules. Jigsaw’s goal is to define a standard module system for the Java… 
- 
		1 votes1 answer347 viewsA: What is a vision document?The vision document captures design constraints and high-level requirements so that the customer can understand the system that will be developed. Its goal is to provide a broad view of the product… 
- 
		1 votes2 answers909 viewsA: Error - Font-Awesome iconTry changing the import form to: <link rel="stylesheet" type="text/css" href="./css/font-awesome.css"> font-awesomeanswered Thainá V. 151