Easter79 Easter79
3年前
tp5 统一返回json格式
控制器调用publicfunctionjson(){if(request()isPost()){returnjsonData(1,'转换成功',数据(可不填));    }   }公共方法/返回统一格
虾米大王 虾米大王
2年前
java代码095
code095.jspEL表达式访问数组<%Stringarr2(String)request.getAttribute("book");for(inti0;i$index:$bookindex
Stella981 Stella981
3年前
Mac下利用Charles抓包以及https请求unknow
Charles介绍Charles可能很多人不熟悉,但是另外一个windows下的Fiddler很多人应该不陌生的;它们都是同性质的代理抓包工具;正常情况下,ChromeDevTool已经满足了日常web开发的需求,但是有的特性:编辑request的参数、重定向request请求的资源、编辑response的数据,ChromeDevTool就
Stella981 Stella981
3年前
Docker 安装 Request Tracker 工单系统
1、需求docker安装工单系统RequestTracker(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fbestpractical.com%2Frequesttracker),并需要支持LDAP登入。2、制作镜像1)request
Stella981 Stella981
3年前
Nginx HTTP 413 Request Entity Too Large
nginx做代理上传文件时返回HTTP413错误码,提示信息如下:413RequestEntityTooLargeTherequestedresourcedoesnotallowrequestdatawiththerequestedmethodortheamountofdataprovide
Stella981 Stella981
3年前
OData metadata request url的population 逻辑
CreatedbyJerryWangonSep18,2015!(https://userimages.githubusercontent.com/5669954/27352116e7cc4b8a55ff11e7954060acf2a65a62.png
Easter79 Easter79
3年前
Spring采用velicity视图时解决Cannot expose session attr...
Spring采用velicity视图时,使用@SessionAttributes("")注解出现Cannotexposesessionattribute'user'becauseofanexistingmodelobjectofthesamename异常问题错误原因:因为request session默认是不会加入vel
Stella981 Stella981
3年前
Android Volley 发送一个简单的请求
可以通过创建一个RequestQueue并传递Request对象来使用Volley。RequestQueue管理工作线程,这些线程用于运行网络操作、读取和写入缓存和解析响应。Request对原始响应进行解析,并且Volley负责将已解析的响应分派回主线程。本文介绍如何使用Volley.newRequestQueue的便捷方法发送请求,该方法为您这是了一个
Stella981 Stella981
3年前
Realme的Login接入过程记录
1.问题的提出近期要使用Realme作为第三方接入,因为研究了一下Realme的请求过程(Request)和响应(Response),其中包含了一些加密和解密的方式。我们接下来分别从Request和Response两个方面进行讲述。2.向Realme提交metadata2.1根据模版
Stella981 Stella981
3年前
Django之CBV装饰器,跨站请求伪造,auth认证
CBV加装饰器基于session实现登录deflogin(request):ifrequest.method'POST':usernamerequest.POST.get('username')pwdrequest.POST.get(