Way Lau

Elite
@waylau

大道至简! https://waylau.com/

books-collection. To the programmer's open source and free books collection 给程序员的开源、免费书籍收集,图书集合。

2.7k

git-for-win. Git for Windows. 国内直接从官网下载比较困难,需要翻墙。这里提供一个国内的下载站,方便网友下载

2.4k

netty-4-user-guide. Chinese translation of Netty 4.x User Guide. 中文翻译《Netty 4.x 用户指南》

2.3k

netty-4-user-guide-demos. Netty demos. (Netty 案例大全)

1.9k

essential-netty-in-action. It is a book about the Essentials of Norman Maurer's Netty in Action.《Netty 实战(精髓)》是对 Norman Maurer 的 《Netty in Action》的一个精简

1.8k

harmonyos-tutorial. HarmonyOS Tutorial. 《跟老卫学HarmonyOS开发》

1.7k

spring-framework-4-reference. Chinese translation of the Spring Framework 4.x Reference Documentation (https://docs.spring.io/spring/docs/4.3.13.RELEASE/spring-framework-reference/html/) .中文翻译《Spring Framework 4.x参考文档》

1.4k

github-help. Chinese translation of the Github Help(https://help.github.com/index.html) and the other article collection. 《Github 帮助文档》 中文翻译(包含了官方文档以及其他文章)。

840

java-virtual-machine-specification. Chinese translation of The Java® Virtual Machine Specification.《Java 虚拟机规范(第11版)》中文翻译及示例,Java SE 11 版

830

essential-java. Essential Java, is a book about the Essentials of Java Programming.《Java 编程要点》是一本 Java 的学习教程,主要介绍 Java 中应用广泛的部分,其中也包括了最新版本 Java 8 中的新特性,也算是个人对多年 Java 开发工作的总结。取其精华,图文并茂,并通过大量实例让你走近 Java 的世界!

606

distributed-systems-technologies-and-cases-analysis. 《分布式系统常用技术及案例分析》示例源码

491

rest-in-action. REST in Action 《REST 实战》。基于 Jersey 构建 RESTful 服务。

467

apache-shiro-1.2.x-reference. Chinese translation of the Apache Shiro Reference Manual(http://shiro.apache.org/reference) and the other article collection. You can also see the demos of the reference at (https://github.com/waylau/apache-shiro-1.2.x-reference-demos). 《Apache Shiro 参考手册》 中文翻译(包含了官方文档以及其他文章)

462

spring-boot-tutorial. Spring Boot Tutorial takes you to learn Spring Boot step by step with a large number of samples.Spring Boot Tutorial 是一本关于 Spring Boot 学习的开源书。用大量实例带你一步一步走进 Spring Boot 的世界。

410

spring-security-tutorial. Spring Security Tutorial takes you to learn Spring Security step by step with a large number of samples. Spring Security Tutorial 是一本关于 Spring Security 学习的开源书。利用业余时间写了本书,图文并茂,用大量实例带你一步一步走进 Spring Security 的世界。

409

Gradle-2-User-Guide. Gradle 2 User Guide 中文翻译《Gradle 2 用户指南》

404

vpngate-mirrors. Here are the newset VPN Gate web site’s mirrors .With the VPN Gate, you can get through your government's firewall to browse restricted websites.提供最新的访问 VPN Gate 镜像网站,通过使用 VPN 自由访问互联网(翻墙)!

401

free-vpn. We Provide Newset Free VPN Service. PC, mobile phones and network appliances, no software installation. With the VPN Service,you can get through your government's firewall to browse restricted websites.提供最新的免费的 VPN 服务,通过使用 VPN 自由访问互联网(翻墙)!无论是PC端,移动端都无需安装客户端。

361

distributed-java. Distributed Java.《分布式 Java》

357

mongodb-file-server. MongoDB File Server is a file server system based on MongoDB. 基于 MongoDB 的文件服务器。

336

spring-5-book. Spring 5 Samples(Spring 5 案例大全/《Spring 5 开发大全》示例源码) covers Spring 5, Spring MVC, Spring WebFlux, Spring Boot and Spring Cloud.

304

spring-boot-enterprise-application-development. Spring Boot Enterprise Application Development.《Spring Boot 企业级应用开发实战》

278

Jersey-2.x-User-Guide. Jersey 2.x User Guide《Jersey 2.x 用户指南》 ,中文翻译

239

jquery-easyui. jquery-easyui lib , update form http://www.jeasyui.com/, useful for git and bower . 给 git and bower 提供lib,与 easyui 官网保持同步

221

apache-mina-2.x-user-guide. Chinese translation of the Apache MINA User Guide (http://mina.apache.org/mina-project/userguide/user-guide-toc.html) .中文翻译《Apache MINA 2 用户指南》

219

java-code-conventions. Chinese translation of the Code Conventions for the Java Programming Language document.中文翻译《Java 编码规范》

214

css3-tutorial. CSS3 Tutorial. 《CSS3 教程》

208

thymeleaf-tutorial. Thymeleaf Tutorial.

204

activiti-5.x-user-guide. Chinese translation of the Activiti 5.x User Guide(http://activiti.org/userguide/index.html) . 《Activiti 5.x 用户指南》 中文翻译。

195

gradle-3-user-guide. Gradle 3 User Guide 中文翻译《Gradle 3 用户指南》

177

spring-cloud-tutorial. Spring Cloud Tutorial.《跟老卫学Spring Cloud开发》

176

RestDemo. RESTful Web Service Demos with Jersey ,Hibernate,Mysql,SQLserver,jQuery,AangularJS,Boostrap. (REST 案例大全)

170

servlet-3.1-specification. JSR 340: Java Servlet 3.1 Specification 《Java Servlet 3.1 规范》中文翻译及示例。

166

modern-java-demos. Modern Java: From Java 8 to Java 22. 现代Java案例大全/《Java核心编程》源码

132

nodejs-book-samples. Node.js Samples. (Node.js 案例大全)《Node.js企业级应用开发实战》源码

120

spring-cloud-microservices-development. Spring Cloud Microservices Development.《Spring Cloud 微服务架构开发实战》

106

vuejs-enterprise-application-development. Vue.js Enterprise Application Development. 《跟老卫学Vue.js开发》/《Vue.js 3企业级应用开发实战》源码

97

new-star-blog. NewStarBlog is an open source Java blog platform. NewStarBlog是国产开源Java博客平台。

83

cangjie-programming-language-tutorial. Cangjie Programming Language Tutorial. 《跟老卫学仓颉编程语言开发》

66

nginx-tutorial. NGINX Tutorial.《NGINX 教程》

65

easyui-scaffold. Easyui-scaffold is a front-end development of scaffold, which based on the EasyUI(www.jeasyui.com) and jquery-easyui(https://github.com/waylau/jquery-easyui) . The rapid establishment of enterprise application model. 基于 EasyUI(www.jeasyui.com) 和 jquery-easyui(https://github.com/waylau/jquery-easyui) 前端开发脚手架。快速建立企业应用模型。

55

jdbc-specification. JDBC 4.2 Specification(JSR 221).《JDBC 4.2 规范》中文翻译。

52

Gradle-2-User-Guide-Demos. Demos of Gradle 2 User Guide 《Gradle 2 用户指南》中文翻译,文中用到的例子源码

48

h2-database-doc. It is a book about the H2 Database Engine.《H2 Database 教程》

46

goChat. Golang chat.This example application shows how to use WebSockets, the Go programming language and jQuery to create a simple web chat application. 这个示例应用程序展示了如何使用 WebSocket, Golang 和 jQuery 创建一个简单的 web 聊天应用程序。这个示例的文章介绍见《WebSocket 和 Golang 实现聊天功能》 。

42

svg-china-map. 基于d3.js的svg中国地图实例

41

angular-enterprise-application-development-samples. Angular Enterprise Application Development Samples. 《Angular企业级应用开发实战》源码

40

everything-in-eclipse. Everything is in Eclipse. As a Java Devloper, I consider Eclipse as my first IDE. Eclipse is more powerful than you think. So I collected the commonly used Eclipse plugins here.

39

apache-shiro-1.2.x-reference-demos. Demos of Apache Shiro 1.2.x Reference《Apache Shiro 1.2.x 用户指南》中文翻译,文中用到的例子源码

39

cordova-dev-guide. Apache Cordova Development Guide.《Apache Cordova 开发指南》,中文。

35

jekyll-bootstrap-blog. A theme for Jekyll to build a personal blog, , based on Bootstrap 3, Font Awesome and jQuery. Jekyll 博客主题,基于Bootstrap 3、Font Awesome和jQuery。

35

apache-kafka-tutorial. 跟老卫学Apache Kafka开发

23

free-programming-books-zh_CN. :books: 免费的计算机编程类中文书籍,欢迎投稿

19

mean-book-samples. MEAN Samples. (MEAN架构应用示例)

14

gradle-user-guide. Gradle User Guide 中文翻译《Gradle 用户指南》

13

nowcoder-exam-oj. nowcoder-exam-oj 牛客题霸-在线编程 题库题解

13

db2-tutorial. DB2 Tutorial 《DB2 教程》是一本关于 DB2 的开源书。

11

go_for_java_programmers. 《Go For Java Programmers》(面向Java开发者的GO编程) 中文翻译;让JAVA编程者快速掌握GO语言

10

ionic-framework-tutorial. Ionic Framework Tutorial.《跟老卫学Ionic》

10

spring-cloud-stream-tutorial. spring-cloud-stream-tutorial

8
60
Apply