Aphp
Androidcss
Android is a mobile operating system based on a modified version of the Linux kernel and other open source software, designed primarily for touchscreen mobile devices such as smartphones and tablets.html
Android 中文版 vue
安卓(Android)是一種基於Linux的自由及開放源代碼的操做系統。主要使用於移動設備,如智能手機和平板電腦,java
Bpython
Bootstrap3 教程 mysql
Bootstrap 是最受歡迎的 HTML、CSS 和 JS 框架,用於開發響應式佈局、移動設備優先的 WEB 項目jquery
Bootstrap4 教程linux
Bootstrap 4從Less遷移到Sass,改進網格系統,支持選擇彈性盒模型(flexbox),廢棄了wells、thumbnails和panels,使用cards代替。Bootstrap 4再也不支持IE8,使用rem和em單位,爲了利用JavaScript的新特性,用ES6重寫了全部插件。android
C
是一種用來表現HTML或XML等文件樣式的計算機語言。CSS不只能夠靜態地修飾網頁,還能夠配合各類腳本語言動態地對網頁各元素進行格式化。
C語言是一門通用計算機編程語言,C語言的設計目標是提供一種能以簡易的方式編譯、處理低級存儲器、產生少許的機器碼以及不須要任何運行環境支持便能運行的編程語言。
D
Docker 是一個開源的應用容器引擎,讓開發者能夠打包他們的應用以及依賴包到一個可移植的鏡像中,而後發佈到任何流行的 Linux或Windows 機器上,也能夠實現虛擬化。
G
Go語言是Google開發的一種靜態強類型、編譯型語言。Go語言語法與 C 相近,是一個開源的編程語言,它能讓構造簡單、可靠且高效的軟件變得容易。
H
Hibernate 5 introduced lots of new features. The Hibernate JavaDocs is a quickstart-style guide with tutorials.
J
Java 11 是自 Java 8 以後的首個長期支持版本,採用開源許可和商業許可組合的方式並採用 GPL v2 許可條款對外提供,帶來了諸如 ZGC、飛行記錄器、Epsilon: No-Op 垃圾回收器等多個新特性
Java 13 released on Sep 17th, 2019. Besides ~2300 bug fixes and small enhancements, the new version of Java contains 5 major enhancements which are also called JEPs (Java Enhancement Proposals). Let’s take a closer look at these major updates: text blocks, switch expressions, re-implemented the legacy Socket API, updates to ZGC and dynamic CDS archives.
jQuery是一個快速、簡潔的JavaScript框架,兼容各類主流瀏覽器。jQuery具備高效靈活的css選擇器,而且可對CSS選擇器進行擴展,擁有便捷的插件擴展機制和豐富的插件。
L
Linux是一套無償使用和自由傳播的類Unix操做系統,是一個基於POSIX和Unix的多用戶、多任務、支持多線程和多CPU的操做系統。
M
MongoDB is a general purpose, document-based, distributed database built for modern application developers and for the cloud era. No database makes you more productive.
MongoDB是一個基於分佈式文件存儲的數據庫,由C++語言編寫,旨在爲WEB應用提供可擴展的高性能數據存儲解決方案。MongoDB是一個介於關係數據庫和非關係數據庫之間的產品,是非關係數據庫當中功能最豐富,最像關係數據庫的。
MyBatis is a first class persistence framework with support for custom SQL, stored procedures and advanced mappings. MyBatis eliminates almost all of the JDBC code and manual setting of parameters and retrieval of results. MyBatis can use simple XML or Annotations for configuration and map primitives, Map interfaces and Java POJOs (Plain Old Java Objects) to database records.
The world's most popular open source database
MySQL 是最流行的關係型數據庫管理系統之一,在 WEB 應用方面,MySQL是最好的 RDBMS (Relational Database Management System) 應用軟件之一。
N
Nginx是一個高性能的HTTP和反向代理web服務器,同時也提供了IMAP/POP3/SMTP服務。Nginx佔有內存少,併發能力強。
P
PHP is a popular general-purpose scripting language that is especially suited to web development. Fast, flexible and pragmatic, PHP powers everything from your blog to the most popular websites in the world.
PHP即「超文本預處理器」,是一種通用開源腳本語言。PHP是在服務器端執行的腳本語言,與C語言相似,是經常使用的網站編程語言。PHP獨特的語法混合了C、Java、Perl以及 PHP 自創的語法。利於學習,使用普遍,主要適用於Web開發領域。
Python is a programming language that lets you work quickly and integrate systems more effectively.
Python是一種跨平臺、解釋型、面向對象、動態數據類型的高級程序設計語言。Python主要用於:Web和Internet開發、科學計算和統計、人工智能、桌面軟件開發、後端開發。
R
Redis是一個開源的使用ANSI C語言編寫、支持網絡、可基於內存亦可持久化的日誌型、Key-Value數據庫,並提供多種語言的API。
S
The Spring Framework provides a comprehensive programming and configuration model for modern Java-based enterprise applications - on any kind of deployment platform.
Spring Boot設計目的是用來簡化新Spring應用的初始搭建以及開發過程。該框架使用了特定的方式來進行配置,從而使開發人員再也不須要定義樣板化的配置。
Spring Cloud是一系列框架的有序集合。它利用Spring Boot的開發便利性巧妙地簡化了分佈式系統基礎設施的開發,如服務發現註冊、配置中心、消息總線、負載均衡、斷路器、數據監控等,均可以用Spring Boot的開發風格作到一鍵啓動和部署
SQL是一種特殊目的的編程語言,是一種數據庫查詢和程序設計語言,用於存取數據以及查詢、更新和管理關係數據庫系統。
V
Vue是一套用於構建用戶界面的漸進式JavaScript框架。Vue 被設計爲能夠自底向上逐層應用。Vue 的核心庫只關注視圖層,方便與第三方庫或既有項目整合。