- 博客(2)
- 收藏
- 关注
原创 byte[]数组和int之间的转换理解
byte[]数组和int之间的转换第一种:int与byte[]之间的转换(类似的byte short,long型)byte[]转int第二种:int与byte[]之间的转换(类似的byte short,long型)byte[]转int 第一种: int与byte[]之间的转换(类似的byte short,long型) /** * 将int数值转换为占四个字节的byte数组,本方法适用于(低位在前,高位在后)的顺序。 和bytesToInt()配套使用 * @param value
2020-11-17 15:11:11
326
原创 企业级搜索引擎solr零基础入门
企业级搜索引擎solr零基础入门 1.下载与安装 官网地址:http://lucene.apache.org/solr/ 将下载的压缩包直接解压即可 2.服务启动 2.1进入bin目录,执行命令,启动solr服务 solr start 其它常用命令 solr start –p 端口号 #启动 solr restart –p 端口号 #重启 solr stop –p 端口号 #关...
2020-05-08 10:29:43
220
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人