Easter79 Easter79
3年前
tomcat源码导入eclipse
1\.去apache官网下载对应的tomcat版本源码 https://tomcat.apache.org/download70.cgi2\.解压,用ant进行编译,本地没有ant就去ant官网下载ant对应版本。http://ant.apache.org/bindownload.cgi(https://www.oschina.net/act
WeiSha100 WeiSha100
2年前
网校网站源码搭建
教育培训类源码,开源,可二次开发和定制,主要用于在线点播、在线直播、题库等功能,非常适合于个人和小型机构创建自己的在线教育网站大概介绍一下系统的主要功能1、点播:在线点播视频,课后可上传图文资料,习题等2、题库:批量上传试题,刷题练习,错题回顾
JSF源码分析(一)
作者:京东零售李孟冬架构设计1.7.4HOTFIXT4版本包布局及简要含义看过了全包的简要,那么其核心的功能模块,就从常用的项目xml配置出发,便于我们的理解。如下:jsfprovider.xml配置以我们地址服务的jsfprovider.xml文件为例,
Stella981 Stella981
3年前
Retrofit源码解析(上)
简介Retrofit是Square公司开发的一款针对Android网络请求的框架,官网地址http://square.github.io/retrofit/,在官网上有这样的一句话介绍retrofit,AtypesafeHTTPclientforAndroidandJava。我们知道Retrofit底层是基于OKHttp实现的。对ok
Stella981 Stella981
3年前
MapReduce过程源码分析
MapReduce过程源码分析<fontsize"3"Mapper&emsp;首先mapper完成映射,将word映射成(word,1)的形式。 MapReduce进程,Map阶段也叫MapTask,在MapTask中会通过run()方法来调用我们用
Stella981 Stella981
3年前
Kubernetes StatefulSet源码分析
Author:xidianwangtao@gmail.com,Based(https://www.oschina.net/action/GoToLink?urlmailto%3Axidianwangtao%40gmail.com%EF%BC%8CBased)onKubernetes1.9摘要:KubernetesStatefulS
Wesley13 Wesley13
3年前
FMDB源码阅读(二)
随笔31文章0评论101【原】FMDB源码阅读(二)阅读目录1.前言2.executeUpdate:系列函数3.executeStatements:系列函数4.executeQueryWithFormat:和executeUpdateWithFormat:函数5.(void)bindObje
Stella981 Stella981
3年前
Mybatis源码学习(一)
一、对源码先上一个结构图:!(http://static.oschina.net/uploads/space/2014/0722/073928_N712_1458864.png)源代码主要在org.apache.ibatis目录下,18个包,其中在应用中主要的包有:builder、session、cache、type、transaction、da
Stella981 Stella981
3年前
CountDownLatch 源码解析—— await()
上一篇文章(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fwww.cnblogs.com%2Fcuglkb%2Fp%2F8572239.html)说了一下CountDownLatch的使用方法。这篇文章就从源码层面说一下await()的原理。我们已经知道await能够让当前线程处
Stella981 Stella981
3年前
Spring AOP 源码分析
1.简介在上一篇文章(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fwww.coolblog.xyz%2F2018%2F06%2F20%2FSpringAOP%25E6%25BA%2590%25E7%25A0%2581%25E5%2588%2586%25E6%259E%