zdd小小菜鸟 zdd小小菜鸟
2年前
spring面试
spring面试1.什么是spring?TEXSpring是个java企业级应用的开源开发框架。Spring主要用来开发Java应用,但是有些扩展是针对构建J2EE平台的web应用。Spring框架目标是简化Java企
Stella981 Stella981
3年前
Spring Boot系列(八) Spring Boot中使用MongoDB数据库
MongoDB是一个开源的NoSQL文档数据库,它使用一个JSON格式的模式(schema)替换了传统的基于表的关系数据。SpringBoot为使用MongoDB提供了很多便利,包括springbootstarterdatamongodb'StarterPOM'。引入springbootstarterdatamongodb包,在po
Wesley13 Wesley13
3年前
go系列(3)
这篇讲讲如何在beego框架使用redis。golang中比较好用的第三方开源redisclient有:goredis源码地址:https://github.com/goredis/redis(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fgith
Wesley13 Wesley13
3年前
Java 11 正式发布!
!(https://oscimg.oschina.net/oscnet/f1126ee66f0e4492a7ade99b65d45bc7.png)作者:OSC局长来自:开源社区(oschina2013)如需转载请在文中注明来源和作者!(https://oscimg.oschina.net/
Stella981 Stella981
3年前
Highcharts创建条形图竞赛显示时间序列
!开源图表库Highcharts教程:条形图竞赛(https://wpassets.highcharts.com/wwwhighchartscom/blog/wpcontent/uploads/2020/07/09110626/Barchartrace1760x381.jpg)您听说过条形图比赛吗?没有?嗯,这不是数据科学家的棋盘游戏
Wesley13 Wesley13
3年前
IDEA下载与安装
IntelliJIDEA号称当前Java开发效率最高的IDE工具。IntelliJIDEA有两个版本:社区版(Community)和旗舰版(Ultimate)。社区版是免费的、开源的,但功能较少;旗舰版提供了较多的功能IntelliJIDEA官网:https://www.jetbrains
Stella981 Stella981
3年前
Open
OfficeOpenXML简称为ooxml,是Microsoft在Office2007之后推行的标准格式,用在Excel,Word,PPT等文件。已确定为国际标准。OpenXmlSDK是Microsoft提供操作ooxml格式的接口类库,是c实现的,2014年开源的,openxml
Stella981 Stella981
3年前
Jenkins安装配置
Jenkins是一个开源软件项目,旨在提供一个开放易用的软件平台,使持续集成变成可能。fromwiki安装:redhat/centossudo wget O /etc/yum.repos.d/jenkins.repo http://pkg.jenkinsci.org/redhat/jenkins.reposudo r
Stella981 Stella981
3年前
Elasticsearch学习(五):Elasticsearch简介
一、ElasticsearchElasticsearch是一个基于ApacheLucene的开源的实时分布式搜索和分析引擎。1\.分布式低成本,高可用,高效配置简单,轻松搭建集群,易扩展2\.实时当前索引有3个文档可用!输入图片说明
Stella981 Stella981
3年前
Apache IOUtils的使用
IOUtils与FileUtilsCommonsIO是apache的一个开源的工具包,封装了IO操作的相关类,使用CommonsIO可以很方便的读写文件commons.jar包下载:http://commons.apache.org/io/download\_io.cgi(https://www.oschi