logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

最全的数据结构解析与归纳

本文对常用的数据结构:Array, ArrayList,List,IList,ICollection, Stack, Queue, HashTable, Dictionary, IQueryable, IEnumerable等进行详述。一、Collection(集合)Collection是数据记录集合,编写代码过程中,常常需要合适的容器保存临时数据,方便修改和查找,如何选取合适的数

平常写代码时,用到的常用工具类

我们在编写代码时,经常会用到一些通用的工具类,有时我们懒得找现有的,上来就自己封装一个.其实大多数我们在开源项目的工具包中就有,而使用现有的一个好处就是通用化,省了测试用例,大部分程序员都能接受。废话不多说了,下面来看代码1. org.springframework.web.util.HtmlUtils字符串转intNumberUtils

Can not read response from server. Expected to read 4 bytes, read 0 bytes

MESSAGE: Can not read responsefrom server. Expected to read 4 bytes, read 0 bytes before connection was unexpectedly lost.改了jdbc驱动也不好使。。。最后找到网上的方法。。是因为mysql的wait_timeout。。参数不对。是480.。写成2880

到底了