资源列表
springBoot中文文档
- springboot中文资料,微服务框架的学习有帮助(springboot Chinese information, learning micro service framework helpful)
Sheji1
- 策略(Strategy)模式:定义系列算法族,分别封装起来,让它们之间可以互相替换,此 模式让算法的变化独立于使用算法的客户。(Policy (Strategy) model: defines a family of algorithms that are wrapped separately so that they can be replaced with each other Patterns change the algorithm independent of the client
sheji2
- ①在观察者模式中,会改变的是主题的状态,以及观察者的数目和类型; ②主题与观察者都使用接口,观察者利用主题接口向主题注册,而主题利用 观察者接口通知观察者,具有松耦合特点; ③该模式利用组合将许多观察者组合进主题中,对象之间的关系不是通过 继承产生的,而是在运行时利用组合的方式而产生的。(In the observer pattern, the state of the subject changes, and the number and type of observer; Both
mysql-connector-java-5.1.41
- 用java程序连接mysql,java连接数据库必须导入的包jdbc包(connection to mysql by java language)
Sql_set
- 便于java开发者,生成sql语句的util(The util that generates the SQL statement)
ClassDesign
- Struts+hibernate 做的新闻管理系统,包括新闻发布,新闻类型发布,筛选某类型新闻(it use struts +hibernate to make it.we can use it)
Calculator
- java swing实现计算器的基本功能,能对计算结果进行操作(Java swing graphics editor to achieve the basic functions of the calculator)
省市区三级联动
- 在java前端,收货地址,省市区三级联动,area.js里边搜集了各个省市区,也可以自己添加里边没有的(In front of the Java, the provincial city three linkage)
frame
- 简单的公积金管理系统,用eclipse进行编写的,里面有数据库(Simple accumulation fund management system, written in eclipse, has a database)
*-Java
- *公司,java程序员的开发手册,java程序员必学必备知识,编程规范,非常有用的,不说了,自己看吧。(Alibaba company, Java programmers development manual, Java programmers will have to learn the necessary knowledge, programming specifications, very useful, do not say, and see for yourself.)
Command
- 命令模式实现餐厅 将来自客户端的请求传入一个对象,从而使你可用不同的请求对客户进行参数化。用于“行为请求者”与“行为实现者”解耦,可实现二者之间的松耦合,以便适应变化。分离变化与不变的因素。 ①接收者Receiver:是一个类的实例,负责执行与请求相关的具体操作; ②命令接口Command:封装请求的若干个方法; ③具体命令ConcreteCommand:实现命令接口类的实例; ④请求者Invoker:是一个包含Command接口变量的类的实例。请求者负责 调用具体命令,让具体命令执
blocks
- Blocks program of ACM contest
