Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am xluer on github.
  • I am xluer (https://keybase.io/xluer) on keybase.
  • I have a public key ASALNkd7pbM4wBHQvEZgF9_r1Okq4BLLqThZbXszXKQvpAo

To claim this, I am signing this object:

@xluer
xluer / JdkVersion.java
Last active May 22, 2017 09:23
Spring 2.5.6 for JDK8
/*
* Copyright 2002-2007 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
@xluer
xluer / cloudSettings
Last active December 15, 2017 09:33
VSCode Config
{"lastUpload":"2017-12-15T09:32:59.585Z","extensionVersion":"v2.8.7"}
@xluer
xluer / App.java
Created August 6, 2014 07:23
JavaFx8 最小化到Windows系统托盘
import javafx.application.Application;
import javafx.application.Platform;
import javafx.fxml.FXMLLoader;
import javafx.scene.Parent;
import javafx.scene.Scene;
import javafx.stage.Stage;
import javax.imageio.ImageIO;
import java.awt.*;
import java.awt.event.ActionListener;
@xluer
xluer / App.java
Last active August 29, 2015 13:59
嵌入式启动Jetty
import com.sci99.lucene.service.DemoServlet;
import com.sci99.lucene.service.LuceneServlet;
import org.eclipse.jetty.server.Server;
import org.eclipse.jetty.webapp.WebAppContext;
public class App {
public static final String CntPath = "/d1";
public static void main(String[] args) throws Exception {
int port = 8080;
@xluer
xluer / cloudSettings
Last active December 15, 2017 08:15
在Python中连接MySQL
{"lastUpload":"2017-12-15T08:15:55.622Z","extensionVersion":"v2.8.7"}