<%-- Created by IntelliJ IDEA. User: xinfeng Date: 2020/5/8 Time: 15:58 To change this template use File | Settings | File Templates. --%> <%@ page co ...
分类:
Web程序 时间:
2020-07-19 13:54:02
阅读次数:
82
<%@ page language="java" import="java.util.*" pageEncoding="utf-8"%> <% String path = request.getContextPath(); String basePath = request.getScheme()+ ...
分类:
Web程序 时间:
2020-07-19 11:54:35
阅读次数:
94
<%-- Created by IntelliJ IDEA. User: xinfeng Date: 2020/5/8 Time: 15:58 To change this template use File | Settings | File Templates. --%> <%@ page co ...
分类:
Web程序 时间:
2020-07-19 11:53:15
阅读次数:
84
<%-- Created by IntelliJ IDEA. User: xinfeng Date: 2020/5/22 Time: 10:00 To change this template use File | Settings | File Templates. --%> <%@ page c ...
分类:
Web程序 时间:
2020-07-19 11:52:27
阅读次数:
116
1.加载问题 背景图片会等到html结构加载完成才开始加载img标签是网页结构的一部分,会在html结构加载的时候加载在网页加载的过程中,背景图片会等到结构加载完成(网页的内容全部显示以后)才开始加载,而img标签是网页结构(内容)的一部分会在html结构加载的过程中加载,换句话讲,网页会先加载im ...
分类:
Web程序 时间:
2020-07-19 00:38:34
阅读次数:
116
Linux 文件与目录管理 我们知道Linux的目录结构为树状结构,最顶级的目录为根目录 /。 其他目录通过挂载可以将它们添加到树中,通过解除挂载可以移除它们。 在开始本教程前我们需要先知道什么是绝对路径与相对路径。 绝对路径:路径的写法,由根目录 / 写起,例如: /usr/share/doc 这 ...
分类:
系统相关 时间:
2020-07-18 21:53:48
阅读次数:
80
Git设置分支保护实现CodeReview卡点 GIT是一个分布式版本控制系统的软件,主要用来控制代码的版本。所谓分布式也就是每一个git的客户端都有一份完成的代码库,这样如果中央服务器出现问题,代码也会在各个开发者的电脑上有备份。(本文以下内容以GitLab为例) GitFlow 模式将代码和环境 ...
分类:
其他好文 时间:
2020-07-18 13:46:14
阅读次数:
91
相信做SEO的朋友都知道百度蜘蛛抓取频次是很重要的一项优化指标,如果百度蜘蛛每日来访网站频次较高,说明网站权重高或者持续有新内容的更新。 但是网站有时也会遇到百度蜘蛛抓取频次为0的情况,那么出现这种情况的原因是什么?需要去分析网站哪些数据呢? 三泰哥(https://www.santaige.net ...
分类:
Web程序 时间:
2020-07-18 13:40:53
阅读次数:
80
server { listen 80; server_name www.jxc.com; root "D:/phpstudy_pro/WWW/jxc"; location / { index index.php index.html; error_page 400 /error/400.html; ...
分类:
Web程序 时间:
2020-07-18 11:37:07
阅读次数:
114
HTTPModule Event Execution Order? Does anyone know of a site or page, or know the order of execution for the events of the HTTPApplication class for H ...
分类:
Web程序 时间:
2020-07-18 00:56:58
阅读次数:
125