自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

Shangri-La

---Because the people who are crazy enough to think they can change the world,are the ones who do...

  • 博客(7)
  • 资源 (12)
  • 收藏
  • 关注

原创 浅谈 java线程 和 linux进程

因为最近在看jvm和linux kenel的一些书籍。看到一些相似的东西总喜欢拿来对比一下。想想背后设计的思想,感觉这样收货很多。最近一直在看一些英文的书籍,spring in action ,akka in action ,java 8 in action 等等。in action 系列的这些书籍,让我又看到一片新的天地。国内的很多书籍和他们没法比。想想实习也将近四个月了,自己也在规划着自己的未

2016-10-22 20:43:54 1628

原创 浅谈 akka actor

最近在学习akka,其中对于akka cluster中的remote actor 有点疑惑。经过一段时间的思考和看一些文档,以及和其他人的讨论,现在有了一个新的认识。要想学一门技术我觉得了解它的背景是和重要的。那么akka 出现的背景是什么呢?  肯定是现有的一些东西满足不了需求,akka actor是为了并发而设计的一种模型,传统的的做并发是通过多线程,但是多线程中的线程共享是很大的一个

2016-10-22 20:10:16 1358

原创 Java8 sort map by key or value

1. Sort by KeySortByKeyExample.javapackage com.mkyong.test;import java.util.HashMap;import java.util.LinkedHashMap;import java.util.Map;public class SortByKeyExample { public static v

2016-10-09 15:38:15 3262 1

原创 java8 read file 读文件

In Java 8, you can use Files.lines to read file as Stream.c://lines.txt – A simple text file for testingline1line2line3line4line51. Java 8 Read File + StreamTestReadFile.javapackag

2016-10-09 15:06:39 7806 1

原创 java8 write file 写文件

1.用BufferedWriter写入文件//Get the file referencePath path = Paths.get("c:/output.txt"); //Use try-with-resource to get auto-closeable writer instancetry(

2016-10-09 14:56:38 21215

原创 自动装箱和自动拆箱(AutoBoxing,Unboxing)

什么是自动装箱拆箱基本数据类型的自动装箱(autoboxing)、拆箱(unboxing)是自J2SE 5.0开始提供的功能。 一般我们要创建一个类的对象实例的时候,我们会这样: Class a = new Class(parameter); 当我们创建一个Integer对象时,却可以这样: Integer i = 100; (注意:不是 int i =

2016-10-09 13:38:13 11408

原创 Java 8 – 分组GroupBy

1. 分组, 计数和排序 public static void main(String[] args) { //3 apple, 2 banana, others 1 List items = Arrays.asList("apple", "apple", "banana",

2016-10-01 12:45:42 37237 11

kafka stream in action

kafka stream in action 大数据流式处理 很不错的进阶书籍

2017-11-23

Python机器学习及实践从零开始通往Kaggle竞赛之路

Python机器学习及实践从零开始通往Kaggle竞赛之路

2017-06-28

akka in action

n this chapter An overview of Akka Actors and Actor Systems Applicability of Akka In this first chapter, you will be introduced to the various aspects of Akka, what it makes possible, and how it differs from existing solutions. Focus will be on how to take these capabilities and craft powerful concurrent and distributed applications. Akka is at once revolutionary: breaking from the container tradition, and yet doing so by employing ideas that have been around for some time: Actor Systems (if you've never heard of Actors, fear not, we will discuss them at length in the course of the book). You will learn how Akka simplifies the implementation of asynchronous and concurrent tasks, and how it also offers an exciting new solution to distributed fault tolerance. Finally, we will discuss how these concepts, combined with the Akka runtime, deliver on the promise of apps that are more reliable and scalable and yet easier to write (and less prone to rewriting).

2016-10-05

LinuxC函数库参考手册

LinuxC函数库参考手册

2016-05-11

spring源码研究

用于研究spring的绝佳代码

2016-05-11

基于java的ftp服务器

适合于研究,有着完整的实现

2016-05-11

《疯狂Android讲义》 第三版 随书光盘

由于资源很大,上传的是云盘连接地址 《疯狂Android讲义》 第三版 随书光盘

2015-11-23

深入理解Nginx模块开发与架构解析

很不错的一个资源 对于理解nginx有很大的帮助很好.pdf

2015-11-13

18种精致的后台登陆界面HTML源码

18种后台登陆界面HTML源码,真的很不错!

2014-11-07

HTML53d动画

HTML53D动画,最新的HTMl5的应用,蛮好的!

2014-11-06

HTML5+jQuery制作温馨浪漫爱心表白动画特效

关于如果利用HTML5和jQuery的实例,让你深刻体会到IT人才的浪漫!

2014-11-06

空空如也

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

TA关注的人

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