Pinned Repositories
advanced-java
😮 Core Interview Questions & Answers For Experienced Java(Backend) Developers | 互联网 Java 工程师进阶知识完全扫盲:涵盖高并发、分布式、高可用、微服务、海量数据处理等领域知识
B2CWeb
仿淘宝的B2C商城项目 一、项目介绍:本项目使用SSH框架和MySQL数据库。实现Spring对Hibernate和Struts的整合。目前实现功能:(1)前台功能:用户注册、商品展示、购物车功能(商品进行添加、删除、修改、查看操作),订单提交。(2)后台功能:商品增删改查和订单管理。(3)商品搜索(搜索内容进行分词,提取关键字,模糊查询)。(4)QQ在线咨询功能。本项目基本实现完整的B2C网站的功能。二、项目部署:本项目使用Eclipse_EE + Tomcat7.0+ MySql5.6的开发环境。1、安装 Eclipse_EE、Tomcat、MySql软件。2、MySql数据库中创建shop数据库。(1)CREATE DATABASE shop CHARACTER SET utf8 DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci DEFAULT COLLATE utf8_general_ci ; (2)本项目中sql/shop.sql,执行shop.sql,SQL语句创建各种表单,和默认管理员用户 ,默认普通用户。管理员用户名:admin,密码:123.普通用户的用户名:throne212,密码 123. 3、本网站源码导入Eclipse中,网站就可以运行。 ../Shop/manager/index.jsp为后台管理界面。三、任何问题 给我发邮件:nietaooldman@126.com。
beauty_ssm
优雅的SSM(Spring+SpringMVC+Mybatis)框架
blockchain
区块链 - 中文资源
blog_demos
all demos for my blogs : http://blog.csdn.net/boling_cavalry
easyexcel
快速、简单避免OOM的java处理Excel工具
elasticsearch
Open Source, Distributed, RESTful Search Engine
element-angular
Element for Angular
ExcelFinancialFunctions
A .NET library that provides the full set of financial functions from Excel.
ng-zorro
zorro框架的脚手架
gebifeixiang's Repositories
gebifeixiang/ng-zorro
zorro框架的脚手架
gebifeixiang/advanced-java
😮 Core Interview Questions & Answers For Experienced Java(Backend) Developers | 互联网 Java 工程师进阶知识完全扫盲:涵盖高并发、分布式、高可用、微服务、海量数据处理等领域知识
gebifeixiang/blockchain
区块链 - 中文资源
gebifeixiang/blog_demos
all demos for my blogs : http://blog.csdn.net/boling_cavalry
gebifeixiang/easyexcel
快速、简单避免OOM的java处理Excel工具
gebifeixiang/elasticsearch
Open Source, Distributed, RESTful Search Engine
gebifeixiang/element-angular
Element for Angular
gebifeixiang/ExcelFinancialFunctions
A .NET library that provides the full set of financial functions from Excel.
gebifeixiang/feign
Feign makes writing java http clients easier
gebifeixiang/flow_chart
gebifeixiang/git-learn
gebifeixiang/javascript
JavaScript Style Guide
gebifeixiang/maven
gebifeixiang/microservices-from-design-to-deployment-chinese
Microservices from Design to Deployment 中文版 - 《微服务:从设计到部署》
gebifeixiang/mybatis-3
MyBatis SQL mapper framework for Java
gebifeixiang/ngx-datatable
✨ A feature-rich yet lightweight data-table crafted for Angular
gebifeixiang/Sentinel
A powerful flow control component enabling reliability, resilience and monitoring for microservices. (面向云原生微服务的高可用流控防护组件)
gebifeixiang/spring-boot
Spring Boot
gebifeixiang/spring-boot-cloud
基于 Spring Boot、Spring Cloud、Spring Oauth2 和 Spring Cloud Netflix 等框架构建的微服务项目
gebifeixiang/spring-boot-examples
Spring Boot Examples
gebifeixiang/spring-cloud-examples
Spring Cloud 学习案例,服务发现、服务治理、链路追踪、服务监控等
gebifeixiang/spring-zookeper
gebifeixiang/springboot-1
Springboot 多模块项目,整合了freemark,jsp,logback,mail,多数据源,mybatis,redis,docker,SSL等,旨在记录学习过程,同时帮助需要的同学
gebifeixiang/springboot-cloud
:two_men_holding_hands: springboot+springcloud构建微服务,长期更新。
gebifeixiang/SpringCloud-Learning
Spring Cloud教程
gebifeixiang/springcloud-learning-example
spring cloud 实践学习案例,是 spring cloud 初学者及核心技术巩固的最佳实践。
gebifeixiang/SpringCloudDemo
gebifeixiang/WXxcx
🏡 微信小程序-e生活,全国城市切换,天气查询,地图服务,豆瓣电影,热点新闻等等....
gebifeixiang/zheng
基于Spring+SpringMVC+Mybatis分布式敏捷开发系统架构,提供整套公共微服务服务模块:集中权限管理(单点登录)、内容管理、支付中心、用户管理(支持第三方登录)、微信平台、存储系统、配置中心、日志分析、任务和通知等,支持服务治理、监控和追踪,努力为中小型企业打造全方位J2EE企业级开发解决方案。
gebifeixiang/zheng-springboot-demo
SpringBoot敏捷微服务开发示例(服务注册中心、服务提供者、实现客户端负载均衡的消费者、声明式的Web Service客户端消费者、服务网关、分布式配置中心、使用分布式配置的客户端)