会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
KeepSmiling_me
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
7
8
9
10
11
12
下一页
2021年10月12日
新建mysql,设置密码
摘要: alter user 'root'@'localhost' identified by '123456';
阅读全文
posted @ 2021-10-12 09:17 KeepSmiling_me
阅读(65)
评论(0)
推荐(0)
2020年12月13日
git 配置SSH key
摘要: git bash 执行命令,生命公钥和私钥 命令: ssh-keygen -t rsa 生成的ssh key 默认路径为:C:\Users\电脑admin\.ssh .pub后缀为公钥
阅读全文
posted @ 2020-12-13 12:04 KeepSmiling_me
阅读(132)
评论(0)
推荐(0)
2020年11月25日
JDK官方下载地址
摘要: Oracle Java Archive
阅读全文
posted @ 2020-11-25 11:16 KeepSmiling_me
阅读(92)
评论(0)
推荐(0)
2020年7月8日
精通SpringBoot-详解WebMvcConfigurer接口
摘要: SpringBoot 确实为我们做了很多事情, 但有时候我们想要自己定义一些Handler,Interceptor,ViewResolver,MessageConverter,该怎么做呢。在Spring Boot 1.5版本都是靠重写WebMvcConfigurerAdapter的方法来添加自定义拦
阅读全文
posted @ 2020-07-08 13:20 KeepSmiling_me
阅读(271)
评论(0)
推荐(0)
spring boot Websocket(使用笔记)
摘要: 使用websocket有两种方式:1是使用sockjs,2是使用h5的标准。使用Html5标准自然更方便简单,所以记录的是配合h5的使用方法。 1、pom 核心是@ServerEndpoint这个注解。这个注解是Javaee标准里的注解,tomcat7以上已经对其进行了实现,如果是用传统方法使用to
阅读全文
posted @ 2020-07-08 09:40 KeepSmiling_me
阅读(268)
评论(0)
推荐(0)
2020年6月22日
window.location.href的使用
摘要: "window.location.href"、"location.href"是本页面跳转 "parent.location.href"是上一层页面跳转 "top.location.href"是最外层的页面跳转 举例说明: 如果A,B,C,D都是jsp,D是C的iframe,C是B的iframe,B是
阅读全文
posted @ 2020-06-22 14:16 KeepSmiling_me
阅读(347)
评论(0)
推荐(0)
2020年6月8日
如何在onclick事件中传递对象参数?
摘要: var user = {id:1, name:'zs', age:20}; var ele = '<a οnclick="edit(' + JSON.stringify(user).replace(/"/g, '"') + ');">修改</a>'; 或者 var ele = '<a οn
阅读全文
posted @ 2020-06-08 15:48 KeepSmiling_me
阅读(791)
评论(0)
推荐(0)
2020年6月5日
springBoot jar包导航
摘要: // 阿里巴巴德鲁伊数据库连接池 // https://mvnrepository.com/artifact/com.alibaba/druid-spring-boot-starter compile group: 'com.alibaba', name: 'druid-spring-boot-st
阅读全文
posted @ 2020-06-05 15:49 KeepSmiling_me
阅读(207)
评论(0)
推荐(0)
spirngboot设置定时任务
摘要: 1.引入定时任务jar /* 定期处理 */ // https://mvnrepository.com/artifact/org.quartz-scheduler/quartz compile group: 'org.quartz-scheduler', name: 'quartz', versio
阅读全文
posted @ 2020-06-05 14:59 KeepSmiling_me
阅读(623)
评论(0)
推荐(0)
2020年5月25日
纯css radio button样式
摘要: <div class="inRadio RadioStyle"> <input type="radio" checked onclick="editWareHouseIt(this)" id="editOrInsHouse01" name="editOrInsHouse" value="01"> <
阅读全文
posted @ 2020-05-25 13:46 KeepSmiling_me
阅读(745)
评论(0)
推荐(0)
上一页
1
···
7
8
9
10
11
12
下一页
公告