会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
_Lawrence
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
10
11
12
13
14
15
16
17
18
···
20
下一页
2021年1月4日
element tree单选
摘要: <el-tree :data="depData" show-checkbox node-key="id" ref="treedep" default-expand-all @check-change = "change2" :check-strictly="true" :props="default
阅读全文
posted @ 2021-01-04 17:11 _Lawrence
阅读(241)
评论(0)
推荐(0)
2020年12月29日
极光推送,标签、别名、广播方式。
摘要: public static void main(String[] args) throws APIConnectionException, APIRequestException { pushNotice("","baojing","网页内容","网页标题"); } private static f
阅读全文
posted @ 2020-12-29 15:42 _Lawrence
阅读(357)
评论(0)
推荐(0)
2020年12月11日
centos设置系统语言为中文
摘要: 先安装语言包 dnf install langpacks-zh_CN glibc-langpack-zh.x86_64 再修改语言,修改/etc/locale.conf,加入 LANG="zh_CN.UTF-8" 安装中文字体 dnf install wqy\* -y vi /etc/locale.
阅读全文
posted @ 2020-12-11 15:39 _Lawrence
阅读(765)
评论(0)
推荐(0)
centOS8中文输入法
摘要: 管理员权限执行:yum install ibus ibus-libpinyin设置 - Region & Laguage - input Sources选择chinese(intelligent Pinyin) 重启
阅读全文
posted @ 2020-12-11 15:34 _Lawrence
阅读(462)
评论(0)
推荐(0)
2020年12月7日
spring基础回顾
摘要: 一、spring项目构建 使用idea创建项目 二、Sping IOC容器 1、简单实例 package entity; /** * @Author LLF * @Date Created in 2020/12/7 10:04 * @Description * @Version 1.0 **/ pu
阅读全文
posted @ 2020-12-07 17:41 _Lawrence
阅读(211)
评论(0)
推荐(0)
2020年11月10日
端口被占用关闭命令
摘要: 查找命令:netstat -aon|findstr 端口号停止进程命令:taskkill /pid PID号 /f
阅读全文
posted @ 2020-11-10 09:17 _Lawrence
阅读(175)
评论(0)
推荐(0)
2020年11月3日
maven仓库修改为阿里云仓库
摘要: 将XML文件中的<mirrors>节点修改为(阿里云的仓库): <mirrors> <!-- 阿里云仓库 --> <mirror> <id>alimaven</id> <mirrorOf>central</mirrorOf> <name>aliyun maven</name> <url>http:/
阅读全文
posted @ 2020-11-03 08:50 _Lawrence
阅读(1634)
评论(0)
推荐(0)
2020年10月23日
mysql插入数据过多报错解决办法
摘要: 打开my.ini文件,加入:max_allowed_packet=500M 默认大小为1M多,可以根据自己所需的大小设置
阅读全文
posted @ 2020-10-23 16:34 _Lawrence
阅读(453)
评论(0)
推荐(0)
2020年10月19日
springboot post请求和接收
摘要: 请求: RestTemplate restTemplate = new RestTemplate(); LinkedMultiValueMap body=new LinkedMultiValueMap(); body.add("map",dataService.runData()); HttpHea
阅读全文
posted @ 2020-10-19 12:34 _Lawrence
阅读(897)
评论(0)
推荐(0)
springboot多数据源配置
摘要: datasource: db1: driver-class-name: com.mysql.cj.jdbc.Driver jdbc-url: jdbc:mysql://192.168.14.4:3306/double_prevention?useUnicode=true&characterEncod
阅读全文
posted @ 2020-10-19 12:31 _Lawrence
阅读(311)
评论(0)
推荐(0)
上一页
1
···
10
11
12
13
14
15
16
17
18
···
20
下一页
公告