markdown Java Notes

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown Java Notes相关的知识,希望对你有一定的参考价值。


- [Packages](#packages)
  - [Apache HttpComponents](#apache-httpcomponents)
  - [CloudBoost](#cloudBoost)
  - [SQLITE JDBC Drivers](#sqlite-jdbc-drivers)
- [Snippets](#snippets)
- [Links](#links)

# Packages

## Apache HttpComponents

https://hc.apache.org/

## CloudBoost

https://cloudboost.io

http://mvnrepository.com/artifact/io.cloudboost/JavaSDK/1.0.7

Maven POM:

```xml
<!-- https://mvnrepository.com/artifact/io.cloudboost/JavaSDK -->
<dependency>
    <groupId>io.cloudboost</groupId>
    <artifactId>JavaSDK</artifactId>
    <version>1.0.7</version>
</dependency>
```

## SQLITE JDBC Drivers

https://bitbucket.org/xerial/sqlite-jdbc/downloads/

# Snippets

## Get User Home Directory

```java
String userHome = System.getProperty("user.home");
```

# Links

* Swing / Threading

  * https://www.javamex.com/tutorials/threads/invokelater.shtml

以上是关于markdown Java Notes的主要内容,如果未能解决你的问题,请参考以下文章

markdown PHPExcel Notes和代码片段

markdown [注意:HTML] #notes #html

markdown _notes.md

markdown Mass Mailer Notes

markdown nim-lang注意到#notes

markdown 在Ubuntu VM上安装Superset - Notes