自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

行者无疆

--行者不止, 达之无疆。

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

原创 centos 查看机器硬件配置

1 CPUmore /proc/cpuinfo可以找出 model name, CPU cores等信息;2 Memoryfree -m直接查看total部分知道时间可用的物理内存大小;3 Diskdf -h 查看各挂载分区的大小和位置,自己统计大小;

2016-07-28 15:11:42 19536 1

原创 查看linux系统环境

1. 查看内核版本命令:chen@mylinuxserver:~> cat /proc/versionLinux version 2.6.5-7.244-smp (geeko@buildhost) (gcc version 3.3.3 (SuSE Linux)) #1 SMP Mon Dec 12 18:32:25 UTC 2005/proc 目录的作用?chen@myli

2016-07-22 15:50:29 3019

转载 Cassandra简介

学习Cassandra时碰到的一篇写得很好的文章,摘录下来。原文出处:http://www.cnblogs.com/loveis715/p/5299495.html  接触Cassandra的原因与接触Neo4J的原因相同:我们的产品需要能够记录一系列关系型数据库所无法快速处理的大量数据。Cassandra,以及后面将要介绍的MongoDB,都是我们在技术选型过程中的一

2016-07-20 15:06:15 1413

原创 Cassandra driver 入门教程 (二) 异步调用连接数据库

1 第一步 获取Cluster对象Cluster cluster = Cluster.builder().addContactPoint("127.0.0.1").build();2 第二步 获得ListenableFuture的SessionListenableFuture session = cluster.connectAsync();3 第三步 执行异步查询

2016-07-19 17:25:59 2172

原创 Cassandra driver 入门教程 (一) 连接数据库,获取版本号

1 建立Cluster对象Cluster cluster = Cluster.builder().addContactPoint("127.0.0.1").build();2 获得SessionSession session = cluster.connect();3 执行查询session.execute("select release_version from System

2016-07-19 17:14:57 3872

原创 DelayQueue 学习和应用

DelayQueue的实现原理DelayQueue的本质是一个实现了针对元素为Delayed的PriorityQueue, 它里面比较出彩的地方就是使用了Leader/Follower 模式,来减少线程为是否过期轮询,这样提高了系统效率。public interface Delayed extends Comparable { /** * Returns the rem

2016-07-01 17:32:40 2003

原创 Java PhantomJs下载网页

1 下载PhantomJS国外的网站下载比较慢,推荐使用淘宝镜像下载,地址:http://npm.taobao.org/dist/phantomjs/2  下载PhantomJSDriver这里使用maven来直接依赖:                            com.codeborne                phantomjsdriv

2016-07-01 14:09:48 2822

ng-book.pdf

Angularjs 的好书,拿来和大家分享,ng-book.pdf.

2014-12-09

AngularJSIn60MinutesIsh_DanWahlin_May2013.pdf

AngularJSIn60MinutesIsh_DanWahlin_May2013.pdf

2014-12-09

AngularJs 开发指南

AngularJs 开发指南, Angular js的经典数据。

2014-12-09

HelloWorld WebService Client

HelloWorld WebService Client, HelloWorld WebService客服端程序。

2012-11-01

HelloWorld WebService Server

HelloWorld WebService Server, 这是一个HelloWorld WebService的服务器端程序。

2012-11-01

extjs 图标文件

Extjs 4 使用到的很多小图标文件,系统中没有的,可以自定的图标文件。

2012-08-27

Extjs exporter

导出Extjs中的store的数据为excel,前段js导出。 Export store to Excel Well, here's an exporter that can export a grid, tree or simply a store to excel. It's a fork from another project, I adapted it to work with ExtJs 4, using the new class system and fixed a couple of bugs. The Csv exporter isn't implemented and the example and compiled files are not updated (so don't use Exporter-all.js). It exports all the data in the store loaded at that time. If a grid is used it uses the renderers and column configurations from it. The download is made through a button and uses datauri, so it doesn't work in older ie versions. I hope it's useful, if you find bugs or make improvements, just fork it and send me a pull request. https://github.com/iwiznia/Ext.ux.Exporter

2012-08-17

FlashPaper2.2 绿色版

FlashPaper允许我们将任何类型的可打印文档转换为SWF或PDF文档,可以通过各种平台来查看生成的FlashPaper文档,包括文档的格式、文档中的图像、字体、特殊符号、源文档的颜色,而不必理会这个文档原来是由哪个平台、哪个应用程序创建的。 安装程序: install.bat 卸载程序: uninstall.bat

2012-07-10

Android应用开发详解.pdf

android 开发入门到精通的必备书籍。 书中从平台的搭建,到android组件基础,到后面的小的应用开发,详尽仔细,值得推荐。 作者: 郭宏志 出版社: 工业出版社

2012-05-28

Jquery in action

《JQuery in action》in action系列的又一力作,全英文版,需要的下载。免积分提供大家学习资源。

2011-12-14

深入浅出EXTJS第2版.pdf part3(共三部分)

深入浅出EXTJS第2版.pdf part3(共三部分), 后续部分下载见:本人的其他上传资源。有点反感csdn的上传后不能修改的功能。上一次上传的东西标题不明显,误导了大家,再次重传。 纯正PDF版,非扫描版本。希望对大家学习有帮助。

2011-12-08

深入浅出EXTJS第2版.pdf part2(共三部分)

深入浅出EXTJS第2版.pdf part2(共三部分) 纯正PDF版,非扫描版本。在某论坛下,希望对大家学习有帮助。

2011-12-08

深入浅出EXTJS第2版.pdf part1(共三部分)

深入浅出EXTJS第2版.pdf part1(共三部分), 后续部分下载见:本人的其他上传资源。有点反感csdn的上传后不能修改的功能。上一次上传的东西标题不明显,误导了大家,再次重传。 纯正PDF版,非扫描版本。希望对大家学习有帮助。 extjs3.2 作者徐汇生、康爱媛

2011-12-08

Spring In Action 3th Edition

Spring In Action 经典系列 第三版,全英文版。 2011年出版。纯正PDF版。

2011-12-08

深入浅出EXTJS第2版.pdf--part03

深入浅出EXTJS第2版.pdf--part03,最后一部分

2011-11-03

深入浅出EXTJS第2版.pdf--part02

深入浅出EXTJS第2版.pdf part02

2011-11-03

深入浅出EXTJS第2版.pdf

深入浅出EXTJS第2版.pdf 经典书籍,非照片拍摄版,纯正pdf版。希望对大家有所帮助。

2011-11-03

空空如也

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

TA关注的人

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