摘要: Docker笔记 阅读全文
posted @ 2019-05-24 11:20 史亚运 阅读(141) 评论(0) 推荐(0) 编辑
摘要: 1. 安装redis Redis安装流程请移步 https://www.cnblogs.com/IT-Crowd/articles/10626765.html 2. 下载Redis扩展 [root@root php-extension]# wget https://pecl.php.net/get/ 阅读全文
posted @ 2019-03-30 21:16 史亚运 阅读(4169) 评论(0) 推荐(0) 编辑
摘要: magento后台无法登录,报404 阅读全文
posted @ 2020-12-29 15:29 史亚运 阅读(531) 评论(0) 推荐(0) 编辑
摘要: 问题:nginx反向代理部署springboot项目报404无法加载静态资源(css,js,jpg,png...) 为什么要用反向代理:springboot默认启动端口为8080,如果需要通过域名(不加端口号)直接访问springboot服务就需要nginx配置反向代理到8080端口 nginx配置 阅读全文
posted @ 2020-12-26 12:39 史亚运 阅读(4924) 评论(0) 推荐(0) 编辑
摘要: 命令一: curl ifconfig.me 或者命令二: curl cip.cc 阅读全文
posted @ 2020-12-25 11:21 史亚运 阅读(1143) 评论(0) 推荐(0) 编辑
摘要: mysql 阅读全文
posted @ 2020-12-24 18:56 史亚运 阅读(134) 评论(0) 推荐(0) 编辑
摘要: springboot mybatis保存数据中文保存成??? 解决方法: 数据库存连接配置后面加characterEncoding=UTF-8 如下例: spring.datasource.url=jdbc:mysql://localhost:3306/your-database-name?serv 阅读全文
posted @ 2020-11-14 19:17 史亚运 阅读(217) 评论(0) 推荐(0) 编辑
摘要: 经检查发现mapper的namespace没写全导致的 正确应该写成这样就可以了: 阅读全文
posted @ 2020-10-20 18:01 史亚运 阅读(182) 评论(0) 推荐(0) 编辑
摘要: Spring Boot 阅读全文
posted @ 2020-10-18 17:26 史亚运 阅读(293) 评论(0) 推荐(0) 编辑
摘要: Spring Boot 阅读全文
posted @ 2020-10-18 17:09 史亚运 阅读(845) 评论(0) 推荐(0) 编辑
摘要: 首先确认Android Studio已经安装了模拟器 然后在命令行执行如下命令: flutter config --android-sdk D:\Android\Sdk (flutter SDK要已经提前安装好, D:\Android\Sdk是Android的SDK安装目录) C:\Users\22 阅读全文
posted @ 2020-05-01 17:09 史亚运 阅读(2366) 评论(0) 推荐(0) 编辑
摘要: Magento2-2.3.4 win10安装完magento无法加载静态资源导致无法进入后台登录页面 阅读全文
posted @ 2020-03-25 23:40 史亚运 阅读(1622) 评论(0) 推荐(0) 编辑