摘要: MacBook Pro 安装rabbitmq 阅读全文
posted @ 2022-05-23 10:09 ypr- 阅读(79) 评论(0) 推荐(0) 编辑
摘要: lambda 表达式 Collectors 阅读全文
posted @ 2021-09-03 10:43 ypr- 阅读(1630) 评论(0) 推荐(0) 编辑
摘要: Linux 下部署前后端分离项目 并使用ssl 进行访问 阅读全文
posted @ 2021-03-30 16:55 ypr- 阅读(806) 评论(0) 推荐(0) 编辑
摘要: springboot,templates 阅读全文
posted @ 2021-01-25 12:47 ypr- 阅读(498) 评论(0) 推荐(0) 编辑
摘要: 1. 进入控制面板 2. 点击程序 选择 启用或关闭Windows功能 在“windows功能”中找到“Internet Information Service ( Internet信息服务 )”,并选中“FTP服务”、“FTP扩展性”和“IIS管理控制台”前的复选框,点击“确定” 系统自动配置成功 阅读全文
posted @ 2020-08-18 21:54 ypr- 阅读(509) 评论(0) 推荐(0) 编辑
摘要: /** * 查询补助信息列表 */ @RequiresPermissions("staffCost:subsidy:list") @PostMapping("/list") @ResponseBody public TableDataInfo list(StaffCostSubsidy staffC 阅读全文
posted @ 2020-08-17 13:18 ypr- 阅读(869) 评论(0) 推荐(0) 编辑
摘要: spring boot 使用 Thymeleaf +layui 使用到的功能实例 阅读全文
posted @ 2020-05-11 17:12 ypr- 阅读(2044) 评论(0) 推荐(0) 编辑
摘要: 首先安装mysql 服务,可以参考我另外的一篇博客 centos7下部署mysql服务 Linux下的mysql是区分数据库表名的大小写的 修改 /etc/my.cnf 文件 在 [mysqld] 节中添加: lower_case_table_names=1 Linux 系统为Centos 7.4 阅读全文
posted @ 2019-05-10 13:46 ypr- 阅读(432) 评论(0) 推荐(0) 编辑
摘要: java实现在线预览功能,需要用到 jacob.dll jacob.jar 预览pdf所需js pdfobject.min.js 将上传文件转为pdf保存。 后台保存文件并将文件转换为pdf 转换pdf工具类 预览文件 阅读全文
posted @ 2019-04-23 10:32 ypr- 阅读(16926) 评论(0) 推荐(0) 编辑
摘要: 使用JS与accept 验证文件类型 阅读全文
posted @ 2019-01-02 16:40 ypr- 阅读(4842) 评论(0) 推荐(0) 编辑