摘要: location / { try_files $uri $uri/ /index.html; } 阅读全文
posted @ 2021-12-09 19:15 彦桢 阅读(11) 评论(0) 推荐(0) 编辑
摘要: .htaccess RewriteEngine On RewriteBase / RewriteRule ^index\.html$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d Rewri 阅读全文
posted @ 2021-12-09 19:15 彦桢 阅读(34) 评论(0) 推荐(0) 编辑
摘要: /e/action/ShowInfo.php 文件 [!--info.pre--] [!--info.next--] 标签 阅读全文
posted @ 2021-09-27 10:26 彦桢 阅读(223) 评论(0) 推荐(0) 编辑
摘要: 管理员身份运行 Windows PowerShell 1.win10 开始菜单不管用,个性化、显示设置打不开 Get-AppxPackage | % { Add-AppxPackage -DisableDevelopmentMode -Register "\((\)_.InstallLocation 阅读全文
posted @ 2021-06-30 08:48 彦桢 阅读(108) 评论(0) 推荐(0) 编辑
摘要: /e/class/t_functions.php 文件 [!--show.listpage--] 标签 sys_ShowListMorePage 方法 阅读全文
posted @ 2021-06-27 12:12 彦桢 阅读(131) 评论(0) 推荐(0) 编辑
摘要: 数据表 dept 部门表 ID 主键 parent_id 父ID name 部门名称 dept_path 部门路径表 parent_id 父ID 联合主键 son_id 子ID 联合主键 数据结构 操作 新增节点 12 到 7 下 INSERT INTO b_dept_path(parent_id, 阅读全文
posted @ 2020-12-17 17:07 彦桢 阅读(742) 评论(0) 推荐(0) 编辑
摘要: import os import eyed3 import random path = 'D:/mp3/' files = os.listdir(path) # 获得目录中所有文件 for item in files: item_path = path + item title = str.stri 阅读全文
posted @ 2020-11-21 11:22 彦桢 阅读(1389) 评论(0) 推荐(0) 编辑
摘要: Nginx访问日志分析工具 NginxAccessLogAnalysis 近期需要观测一下网站的访问情况,做了一个小工具。已经开源并上传到了码云。 地址 https://gitee.com/yanzhenbest/NginxAccessLogAnalysis 介绍 Nginx访问日志分析工具,支持排 阅读全文
posted @ 2020-08-20 18:00 彦桢 阅读(738) 评论(0) 推荐(0) 编辑
摘要: SprintBoot Mapper 树形查询 DeptMapper.xml DeptMapper.java Dept.java DeptTreeDto.java 阅读全文
posted @ 2020-04-18 12:02 彦桢 阅读(590) 评论(0) 推荐(0) 编辑
摘要: Spring Boot 配置 Swagger2 pom.xml SwaggerConfig.java HelloController.java 注意 ==使用fastjson时不要排除掉spring boot starter json== 阅读全文
posted @ 2020-04-18 11:49 彦桢 阅读(421) 评论(0) 推荐(0) 编辑