自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(5)
  • 资源 (26)
  • 收藏
  • 关注

原创 Error scanning entry module-info.class from jar file,Jetty启动失败

Failed startup of context o.e.j.m.p.JettyWebAppContext@6687c7af{/,file:/C:/Users/...web-new/src/main/webapp/,STARTING}{file:/...web-new/src/main/webapp/}MultiException[java.lang.RuntimeException: Erro...

2018-04-30 21:02:31 11121 1

原创 判断日期是否重叠

可以转成判断是否不重叠判断start end 是否和 a b重叠必须保证 start < end 和 a < b在start > b 或者 end < a时就不重叠,取反即得到是否重叠在MySQL里就是  AND not (start_time >= #{end} or end_time <= #{start})而另外这个命题等价的命...

2018-04-27 17:16:21 1167

翻译 idea “cannot find declaration to go to” java文件左下角红色J解决办法

I had the same problem, here is what fixed it for me:close the project in intellij.close intellij.go to the project folder and delete the .idea folderrestart intellij and open the project (wait for th...

2018-04-13 11:51:49 2135

转载 尚硅谷-Maven学习笔记

转自 https://blog.csdn.net/zxm1306192988/article/details/76209062目录(?)[+]1、目前掌握的技术2、目前的技术在开发中存在的问题[why]一个项目就是一个工程 如果项目非常庞大,就不适合继续使用package来划分模块。最好是每一个模块对应一个项目,利于分工协作。 借助于maven就可以将一个项目拆分成多个工程。项目中需要的jar包必...

2018-04-06 22:43:01 828

原创 java io的相对路径 - jvm 启动路径

按照上面jdk文档上讲的这个相对路径是”相对当前用户目录”也就是”java虚拟机的调用目录”.更明白的说这个路径其实是我们在哪里调用jvm的路径通过tomcat运行的默认是在tomcat的bin目录下。idea通过main方法启动的 jvm是在项目根目录上启动的。通过控制台运行的,在哪执行就是哪个路径。...

2018-04-01 19:23:54 1594

截止2100年的节日时间表(含农历)

格式如下 2100-12-07 大雪 2100-12-22 冬至 2100-12-24 平安夜 2100-12-25 圣诞节

2018-08-16

汉字笔画及UNicode数据库(简繁)mysql

包含每个汉字的, '笔画数', '笔顺', `UNicode` `GB` 等信息,可以用与计算笔画数。

2018-08-03

Core Temp CPU测温

enjoy~~~2018年5月12日17:06:00 解压即用,很方便的。

2018-05-12

英语词典SQL数据超过8万条记录

英语词典SQL数据超过8万条记录,有建表语句,英语词典很完整

2017-12-23

fbr视频播放器 Free FlashBack Player

fbr视频播放器 Free FlashBack Player,视频拖进去就能播放 还是很方便的额

2017-12-22

Data Just Right

Data Just RightMaking Big Data Work: Real-World Use Cases and Examples, Practical Code, Detailed Solutions

2017-12-03

大数据伦理学OReilly Ethics of Big Data

( OReilly Ethics of Big Data (2012)大数据伦理学OReilly Ethics of Big Data

2017-12-03

the Big Data Tidal Wave, Finding Opportunities in Huge Data Streams

( Wiley Taming the Big Data Tidal Wave, Finding Opportunities in Huge Data Streams with Advanced Analytics (2012).pdf )

2017-12-03

Big Data Reporting and Development for Operational Intelligence

Packt Publishing Implementing Splunk, Big Data Reporting and Development for Operational Intelligence (2013)

2017-12-03

java学习相关的内容

java学习列表。java学习列表java学习列表java学习列表java学习列表

2017-11-13

Big Data Glossary By Pete Warden.epub

Big Data Glossary By Pete Warden.epub

2017-11-13

郝斌数据结构自学笔记--知识点+程序源代码

郝斌老师数据结构视频对应的自学笔记及详细代码。在此感谢郝斌老师的视频,真的很有帮助

2017-11-13

Bayesian Reasoning and Machine Learning

bayesian学派经典书籍,很好的大数据分析资料.........

2017-10-28

Java开发工具加Java学习录制视频资料

Java开发工具加Java学习录制视频资料,很不错的资源。

2017-10-28

Data Mining Practical Machine Learning Tools and Techniques

Data Mining Practical Machine Learning Tools and Techniques

2017-10-28

Big Data Retriever

Big Data RetrieverBig Data RetrieverBig Data RetrieverBig Data Retriever

2017-10-28

Big Data For Dummies

Big Data For DummiesBig Data For DummiesBig Data For Dummies

2017-10-28

金融中的机器学习,Machine Learning for Financial Engineering

此书提供了一个不同于传统的资产组合理论的方法论,值得看看

2017-10-28

SQL必知必会第三版 数据库数据

天天向上!!

2017-05-11

PostgreSQL 9.4.4 中文版 陈华军整理 osdba制作

有目录,可以查找,不能显示的话右键属性去掉保护就好了

2017-04-21

Dr Java,轻量级Java编译器

DrJava is a lightweight development environment for writing Java programs. It is designed primarily for students, providing an intuitive interface and the ability to interactively evaluate Java code. It also includes powerful features for more advanced users. DrJava is available for free under the BSD License, and it is under active development by the JavaPLT group at Rice University.

2017-04-10

网易云信用到的jar包,httpclient-4.5.jar,httpcore-4.4.1.jar等7个

0. commons-codec-1.9.jar 1. commons-logging-1.2.jar 2. fastjson-1.2.23.jar 3. httpclient-4.5.jar 4. httpcore-4.4.1.jar 5. httpcore-ab-4.2.3.jar 6. httpcore-nio-4.2.3.jar 没分我也很无奈啊。。要是凑够了五个下载就给免费了

2017-04-01

Spring in Action.4th.Edition mobi

全英文 文字版 第四版

2016-09-26

我的java笔记

for task

2016-07-17

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除