Wesley13 Wesley13
3年前
Java web课程学习之Request和Response
request和responsel _HttpServletRequest_l _请求转发_l _HttpServletResponse_l _请求重定向_1.请求流程每次请求service(),都会由容器创建一个新的对象。首先用户向Servlet发出请求,然后由tomcat服务
Stella981 Stella981
3年前
Rust学习笔记#6:所有权系统
!(https://oscimg.oschina.net/oscnet/up0b8d4b9e5e3854503a73fd494cd4b53d984.JPEG)引子:段错误与内存安全在刚开始接触Rust的时候,我们就提过Rust语言的定位:Rustisasystem'sprogramminglanguagethatr
Wesley13 Wesley13
3年前
Java并发Semaphore信号量的学习
publicclassMyThreadTest{privatefinalstaticSemaphoresemaphorenewSemaphore(2);//设置2个车位publicstaticvoidmain(Stringargs){Sys
Easter79 Easter79
3年前
SSM(SpringMVC+Spring+Mybatis)框架学习理解
近期做到的项目中,用到的框架是SSM(SpringMVCSpringMybatis)。之前比较常见的是SSH。用到了自然得了解各部分的分工springmvc是spring处理web层请求的一个模块,springmvc需要有spring的架包作为支撑才能跑起来。(也有看到一些博客有提到springboot,springboot就是一个大框架
Stella981 Stella981
3年前
Django学习笔记之Django Form表单详解
_知识预览_构建一个表单在Django中构建一个表单DjangoForm类详解使用表单模板回到顶部构建一个表单假设你想在你的网站上创建一个简单的表单,以获得用户的名字。你需要类似这样的模板:<formaction"/yourname/"method"post"
Wesley13 Wesley13
3年前
Android Service学习之IntentService 深入分析
官方的解释是:IntentServiceisabaseclassfor Servicesthathandleasynchronousrequests(expressedas Intents)ondemand.Clientssendrequeststhrough android.content.Context.star
Stella981 Stella981
3年前
Golang初学者学习资料大汇总
网站教程GO语言编程(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fwww.shiyanlou.com%2Fcourses%2F11)andGO语言开发2048(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F
Wesley13 Wesley13
3年前
Spring学习总结(2)——Spring的常用注解
本文汇总了Spring的常用注解,以方便大家查询和使用,具体如下:使用注解之前要开启自动扫描功能其中basepackage为需要扫描的包(含子包)。?(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fwww.jb51.net%2Farticle%2F53586.htm%23)
Stella981 Stella981
3年前
JUnit5学习之一:基本操作
欢迎访问我的GitHub这里分类和汇总了欣宸的全部原创(含配套源码):https://github.com/zq2599/blog\_demos(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fgithub.com%2Fzq2599%2Fblog_demos)
Stella981 Stella981
3年前
Linux内核设备驱动学习笔记整理(八)
/\\\\\\\\\\\\\\\\\\\\\\\\\\\\ \ 系统调用 \\\\\\\\\\\\\\\\\\\\\\\\\\\\/SWI(1)什么是系统调用系统调用是内核和应用程序间的接口,应用程序要访问