上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 43 下一页

2018年5月10日

eclipse里启动rabbitmq报错 java.net.SocketException: Connection reset

摘要: RabbitMQ学习之Java客户端连接测试(二) https://blog.csdn.net/roc1029/article/details/51249412 使用guest用户远程连接RabbitMQ用户名密码错误 https://blog.csdn.net/leisure_life/artic 阅读全文

posted @ 2018-05-10 14:23 chengjunde 阅读(352) 评论(0) 推荐(0) 编辑

2018年5月9日

Mysql性能调优

摘要: MySQL 性能调优的10个方法 https://www.cnblogs.com/claireyuancy/p/7258314.html MySQL 性能优化的最佳20多条经验分享 https://www.cnblogs.com/pengyunjing/p/6591660.html https:// 阅读全文

posted @ 2018-05-09 19:10 chengjunde 阅读(144) 评论(0) 推荐(0) 编辑

【JAVA学习】java虚拟机内存配置,-Xss256m -Xms512m -Xmx800m -XX:MaxPermSize=512m

摘要: 转自:https://blog.csdn.net/a503921892/article/details/39048737 配置tomcat服务器内存大小中的Xms、Xmx、PermSize、MaxPermSize 详解 转自:https://blog.csdn.net/starwind_/artic 阅读全文

posted @ 2018-05-09 19:05 chengjunde 阅读(529) 评论(0) 推荐(0) 编辑

Linux 通过进程Pid与端口互查

摘要: ps -aux 状态详解 https://blog.csdn.net/whatday/article/details/54409387. linux下通过进程名查看其占用端口: https://www.cnblogs.com/MacoLee/p/5664306.html linux 根据进程名查看其 阅读全文

posted @ 2018-05-09 18:46 chengjunde 阅读(1312) 评论(1) 推荐(0) 编辑

Java学习笔记之:Java JDBC

摘要: 转自:https://www.cnblogs.com/huguodong/p/5910859.html 一、介绍 JDBC(Java Data Base Connectivity,java数据库连接)是一种用于执行SQL语句的Java API,可以为多种关系数据库提供统一访问,它由一组用java语言 阅读全文

posted @ 2018-05-09 14:18 chengjunde 阅读(115) 评论(0) 推荐(0) 编辑

Java IO操作——数据操作流DataOutputStream和DataInputStream的使用

摘要: 学习目标 掌握DataOutputStream和DataInputStream的作用 可以使用DataOutputStream和DataInputStream写入和读入数据 数据操作流 在io包中,提供了两个与平台无关的数据操作流: 数据输出流(DataOutputStream) 数据输入流 (Da 阅读全文

posted @ 2018-05-09 14:14 chengjunde 阅读(511) 评论(0) 推荐(0) 编辑

SpringBoot 中 @RequestBody的正确使用方法

摘要: 转自:https://www.cnblogs.com/hfultrastrong/p/8413272.html spring boot的@RequestParam和@RequestBody的区别 https://blog.csdn.net/u013306545/article/details/790 阅读全文

posted @ 2018-05-09 14:04 chengjunde 阅读(535) 评论(0) 推荐(0) 编辑

2018年5月8日

TWX 比较好的多线程使用实例

摘要: using Newtonsoft.Json;using System;using System.Collections.Generic;using System.Configuration;using System.Linq;using System.Text;using System.Thread 阅读全文

posted @ 2018-05-08 12:44 chengjunde 阅读(168) 评论(0) 推荐(0) 编辑

2018年5月7日

@SuppressWarnings注解用法详解

摘要: 转自:https://blog.csdn.net/hunhun1122/article/details/72356228 今天来谈谈@SuppressWarnings注解的作用。 J2SE 提供的最后一个批注是 @SuppressWarnings。该批注的作用是给编译器一条指令,告诉它对被批注的代码 阅读全文

posted @ 2018-05-07 18:21 chengjunde 阅读(263) 评论(0) 推荐(0) 编辑

java 与大数据学习较好的网站

摘要: C# C#中 Thread,Task,Async/Await,IAsyncResult 的那些事儿!https://www.cnblogs.com/doforfuture/p/6293926.htmlAsp.net缓存技术(HttpRuntime.Cache)https://www.cnblogs. 阅读全文

posted @ 2018-05-07 17:23 chengjunde 阅读(1218) 评论(0) 推荐(0) 编辑

上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 43 下一页

导航