项目架构搭建一、项目整体采用分层结构,不搞传统的三层架构,直接用Ul+Service (只是根据项目的不同的变体而已,思想上没什么不-样),建ExamOnLine.Common、ExamOnLine.IService、ExamOnLine. Service、ExamOnLine.DTO、 ExamO ...
分类:
Web程序 时间:
2020-07-15 23:13:17
阅读次数:
75
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
Given a binary string s (a string consisting only of '0' and '1's). Return the number of substrings with all characters 1's. Since the answer may be t ...
分类:
其他好文 时间:
2020-07-13 09:56:37
阅读次数:
68
Given a binary string s (a string consisting only of '0' and '1's). Return the number of substrings with all characters 1's. Since the answer may be t ...
分类:
其他好文 时间:
2020-07-13 09:45:45
阅读次数:
61
CGICGI(Common Gateway Interface),公共网关接口,它是Web服务器与外部应用程序(CGI程序)之间传递信息的接口标准。如请求/index.html,那么web server会去指定目录下找到这个文件(如果存在的话)发送给浏览器,这里分发的是静态数据。那么,请求的是/in ...
分类:
Web程序 时间:
2020-07-12 18:44:45
阅读次数:
74