会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
波动平静的心
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
下一页
2020年4月3日
java es批处理
摘要: private static TransportClient client = ElasticSearch.getClientSingle();BulkRequestBuilder bulkRequestBuilder = client.prepareBulk(); List<Map<String,
阅读全文
posted @ 2020-04-03 11:20 静思,随心
阅读(363)
评论(0)
推荐(0)
2020年3月26日
gitlab吃内存
摘要: 参考链接:https://blog.csdn.net/ouyang_peng/article/details/84066417
阅读全文
posted @ 2020-03-26 10:35 静思,随心
阅读(218)
评论(0)
推荐(0)
2020年3月25日
安装docker
摘要: 1. 检查docker是否安装 yum list installed | grep docker 2. 安装 yum -y install docker 3. 启动 systemctl start docker 4. 查看状态 systemctl status docker
阅读全文
posted @ 2020-03-25 17:14 静思,随心
阅读(130)
评论(0)
推荐(0)
2020年3月19日
一台服务器启用多个tomcat的问题
摘要: 修改配置文件server.xml 不同tomcat不能相同
阅读全文
posted @ 2020-03-19 17:14 静思,随心
阅读(174)
评论(0)
推荐(0)
2020年3月17日
teleport堡垒机登录阿里云服务器连接超时
摘要: 阿里云配置:开放52189端口 teleport核心配置文件中有相关信息:core.ini teleport安装链接:https://docs.tp4a.com/
阅读全文
posted @ 2020-03-17 18:02 静思,随心
阅读(511)
评论(0)
推荐(0)
2020年3月16日
linux远程运行jar包,关闭终端后程序继续运行
摘要: nohup java -jar demo.jar > demo.log &
阅读全文
posted @ 2020-03-16 16:29 静思,随心
阅读(515)
评论(0)
推荐(0)
2020年3月15日
CentOS 安装nginx
摘要: Install the prerequisites: sudo yum install yum-utils To set up the yum repository, create the file named /etc/yum.repos.d/nginx.repo with the followi
阅读全文
posted @ 2020-03-15 21:00 静思,随心
阅读(280)
评论(0)
推荐(0)
linux mysql中文乱码
摘要: 1. 创建数据库字符集 2. 创建表字符集 3. 查看字符集 show variables like '%char%'; 4. 修改my.cnf 添加:character_set_server= utf8 参考链接:https://www.cnblogs.com/wangkaihua/p/10165
阅读全文
posted @ 2020-03-15 10:43 静思,随心
阅读(179)
评论(0)
推荐(0)
2020年3月12日
springboot 大文件上传问题
摘要: 1. nginx(413 Request Entity Too Large) 首先:【http|server|location】 下设置:client_max_body_size 100m 重启nginx:systemctl restart nginx 2. springboot设置 (报错类型:t
阅读全文
posted @ 2020-03-12 23:59 静思,随心
阅读(562)
评论(0)
推荐(0)
2020年3月2日
排序
摘要: // 冒泡排序 private void bubbleSort(int[] initSortArray) { int temp; boolean isSort = false; for(int i = 0; i < initSortArray.length; i++) { for(int j = 1
阅读全文
posted @ 2020-03-02 09:21 静思,随心
阅读(116)
评论(0)
推荐(0)
上一页
1
2
3
4
下一页
公告