攻城狮

攻城狮

JUST DO IT !

    • free web hit counter
    • 主页|Home
    • 分类|Category
    • 简介|About

Callable vs Runnable interface in Java

Callable vs Runnable interface in Java123456789101112131415new Runnable() { public void run() { }}; new Callable<S

2016-09-12

Memcached

MemcachedMemcached是一款免费且开源、高性能、分布式内存对象缓存系统。旨在通过减轻数据库负载压力来加速动态Web应用。 Memcached将“键值对”形式的数据存储在内存中,“键值对”可以是任意的小的数据,比如strings 和 Object,这些数据来自数据库调

2016-09-11

注解

注解理解可以把注解看成是一个XML元素,该元素可以有不同的预定义的属性。而属性的值是可以在声明该元素的时候自行指定 的。在代码中使用注解,就相当于把一部分元数据从XML文件移到了代码本身之中,在一个地方管理和维护。 注解分类标记注解:简单的声明即可 ; Eg:@Overrid

2016-09-10

Median of Two Sorted Arrays(LeetCode)

Question:Median of Two Sorted ArraysThere are two sorted arrays nums1 and nums2 of size m and n respectively. Find the median of the two so

2016-09-10

Word Ladder I II (LeetCode)

IQuestion:Word Ladder IGiven two words (beginWord and endWord), and a dictionary's word list, find the length of shortest transformat

2016-09-09

java properties file

1234567891011121314151617181920212223242526272829303132333435package com.loogeoustc.test;import java.io.IOException;import java.util.Propert

2016-09-02

线程状态

5种状态 新建(New):创建后尚未启动的线程处于这种状态; 运行(Runnable):Runnable包括了OS线程状态中的Running和Ready,也就是处于次状态的线程有可能正在执行,也有可能正等着CPU为它分配执行时间。 无限期等待(Waiting):处于这种状态的线程

2016-09-01

过滤集合Collection

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465//1.0 直接遍历过滤 Iterat

2016-08-31

convert between int[] and List

How to convert List to int[]?123456789//The easiest way might be using ArrayUtils in Apache Commons Lang library.int[] array = ArrayUtils.to

2016-08-31

泛型通配符? 和 原生类型区别

java泛型通配符?未限定使用时和原生类型都可以表示任意类型,区别何在?关于 Set<?> 的事实: 1. 因为集合被 ? 标注,故Set<?> 可容纳任意类型; 1234567891011121314//Legal Codepublic static

2016-08-31
Prev123456Next

标签云

7788 DataBase DesignPattern JAVA JS LeetCode Mybatis NoSQL OO OS Spring UML XML hexo linux 思想聚焦 排序

友情链接

  • stackoverflow
  • tutorialspoint
  • importNew
  • HashNode
  • HowToDoInJava
  • CSDN
  • 推酷
  • 码农圈
  • 蓝之青
  • 全栈社区
  • 开发者头条
  • 美团点评技术
RSS 订阅

未来已经来临,只是尚未流行!
Don’t worry if it doesn’t work right. If everything did, you’d be out of a job.

Powered by hexo and Theme by Jacman © 2016 Emerson