会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
梦见舟
Done is better than perfect
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
···
37
下一页
2020年5月20日
nginx安装 On centos7
摘要: http://nginx.org/en/docs/beginners_guide.html
阅读全文
posted @ 2020-05-20 17:05 梦见舟
阅读(111)
评论(0)
推荐(0)
编辑
navicat 连接 mysql 出现Client does not support authentication protocol requested by server解决方案
摘要: ``` ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'xxxxxx'; ```
阅读全文
posted @ 2020-05-20 16:24 梦见舟
阅读(382)
评论(0)
推荐(0)
编辑
2020年5月8日
tomcat context配置
摘要: 标签 docBase指项目在文件系统路径 path指 url访问路径
阅读全文
posted @ 2020-05-08 10:28 梦见舟
阅读(418)
评论(0)
推荐(0)
编辑
tomcat host 配置
摘要: 通过host标签配置多个虚拟主机 实现在同一个tomcat下部署多个应用的效果
阅读全文
posted @ 2020-05-08 10:21 梦见舟
阅读(520)
评论(0)
推荐(0)
编辑
2020年5月7日
flyway使用
摘要: Description: Flyway failed to initialize: none of the following migration scripts locations could be found: classpath:db/migration Action: Review the
阅读全文
posted @ 2020-05-07 12:16 梦见舟
阅读(2704)
评论(1)
推荐(0)
编辑
2020年5月6日
电脑双屏设置
摘要: 1.桌面空白处右键 Display settings 2.左侧栏Display 3.右侧Multiple display 选择[Extend these displays]
阅读全文
posted @ 2020-05-06 10:06 梦见舟
阅读(456)
评论(0)
推荐(0)
编辑
2020年5月2日
mybatis 头信息
摘要: ``` ```
阅读全文
posted @ 2020-05-02 07:53 梦见舟
阅读(214)
评论(0)
推荐(0)
编辑
mysql 为用户新增数据库访问权限
摘要: ``` create database blog_system; grant all privileges on blog_system.* to robert@'%'; ```
阅读全文
posted @ 2020-05-02 07:15 梦见舟
阅读(573)
评论(0)
推荐(0)
编辑
2020年4月29日
Java实现全排序
摘要: 原始链接: https://blog.csdn.net/weixin_42220532/article/details/90900815
阅读全文
posted @ 2020-04-29 14:10 梦见舟
阅读(156)
评论(0)
推荐(0)
编辑
mysql 收入超过他的经理的员工
摘要: SQL架构 Employee 表包含所有员工,他们的经理也属于员工。每个员工都有一个 Id,此外还有一列对应员工的经理的 Id。 + + + + + | Id | Name | Salary | ManagerId | + + + + + | 1 | Joe | 70000 | 3 | | 2 |
阅读全文
posted @ 2020-04-29 12:40 梦见舟
阅读(198)
评论(0)
推荐(0)
编辑
上一页
1
2
3
4
5
6
7
···
37
下一页
公告