一、网站篇 什么是首页文件:默认读取的第一个文件。一般文件名为index.* 比如index.php , index.jsp , index.aspx , index.asp .但iis例外,其首页文件为default.* (在phpstudy小面板中的phpstudy的端口常规设置中可改) 什么是 ...
分类:
其他好文 时间:
2020-05-08 22:36:41
阅读次数:
98
package com.intfish.util; /** * */ import org.apache.commons.lang3.StringEscapeUtils; import org.apache.commons.lang3.text.StrBuilder; import java.io. ...
分类:
其他好文 时间:
2020-05-08 20:08:23
阅读次数:
79
oracle的 listagg() WITHIN GROUP ()函数使用 ... ...
分类:
数据库 时间:
2020-05-08 16:37:48
阅读次数:
87
分栏是报刊、书籍、杂志常用的排版样式,它不仅能方便阅读,同时也能增加页面的美观度。本文将介绍如何在Java应用程序中给Word文档添加多个栏来实现分栏效果,以及如何设置每栏的宽度、间距和分割线。 使用工具:Free Spire.Doc for Java(免费版) Jar文件导入方法 方法一: 下载F ...
分类:
编程语言 时间:
2020-05-08 16:07:46
阅读次数:
84
# -*- coding: utf-8 # File : pdfpdfplumberRead.py # Author : baoshan import pdfplumber path = "D:\\nianjian.md.pdf" path = "D:\\0.shenma\\01.聊城资料\\01. ...
分类:
其他好文 时间:
2020-05-08 14:39:38
阅读次数:
329
1.顺序结构 2.判断语句 2.1 单if语句 2.2 标准的if-else语句 3.3 扩展if-else if-else语句 3.选择语句 3.1格式 3.2流程图 3.3流程说明 3.4注意事项 //Incompatible types. Found: 'boolean', required: ...
分类:
其他好文 时间:
2020-05-08 12:41:30
阅读次数:
60
安装Apache yum -y install httpd httpd-devel gcc gcc-c++ (第一台虚拟机) 安装Tomcat 安装jdk rpm -ivh jdk-8u20-linux-x64.rpm 写环境变量 vi /etc/profile ###java use#### ex ...
分类:
Web程序 时间:
2020-05-07 19:36:50
阅读次数:
66
package main import ( "fmt" "time" "github.com/ysmood/rod" "github.com/ysmood/rod/lib/input" "github.com/ysmood/rod/lib/launcher" ) func Example_reuse ...
分类:
其他好文 时间:
2020-05-07 19:26:29
阅读次数:
64
常用配置 # 缓冲池位于主内存中,InnoDB用它来缓存被访问过的表和索引文件,使常用数据可以直接在内存中被处理,从而提升处理速度 innodb_buffer_pool # MySQL5.6.6之后可以调整为多个。表示InnoDB缓冲区可以被划分为多个区域,也可以理解为把innodb_buffer_ ...
分类:
数据库 时间:
2020-05-07 15:13:01
阅读次数:
78
sqli labs master 盲注+第五关+第六关 实验5 1. 判断注入点 2. 判断ID类型 3. 查看版本信息 4,判断数据库长度 5,猜测数据库名称(从第一位开始猜) 6,猜测数据库(security)中的表: 7,猜列名 8. 爆库 实验6 1. 判断注入点 2. 判断ID类型 ...
分类:
数据库 时间:
2020-05-07 01:08:22
阅读次数:
138