1.安装编码依赖包 nginx在linux安装的前提需要:wget、gcc、pcre、openssl、zlib [root@master ~]# yum -y install gcc gcc-c++ [root@master ~]# yum install -y pcre pcre-devel [r ...
分类:
其他好文 时间:
2021-06-21 21:09:19
阅读次数:
0
使用步骤: 1. npm install element-china-area-data -S 2. import { provinceAndCityData, regionData, provinceAndCityDataPlus, regionDataPlus, CodeToText, Text ...
分类:
其他好文 时间:
2021-06-21 21:09:00
阅读次数:
0
需求:选择不同的路径选择方式,得出相应的线路。 代码: <div class="input-card" style="width: auto;"> <div class="input-item" style="width:auto;"> 出发起点<input id="text_1" type="te ...
一、简介 1 设计要求及条件 2 设计分析 二、源代码 function varargout = simulation_GUI(varargin) % SIMULATION_GUI M-file for simulation_GUI.fig % SIMULATION_GUI, by itself, ...
分类:
其他好文 时间:
2021-06-21 20:59:08
阅读次数:
0
学习跟着视频做的,勿喷 <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> </head> <style type="text/css"> h3{ text-align: center; } td{ backgro ...
分类:
其他好文 时间:
2021-06-21 20:48:25
阅读次数:
0
阅读原文 1.以流的方式下载. public HttpServletResponse download(String path, HttpServletResponse response) { try { // path是指欲下载的文件的路径。 File file = new File(path); ...
分类:
编程语言 时间:
2021-06-21 20:48:13
阅读次数:
0
import java.text.SimpleDateFormat;import java.util.Date;import java.util.List;import java.util.Random;import java.util.stream.Collectors;public class ...
分类:
编程语言 时间:
2021-06-21 20:46:37
阅读次数:
0
MarkDown学习 标题: # + 标题名称 二级 三级 依此类推 字体 粗体(两边 + **) HelloWorld! 斜体(两边 + *) HelloWorld! 粗体加 斜体(两边 + ***) HelloWorld! 删除样式(两边 + ~~) HelloWorld! 引用(>) 即使再小 ...
分类:
其他好文 时间:
2021-06-21 20:43:35
阅读次数:
0
把路径配置到<Context> docBase中,把<Host> 的 appBase手动设为空,就OK了 <Host name="localhost" appBase=""> <Context path="" docBase="D:/ProA/ProA.war" reloadable="true" ...
分类:
其他好文 时间:
2021-06-21 20:36:07
阅读次数:
0
参考:https://mp.weixin.qq.com/s/494wqyxyFzDuGwG_51tFbQ <dependency> <groupId>net.openhft</groupId> <artifactId>affinity</artifactId> <version>3.20.0</ve ...
分类:
编程语言 时间:
2021-06-21 20:34:49
阅读次数:
0