error1 当浏览器访问图片服务器时,nginx的error.log报下面的错 [2020-07-14 22:20:30] ERROR - file: /home/ubuntu/software/fastdfs-nginx-module-1.22/src/common.c, line: 1101, ...
分类:
其他好文 时间:
2020-07-15 01:31:22
阅读次数:
72
package com.mohecun.common.utils; import java.io.UnsupportedEncodingException; import java.net.URLDecoder; import java.net.URLEncoder; import javax.se ...
分类:
其他好文 时间:
2020-07-15 01:27:28
阅读次数:
89
img: code: <template> <view> <view class="uni-padding-wrap uni-common-mt"> <view class="progress-box"> <!-- show-info 显示百分比 --> <progress :percent="pg ...
分类:
其他好文 时间:
2020-07-14 00:49:20
阅读次数:
95
img: code: <template> <view> <page-head :title="title"></page-head> <view class="uni-padding-wrap uni-common-mt"> <button type="primary">页面主操作 Normal< ...
分类:
其他好文 时间:
2020-07-14 00:24:39
阅读次数:
56
1.List非空判断 当List的size为1,但里面都是空值时,可以用 list!=null && list.get(0)!=null 判断 2.StringUtils.join()方法 使用前需先引入common-lang3的jar包 基本上此方法需传入2个参数,第一个参数是传入一个任意类型数组 ...
分类:
编程语言 时间:
2020-07-13 21:11:48
阅读次数:
63
1.统计文件或目录大小 2.列出子孙集 3.读取 4.写出 5.文件拷贝 ...
分类:
编程语言 时间:
2020-07-13 15:33:39
阅读次数:
61
CGICGI(Common Gateway Interface),公共网关接口,它是Web服务器与外部应用程序(CGI程序)之间传递信息的接口标准。如请求/index.html,那么web server会去指定目录下找到这个文件(如果存在的话)发送给浏览器,这里分发的是静态数据。那么,请求的是/in ...
分类:
Web程序 时间:
2020-07-12 18:44:45
阅读次数:
74
1、安装node.js 直接百度搜索或者在其中文官网也可以下载http://nodejs.cn/download/ ,在安装完node之后npm包管理工具也自动的安装好,安装完之后,在命令行输入node -v或者npm -v,出现版本号说明安装成功。如下图所示: 2、改变原有的环境变量(1)配置np ...
分类:
其他好文 时间:
2020-07-12 18:27:12
阅读次数:
66
一、工程结构规划 jansens-common:公共代码模块、主要放置一些工具类。 jansens-core:核心业务代码模块,主要封装公共业务模块。 jansens-admin:后台管理模块,包含用户、角色、菜单管理,权限管理等。 jansens-pom:聚合模块,仅为简化打包,一键执行打包所有模 ...
分类:
编程语言 时间:
2020-07-12 14:26:33
阅读次数:
123
A substring of a string T is defined as: T(i, k)=TiTi+1...Ti+k-1, 1≤i≤i+k-1≤|T|. Given two strings A, B and one integer K, we define S, a set of tripl ...
分类:
编程语言 时间:
2020-07-11 13:09:02
阅读次数:
71