-
Notifications
You must be signed in to change notification settings - Fork 0
/
netbeans.html
106 lines (93 loc) · 4.08 KB
/
netbeans.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>F-Learn</title>
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="icon" href="images/iconweb.png" type="image/gif" sizes="16x16">
</head>
<body>
<div class="container">
<div class="header">
<div class="logo">
<a href="index.html" onclick="location.reload();">
<img src="images/logo-unscreen.gif">
</a>
</div>
<div class="menu">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="cacthetronghtml.html">HTMS & CSS</a></li>
<li><a href="tools.html">Tools</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="dangky.html">Đăng Kí</a></li>
</ul>
</div>
</div>
<div class="banner">
<img src="images/banner.png" />
</div>
<div class="content">
<div class= " left">
<h1>Overview</h1>
<div class="title">
What is NetBeans IDE?
</div>
<div class="description">
NetBeans IDE is a free coding support tool that is said to be the best today, used mainly for Java programmers, but the software is quite heavy for computers. configuration with relatively high RAM and CPU to operate.<br>
NetBeans IDE is an integrated development environment and extremely necessary for programmers, this tool can work well with many different operating system platforms such as Linux, Windows, MacOS,... Open source provides the most essential features to create web, mobile, and desktop applications. <br>
NetBeans IDE supports many programming languages such as Python, Ruby, JavaScript, Groovy, C/C++, and PHP. <br>
Through many old versions, now the NetBeans IDE programming tool has been updated to the latest version 8.2 with many changes and upgrades compared to the older versions, such as: <br>
Advanced C and C++ programming languages.<br>
Upgrade and improve Profiler and Java editing tools.<br>
Support Docker, PHP 7.<br>
ECMAScript 6 and experimental ECMAScript 7 support.<br>
Upgrade, improve HTML 5 and Javascript.<br>
To be able to install NetBeans IDE, you must install and pre-configure the JDK in your computer to install it. NetBean IDE is divided into many different packages so that users can download each part, saving space, depending on their needs.<br>
Like Notepad++, NetBean IDE has good syntax suggestions, and there are many interesting features such as automatic source code alignment, Remote FTP, SVN .... Therefore, it is considered an indispensable development environment for programmers.
</div>
<br>
<br>
<br>
<div class="title">
NetBeans IDE Key Features
</div>
<div class="description">
Supports a variety of programming languages.<br>
Smart source code editing.<br>
Intuitive interface, easy to manipulate, use, Is a tool for programming computer software or software on mobile devices.<br>
Intranet and remote debugging.<br>
Testing the graphical interface building feature.<br>
Features QuickSearch, auto-compilation, support for web frameworks, GlassFish server applications, and databases.<br>
<br>
<a href="https://netbeans.apache.org/download/index.html"> Download Netbeans IDE 8.2</a>
<br>
<br>
<a href="tools.html">Giới thiệu về tools Sublime text</a>
<br>
<br>
<a href="vsCode.html">Giới thiệu về tools VS Code</a>
<h5>Đây chính là chuyên mục giới thiệu về tools Netbean IDE 8.2</h5>
<h5>Hãy tìm hiểu thêm về nhiều tools để đem lại hiệu quả cho chính bạn</h5>
<h5>Một số tools thông dụng: Notepad, Netbeans, VS Code, DW...</h5>
<br>
<br>
<br>
</div>
</div>
<div class ="right">
<p>Support Tools and Compilation</p>
<a href="https://www.sublimetext.com/3">
<img src="images/img1.png">
</a>
<a href="https://netbeans.apache.org/download/index.html">
<img src="images/img2.png">
</a>
<a href="https://code.visualstudio.com/insiders/">
<img src="images/img3.png">
</a>
</div>
</div>
</div>
</body>
</html>