码迷,mamicode.com
首页 >  
搜索关键字:url scheme    ( 45066个结果
jsp在url中会被解析成html
最近在看项目的时候发现,用的是jsp页面为什么url中却是html后缀 然后查了一下,原来这叫做URL/jsp伪静态化,让地址栏末尾JSP变成HTML 实现方式: 用别人已经写好的包,然后自己在配置文件中定义 在web.xml的servlet mapping中直接把url映射到xxx.html ...
分类:Web程序   时间:2021-04-15 12:43:49    阅读次数:0
web13
根据提示查看源码,看到p1与p2以及后面的eval 看到p1的字符串,想到URL编码,故解码之 p1=function checkSubmit(){var a=document.getElementById("password");if("undefined"!=typeof a){if("67d7 ...
分类:Web程序   时间:2021-04-15 12:40:32    阅读次数:0
解决Gitlab的The remote end hung up unexpectedly错误,解决RPC failed; HTTP 413 curl 22 The requested URL returned error: 413 Request Entity Too Large问题
解决Gitlab的The remote end hung up unexpectedly错误 解决RPC failed; HTTP 413 curl 22 The requested URL returned error: 413 Request Entity Too Large问题 解决办法1: ...
分类:Web程序   时间:2021-04-15 12:34:26    阅读次数:0
Spring从IOC、DI、Aop到Mvc实现思路
配置阶段 配置web.xml文件 DispatcherServlet 设置init-param configLocation=classpath:application.properties 设置url-pattern /* 配置Annotation @Controller、@Service、@Re ...
分类:编程语言   时间:2021-04-15 12:17:07    阅读次数:0
vue+swiper背景图随swiper改变
#####效果:div内部swiper滑动时,外部div背景图片随着变化 ######思路:获取swiper的索引,用:style定义背景图片 //template //外部背景图片 <div class="cont-box" :style="{backgroundImage: 'url(' + b ...
分类:其他好文   时间:2021-04-15 11:59:42    阅读次数:0
jQuery ajax简单用法
<a id="ajax_submit">悄悄提交</a> <script> $('#ajax_submit').click(function () { $.ajax({ url:"/host/", type:'POST', data:{'k1':123,'k2':'root'}, success:f ...
分类:Web程序   时间:2021-04-14 12:21:15    阅读次数:0
SpringMVC初步认识
SpringMVC概述 SpringMVC通过Spring实现web模块,简化web开发 SpringMVC通过一套MVC注解,让POJO(Plain Ordinary Java Object)成为处理请求的控制器,而无需实现任何接口支持REST风格的URL请求 原生的MVC Model:模型,封装 ...
分类:编程语言   时间:2021-04-14 12:09:38    阅读次数:0
mybatis代码优化
创建db.properties配置文件,将所需内容写入 db.properties driver=com.mysql.jdbc.Driver url=jdbc:mysql://localhost:3306/mybatis?useUnicode=true&characterEncoding=utf-8 ...
分类:其他好文   时间:2021-04-14 12:02:31    阅读次数:0
flask图书练习
#_*_ encoding: utf-8 _*_ @author: ty hery 2019/12/20 from flask import Flask, render_template, request, url_for, redirect from flask_sqlalchemy import ...
分类:其他好文   时间:2021-04-13 12:32:12    阅读次数:0
微信端处理服务器端返回值
在wx上建立global的变量,然后request的时候,发送出去 关键代码,在请求体外 const app = getApp(); 在请求体内 historyId:app.globalData.zhanbuYao.data.historyId, 在方法体第一行的console.log 可以看到,取 ...
分类:微信   时间:2021-04-13 12:05:18    阅读次数:0
45066条   上一页 1 ... 24 25 26 27 28 ... 4507 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!