A
Android
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.
Android 中文版
安卓(Android)是一种基于Linux的自在及凋谢源代码的操作系统。次要应用于挪动设施,如智能手机和平板电脑,
B
Bootstrap3 教程
Bootstrap 是最受欢迎的 HTML、CSS 和 JS 框架,用于开发响应式布局、挪动设施优先的 WEB 我的项目
Bootstrap4 教程
Bootstrap 4从Less迁徙到Sass,改良网格零碎,反对抉择弹性盒模型(flexbox),废除了wells、thumbnails和panels,应用cards代替。Bootstrap 4不再反对IE8,应用rem和em单位,为了利用JavaScript的新个性,用ES6重写了所有插件。
C
CSS 手册
是一种用来体现HTML或XML等文件款式的计算机语言。CSS不仅能够动态地润饰网页,还能够配合各种脚本语言动静地对网页各元素进行格式化。
C语言
C语言是一门通用计算机编程语言,C语言的设计指标是提供一种能以繁难的形式编译、解决低级存储器、产生大量的机器码以及不须要任何运行环境反对便能运行的编程语言。
D
Docker 教程
Docker 是一个开源的利用容器引擎,让开发者能够打包他们的利用以及依赖包到一个可移植的镜像中,而后公布到任何风行的 Linux或Windows 机器上,也能够实现虚拟化。
G
Go 语言
Go语言是Google开发的一种动态强类型、编译型语言。Go语言语法与 C 相近,是一个开源的编程语言,它能让结构简略、牢靠且高效的软件变得容易。
H
Hibernate 5
Hibernate 5 introduced lots of new features. The Hibernate JavaDocs is a quickstart-style guide with tutorials.
J
Java 11 中文版
Java 11 是自 Java 8 之后的首个长期反对版本,采纳开源许可和商业许可组合的形式并采纳 GPL v2 许可条款对外提供,带来了诸如 ZGC、航行记录器、Epsilon: No-Op 垃圾回收器等多个新个性
Java 13
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 手册
jQuery是一个疾速、简洁的JavaScript框架,兼容各种支流浏览器。jQuery具备高效灵便的css选择器,并且可对CSS选择器进行扩大,领有便捷的插件扩大机制和丰盛的插件。
L
Linux 教程
Linux是一套收费应用和自在流传的类Unix操作系统,是一个基于POSIX和Unix的多用户、多任务、反对多线程和多CPU的操作系统。
M
MongoDB
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 教程
MongoDB是一个基于分布式文件存储的数据库,由C++语言编写,旨在为WEB利用提供可扩大的高性能数据存储解决方案。MongoDB是一个介于关系数据库和非关系数据库之间的产品,是非关系数据库当中性能最丰盛,最像关系数据库的。
MyBatis
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.
MySQL
The world's most popular open source database
MySQL 教程
MySQL 是最风行的关系型数据库管理系统之一,在 WEB 利用方面,MySQL是最好的 RDBMS (Relational Database Management System) 应用软件之一。
N
Nginx 教程
Nginx是一个高性能的HTTP和反向代理web服务器,同时也提供了IMAP/POP3/SMTP服务。Nginx占有内存少,并发能力强。
P
PHP
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即“超文本预处理器”,是一种通用开源脚本语言。PHP是在服务器端执行的脚本语言,与C语言相似,是罕用的网站编程语言。PHP独特的语法混合了C、Java、Perl以及 PHP 借鉴的语法。利于学习,应用宽泛,次要实用于Web开发畛域。
Python
Python is a programming language that lets you work quickly and integrate systems more effectively.
Python 中文版
Python是一种跨平台、解释型、面向对象、动静数据类型的高级程序设计语言。Python次要用于:Web和Internet开发、科学计算和统计、人工智能、桌面软件开发、后端开发。
R
Redis 教程
Redis是一个开源的应用ANSI C语言编写、反对网络、可基于内存亦可长久化的日志型、Key-Value数据库,并提供多种语言的API。
S
Spring 5
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 Boot设计目标是用来简化新Spring利用的初始搭建以及开发过程。该框架应用了特定的形式来进行配置,从而使开发人员不再须要定义样板化的配置。
Spring Cloud 教程
Spring Cloud是一系列框架的有序汇合。它利用Spring Boot的开发便利性奇妙地简化了分布式系统基础设施的开发,如服务发现注册、配置核心、音讯总线、负载平衡、断路器、数据监控等,都能够用Spring Boot的开发格调做到一键启动和部署
SQL 教程
SQL是一种非凡目标的编程语言,是一种数据库查问和程序设计语言,用于存取数据以及查问、更新和治理关系数据库系统。
V
Vue 教程
Vue是一套用于构建用户界面的渐进式JavaScript框架。Vue 被设计为能够自底向上逐层利用。Vue 的外围库只关注视图层,不便与第三方库或既有我的项目整合。