会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
史亚运
博客园
首页
新随笔
联系
订阅
管理
[置顶]
Docker笔记
摘要: Docker笔记
阅读全文
posted @ 2019-05-24 11:20 史亚运
阅读(141)
评论(0)
推荐(0)
[置顶]
php安装redis扩展
摘要: 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 史亚运
阅读(4198)
评论(0)
推荐(0)
2020年12月29日
nginx环境安装magento后无法访问后台登录页面,报404错
摘要: magento后台无法登录,报404
阅读全文
posted @ 2020-12-29 15:29 史亚运
阅读(613)
评论(0)
推荐(0)
2020年12月26日
nginx反向代理部署springboot项目报404无法加载静态资源
摘要: 问题:nginx反向代理部署springboot项目报404无法加载静态资源(css,js,jpg,png...) 为什么要用反向代理:springboot默认启动端口为8080,如果需要通过域名(不加端口号)直接访问springboot服务就需要nginx配置反向代理到8080端口 nginx配置
阅读全文
posted @ 2020-12-26 12:39 史亚运
阅读(5377)
评论(0)
推荐(0)
2020年12月25日
服务器查看公网IP(出口IP)
摘要: 命令一: curl ifconfig.me 或者命令二: curl cip.cc
阅读全文
posted @ 2020-12-25 11:21 史亚运
阅读(1185)
评论(0)
推荐(0)
2020年12月24日
group by column 报错:this is incompatible with sql_mode=only_full_group_by
摘要: mysql
阅读全文
posted @ 2020-12-24 18:56 史亚运
阅读(159)
评论(0)
推荐(0)
2020年11月14日
springboot mybatis保存数据中文保存成???
摘要: springboot mybatis保存数据中文保存成??? 解决方法: 数据库存连接配置后面加characterEncoding=UTF-8 如下例: spring.datasource.url=jdbc:mysql://localhost:3306/your-database-name?serv
阅读全文
posted @ 2020-11-14 19:17 史亚运
阅读(227)
评论(0)
推荐(0)
2020年10月20日
spring boot报错:Invalid bound statement (not found): com.
摘要: 经检查发现mapper的namespace没写全导致的 正确应该写成这样就可以了:
阅读全文
posted @ 2020-10-20 18:01 史亚运
阅读(204)
评论(0)
推荐(0)
2020年10月18日
Spring Boot使用Mybatis实现增删改查
摘要: Spring Boot
阅读全文
posted @ 2020-10-18 17:26 史亚运
阅读(299)
评论(0)
推荐(0)
Spring Boot使用Mybatis查询结果字段为null
摘要: Spring Boot
阅读全文
posted @ 2020-10-18 17:09 史亚运
阅读(902)
评论(0)
推荐(0)
2020年5月1日
Android Studio安装flutter插件后找不到设备(no devices)
摘要: 首先确认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 史亚运
阅读(2571)
评论(0)
推荐(0)
2020年3月25日
Magento2-2.3.4 windows安装完magento无法加载静态资源导致无法进入后台登录页面
摘要: Magento2-2.3.4 win10安装完magento无法加载静态资源导致无法进入后台登录页面
阅读全文
posted @ 2020-03-25 23:40 史亚运
阅读(1699)
评论(0)
推荐(0)
下一页
公告