会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
_Lawrence
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
10
11
12
13
14
15
16
17
18
···
20
下一页
2020年12月29日
极光推送,标签、别名、广播方式。
摘要: public static void main(String[] args) throws APIConnectionException, APIRequestException { pushNotice("","baojing","网页内容","网页标题"); } private static f
阅读全文
posted @ 2020-12-29 15:42 _Lawrence
阅读(346)
评论(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
阅读(720)
评论(0)
推荐(0)
centOS8中文输入法
摘要: 管理员权限执行:yum install ibus ibus-libpinyin设置 - Region & Laguage - input Sources选择chinese(intelligent Pinyin) 重启
阅读全文
posted @ 2020-12-11 15:34 _Lawrence
阅读(446)
评论(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
阅读(192)
评论(0)
推荐(0)
2020年11月10日
端口被占用关闭命令
摘要: 查找命令:netstat -aon|findstr 端口号停止进程命令:taskkill /pid PID号 /f
阅读全文
posted @ 2020-11-10 09:17 _Lawrence
阅读(160)
评论(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
阅读(1626)
评论(0)
推荐(0)
2020年10月23日
mysql插入数据过多报错解决办法
摘要: 打开my.ini文件,加入:max_allowed_packet=500M 默认大小为1M多,可以根据自己所需的大小设置
阅读全文
posted @ 2020-10-23 16:34 _Lawrence
阅读(444)
评论(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
阅读(881)
评论(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
阅读(294)
评论(0)
推荐(0)
2020年10月16日
window jar包redis开机自启服务
摘要: redis执行redis-server –service-install redis.windows.conf jar包命令写入.bat文件里(java -jar 路径+项目名.jar),把bat文件放入 C:\Users\Lawrence\AppData\Roaming\Microsoft\Win
阅读全文
posted @ 2020-10-16 10:43 _Lawrence
阅读(189)
评论(0)
推荐(0)
上一页
1
···
10
11
12
13
14
15
16
17
18
···
20
下一页
公告