资源列表
soa接口1
- soa接口,通过接口来获取soa订单信息(SOA interface to get SOA order information through the interface)
plugins
- Dark Basic source code examples excellent coding... the horror cerificates
你不知道的java面试宝典1
- java面试宝典,涵盖了从javase的基础面试题到高级的javaee经典题,还有ssm,ssh高级框架的面试题,内容详细,全面,题目经典.(The Java interview bible covers the basic interview questions from javase to the advanced javaee classic, as well as the SSM, SSH advanced framework for interview questions, detai
汽车租赁系统
- 汽车租赁系统,毕业设计,课程设计,包括代码和文档(Car rental system, graduation design, course design, including code and documentation)
QRCodeDecoder
- 二维码解码,识别,解码,保存到指定目录。(QR code recognition can be saved to a specified directory.)
Test(servlet复习)
- 主要显示的后台数据库和前台的链接,复习servlet的相关知识点。(The main display of the background database and the link to the front desk)
8个Android应用程序源代码
- 八个简单的AndroidAPP,给Android入门程序员做演示(Eight simple AndroidAPP)
awesome-bootstrap-checkbox-master
- Bootstrap component checkbox
AdminLTE-2.4.0-rc
- admin html template for web
PictureInfor_code
- java开发规范,包含了前台、后台的开发规范,详细说明了开发过程中应该注意的地方。(Java development specification, including the front, backstage development specification, detailed descr iption of the development process should be paid attention to.)
SpringMVC-Upload
- 基于SpringMVC框架,实现下载功能(Implementation of the download function based on the SpringMVC framework)
Servlet-servlet过滤器
- servlet过滤器Java Web三大组件之一,它与Servlet很相似,但过滤器与Servlet功能不同,过滤器是用来拦截请求的,而不是处理请求的。 当用户请求某个Servlet时,会先执行部署在这个请求上的Filter,如果Filter“放行”,那么会继承执行用户请求的Servlet;如果Filter不“放行”,那么就不会执行用户请求的Servlet。(Servlet filter is one of the three main components of Java Web. It i