会员
商店
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
蜗牛coder
儒子牛-儒心未朽 吾子进修 甘为蜗牛
博客园
首页
新随笔
联系
订阅
管理
随笔 - 28
文章 - 0
评论 - 4
阅读 -
14万
2022年5月25日
Mysql 关键字 ESCAPE
摘要:
%:匹配任意多个字符。 _:匹配单一字符。 如果我们要匹配“%”或者“_”时,就必须使用“\”进行转义测试表: 查询column_2含 \ 的 select * from dev_test where column_2 like '%\\\%' ; 查询column_2以 % 结尾的 select
阅读全文
posted @ 2022-05-25 14:42 蜗牛coder
阅读(2543)
评论(0)
推荐(0)
编辑
2022年3月9日
记一次电脑密码重置恢复的过程win11
摘要: 情况是这样:指纹突然不可用了,pin变成这样,反正我也忘了,密码我也不记得了 于是没有U盘重装系统的情况下,我找到了这篇 https://mbd.baidu.com/newspage/data/landingsuper?rs=1322130937&ruk=_ztJOgtApTN0SDsJYanHBw
阅读全文
posted @ 2022-03-09 09:52 蜗牛coder
阅读(849)
评论(0)
推荐(0)
编辑
2022年2月18日
Ribbon 实现客户端负载均衡与LoadBalanced注解
摘要: 1、@LoadBalanced 该注解用于标记项目中的RestTemplate 实例bean 2、从@LoadBalanced注解码的注释中,可以知道该注解用来给RestTemplate标记,以使用负载均衡的客户端(LoadBalancerClient)来配置它。 顺着LoadBalancerCli
阅读全文
posted @ 2022-02-18 17:13 蜗牛coder
阅读(254)
评论(0)
推荐(0)
编辑
java内部类与静态内部类
摘要: java内部类与静态内部类 static class Outer { class Inner {} static class StaticInner {} } Outer outer = new Outer(); Outer.Inner inner = outer.new Inner(); Oute
阅读全文
posted @ 2022-02-18 14:12 蜗牛coder
阅读(36)
评论(0)
推荐(0)
编辑
2021年8月9日
jenkis构建“ERROR: Error fetching remote repo ‘origin’“
摘要: 分析 1、原因是github文件太大,导致clone的时间非常长,设置超时时间为40分钟也不能成功。参考解决方法就是命令行后面加–depth=1,就会只clone最后一次commit的内容 2、但是jenkins一般的构建中没有命令行时,需要在jenkins工程配置中添加 这样解决了代码库太大,构建
阅读全文
posted @ 2021-08-09 16:28 蜗牛coder
阅读(742)
评论(0)
推荐(0)
编辑
2020年9月29日
json 报文字段转换
摘要: 转换 对象转JSON objectMapping.writeValueAsString(obj) JSON转对象 objectMapping.readValue(str, ojb.class) 说明 - 转换时间格式: 类名 方法名 com.alibaba.fastjson.annotation.J
阅读全文
posted @ 2020-09-29 19:23 蜗牛coder
阅读(450)
评论(0)
推荐(0)
编辑
2019年12月30日
Aliyun搭建svn服务器外网访问报错权限配置失败错误
摘要: 搭建完后所有的配置如下 [root@iZuf655czz7lmtn8v15tsjZ conf]# pwd /home/SVN/conf [root@iZuf655czz7lmtn8v15tsjZ conf]# ls authz passwd svnserve.conf 依次修改配置文件内容如下 [r
阅读全文
posted @ 2019-12-30 09:58 蜗牛coder
阅读(305)
评论(0)
推荐(0)
编辑
2019年11月13日
阿里云ECS服务器,mysql无法外网访问
摘要: 可参考https://www.jianshu.com/p/7a41734b502e 问题原因 未授权远程IP地址登录。root用户默认只能在localhost也就是本机登录 解决方案 在服务器上登录数据库,然后执行如下授权SQL语句。该授权SQL语句的含义为root用户可用任何IP地址登录数据库,操
阅读全文
posted @ 2019-11-13 21:05 蜗牛coder
阅读(1100)
评论(0)
推荐(0)
编辑
2019年11月12日
mysql出现 Unknown column 'Password' in 'field list'
摘要: linux安装了mysql之后初始化密码获取:出现了下面的内容,密码很尴尬,无法用root登录: 1 grep 'temporary password' /var/log/mysqld.log [Note] A temporary password is generated for root@loc
阅读全文
posted @ 2019-11-12 22:12 蜗牛coder
阅读(3363)
评论(1)
推荐(0)
编辑
2019年7月12日
SQLPLUS ed无法调出编辑面板 SP2-0107:无须保存
摘要: 现象: 重新启动oracle启动sqlplus,首先执行ed命令时出错,没有调出编辑命令的文件: SQL> edSP2-0107: 无须保存。 分析:出错的原因可能是临时编辑文件中没有需要执行的内容,命令缓冲区为空? 解决方法: 试着执行一条命令: 再次执行ed命令就能调出来编辑面板了~
阅读全文
posted @ 2019-07-12 18:32 蜗牛coder
阅读(876)
评论(0)
推荐(0)
编辑
下一页
公告
昵称:
蜗牛coder
园龄:
7年4个月
粉丝:
1
关注:
4
+加关注
<
2025年3月
>
日
一
二
三
四
五
六
23
24
25
26
27
28
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
1
2
3
4
5
搜索
常用链接
我的随笔
我的评论
我的参与
最新评论
我的标签
随笔分类
Git、SVN。。。(3)
java(7)
json(1)
Linux(6)
log4j(1)
MySql(3)
oracle(1)
springboot(1)
windows(2)
产品需求(1)
疑难问题(7)
中间件(3)
随笔档案
2022年5月(1)
2022年3月(1)
2022年2月(2)
2021年8月(1)
2020年9月(1)
2019年12月(1)
2019年11月(2)
2019年7月(1)
2019年6月(9)
2019年5月(8)
阅读排行榜
1. Docker国内镜像源(32735)
2. DOCKER启动失败Job for docker.service failed because the control process exited with error code. See "syste mctl status docker.service" and "journalctl -xe" for details.(27212)
3. More than one fragment with the name [spring_web] was found. This is not legal ...(22782)
4. linux时间同步(15693)
5. centos7重置root密码(11266)
评论排行榜
1. More than one fragment with the name [spring_web] was found. This is not legal ...(2)
2. mysql出现 Unknown column 'Password' in 'field list'(1)
3. Access denied for user ''@'localhost' (using password: NO)之idea坑~(1)
推荐排行榜
1. More than one fragment with the name [spring_web] was found. This is not legal ...(4)
2. Access denied for user ''@'localhost' (using password: NO)之idea坑~(1)
3. DOCKER启动失败Job for docker.service failed because the control process exited with error code. See "syste mctl status docker.service" and "journalctl -xe" for details.(1)
最新评论
1. Re:mysql出现 Unknown column 'Password' in 'field list'
感谢,坑里躺了一下午
--yanglqa
2. Re:Access denied for user ''@'localhost' (using password: NO)之idea坑~
spring.datasource.username= 数据库用户名 spring.datasource.password= 数据库密码 spring.datasource.data-username...
--顺手推舟
3. Re:More than one fragment with the name [spring_web] was found. This is not legal ...
的确有用诶!感谢!
--一曲陈情
4. Re:More than one fragment with the name [spring_web] was found. This is not legal ...
有帮助,谢谢
--不懂技术的技术宅
点击右上角即可分享