Wesley13 Wesley13
2年前
PPDB——飞桨开发者技术小白
PPDE——飞桨(https://www.oschina.net/action/visit/ad?id1185)开发者技术专家,是飞桨(https://www.oschina.net/action/visit/ad?id1185)开发者技术专家的荣誉认证体系,由飞桨(https://www.oschina.net/action/visit/a
Wesley13 Wesley13
2年前
java 随笔
Spring的scope"prototype"属性多例  spring默认scope是单例模式(singleton),这样只会创建一个Action对象,每次访问都是同一个Action对象,数据不安全。  struts2是要求每次次访问都对应不同的Action,scope"prototype"(多例)可以保证当有请求
Stella981 Stella981
2年前
AngularJS1.X版本基础
AngularJS(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fwww.runoob.com%2Fangularjs%2Fangularjstutorial.html) 知识点(https://www.oschina.net/action/GoToLink?urlhtt
Wesley13 Wesley13
2年前
5个最佳免费Linux杀毒软件
本文译自 iSystemAdmin(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fisystemadmin.com%2F) 的《FivebestfreeAntivirusforLinux(https://www.oschina.net/action/GoToLink?ur
Stella981 Stella981
2年前
Android 通过Intent调用系统功能和Action动作和服务广播【大全】
1.从google搜索内容IntentintentnewIntent();intent.setAction(Intent.ACTION\_WEB\_SEARCH);intent.putExtra(SearchManager.QUERY,”searchString”)startActivity(intent);
Easter79 Easter79
2年前
Struts2中Action访问Servlet API的三种方法
Struts2的Action并未直接与任何ServletAPI耦合,这是Struts2的一个改良之处,因为Action类不再与ServletAPI耦合,能更轻松的测试该Action。但如何访问?Web应用中通常需要访问的ServletAPI就是HttpServletRequest、HttpSession、ServletContext这3个类,分别代
Stella981 Stella981
2年前
AI Studio过于靠谱,真香啊,快来学习飞桨吧
还在犹豫要不要学习飞桨(https://www.oschina.net/action/visit/ad?id1185)吗?关注公众号:飞桨(https://www.oschina.net/action/visit/ad?id1185)PPDB,和我们一起学习飞桨(https://www.oschina.net/action/visit
Easter79 Easter79
2年前
Struts2之Action请求方式与参数传递的方式总结
在struts2中关于action的请求url请求基本上由三种情况:首先要先提下struts在发送请求的处理流程:客户端请求(http://localhost:8080/HelloWorld/stu/stuadd(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Flocalhost%
Stella981 Stella981
2年前
ActionContext和ServletActionContext区别以及action访问servlet API的三种方法
1\.ActionContext在Struts2开发中,除了将请求参数自动设置到Action的字段中,我们往往也需要在Action里直接获取请求(Request)或会话(Session)的一些信息,甚至需要直接对JavaServletHttp的请求(HttpServletRequest),响应(HttpServletResponse)操作.我们需要
Stella981 Stella981
2年前
Hadoop面试45个题目及答案
本人博客开始迁移,博客整个架构自己搭建及编码http://www.cookqq.com/listBlog.action(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fwww.cookqq.com%2FlistBlog.action)1.Hadoop集群可以运行的3个模式?