This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | server { | |
| listen 80; | |
| server_name unismart.top; | |
| index index.html index.htm; | |
| root /data/webroot/smart-parking/dist; | |
| gzip on; | |
| gzip_min_length 1k; | |
| gzip_buffers 4 32k; | |
| gzip_comp_level 6; | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | <!doctype html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"> | |
| <title>当前网页不存在 - 强仔博客</title> | |
| <style> | |
| @import url("https://fonts.googleapis.com/css?family=Share+Tech+Mono|Montserrat:700"); | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | @Getter | |
| @AllArgsConstructor | |
| public enum FileSuffixHandler { | |
| CSV(".csv"){ | |
| @Override | |
| public Map<String, List<List<String>>> getFileData(File file) throws IOException { | |
| return CSVUtils.getCSVData(file); | |
| } | |
| }, | |
| XlSX(".xlsx") { | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | public class MultipleThread { | |
| public void parsePDFData() throws Exception { | |
| // 读取正则表达式 | |
| List<SysRegex> companyNameRegexList = sysRegexMapper.selectSysRegexList(SysRegex.builder() | |
| .regexTarget(0L) | |
| .build()); | |
| List<SysRegex> companyLegalNameRegexList = sysRegexMapper.selectSysRegexList(SysRegex.builder() | |
| .regexTarget(1L) | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"> | |
| <title>手机数据分析实训</title> | |
| <script src="https://cdn.staticfile.org/echarts/4.3.0/echarts.min.js"></script> | |
| </head> | |
| <style> | |
| html, | |
| body, | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | var dom1 = "chartBox1"; | |
| var dom2 = "chartBox2"; | |
| var dom3 = "chartBox3"; | |
| var chartObj1 = {}; | |
| var chartObj2 = {}; | |
| var chartObj3 = {}; | |
| var dataArr1 = []; | |
| var dataArr2 = []; | |
| var dataArr3 = []; | |
| var option1 = {}; | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | /** | |
| * 管理员登录 | |
| * @param loginDto | |
| * @return String | |
| */ | |
| @PostMapping("/login") | |
| @ControllerWebLog(name = "admin", isSaved = true) | |
| public Map login(@Valid @RequestBody LoginDto loginDto) { | |
| log.info(loginDto.toString()); | |
| return sysAdminService.login(loginDto); | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"> | |
| <title>手机数据分析实训</title> | |
| <script src="https://cdn.staticfile.org/echarts/4.3.0/echarts.min.js"></script> | |
| </head> | |
| <style> | |
| html, | |
| body, | 
NewerOlder