Skip to content

Instantly share code, notes, and snippets.

<template>
<div id="app">
<link href="//cdn.bootcss.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet"/>
<link href="//cdn.bootcss.com/font-awesome/4.6.3/css/font-awesome.css" rel="stylesheet"/>
<div class="col-md-2 navbar navbar-fixed-top">
<header>
<h1><a href="/">卡啦小马</a></h1>
<nav style="min-width: auto">
<ul class="list-group">
@junwen12221
junwen12221 / gist:2d27b53c79b558cfc07fff439a5b0b7c
Created June 22, 2016 13:29
记一次debug HashBasedTable 序列化不了
HashBasedTable 序列化不了
https://github.com/FasterXML/jackson-datatype-guava/pulls
新的jackson-datatype-guava貌似支持了
@junwen12221
junwen12221 / Suanfa.java
Created November 10, 2016 07:07
简陋计算器
package agent;
import java.math.BigInteger;
import java.util.ArrayList;
import java.util.List;
import java.util.concurrent.atomic.AtomicInteger;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
import static java.lang.System.out;
@junwen12221
junwen12221 / Suanfa.java
Created November 10, 2016 07:34
简陋计算器2
package agent;
import java.math.BigInteger;
import java.util.ArrayList;
import java.util.List;
import java.util.concurrent.atomic.AtomicInteger;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
import static java.lang.System.out;
@junwen12221
junwen12221 / pom.xml
Created November 11, 2016 06:01
maven例子
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>vertx-push</groupId>
<artifactId>lightfish</artifactId>
<version>1.0-SNAPSHOT</version>
<properties>
package two.c;
import java.util.ArrayList;
import java.util.List;
import java.util.stream.Collectors;
import java.util.stream.IntStream;
public class TestOnly {
static Object lock = new Object();
static ArrayList<String> datas = new ArrayList<String>();
package two;
import java.util.ArrayList;
import java.util.List;
import java.util.stream.Collectors;
import java.util.stream.IntStream;
import static two.TestOnly.datas;
public class TestOnly {
package two;
import java.util.ArrayList;
import java.util.List;
import java.util.stream.Collectors;
import java.util.stream.IntStream;
import static two.TestOnly.datas;
public class TestOnly {
package one;
import java.util.Random;
/**
* Created by Administrator on 2016/11/25 0025.
*/
public class NewMain {
static class MyItem {
public MyItem(byte type, byte color, byte price) {
package seven.ne2;
import seven.DocumentTask;
import seven.ForkJoinSearch;
import seven.SearchResult;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Path;
import java.nio.file.Paths;