自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

行者无疆

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

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

原创 关闭cassandra 或者 tomcat 的方式

方式零: 老办法以前经常喜欢用kill -9 来关闭某些进程,例如为了关闭 tomcat,经常食用下面的shellps -ef | grep tomcat | grep -v grep | awk '{print $2}' | xargs kill -9先用 ps -ef | grep tomcat 查出tomcat相关的进程, 再使用 grep -v grep 来过滤掉grep

2016-08-17 19:12:41 4267

原创 增加cqlsh执行命令的timeout时间

在cassandra运行cqlsh的时候,经常碰到的exception:OperationTimedOut: errors={}, last_host=192.168.21.11默认operation的timeout 是10 second, 执行一个操作很容易就timeout,那么怎样修改这个timeout呢?方法一:使用 --request-timeout = 60, 设

2016-08-17 17:43:21 4013

原创 产品环境中安装Cassandra 3.7

cassandra production installment

2016-08-17 17:13:56 3495

原创 Cassandra JMX 监控配置

最近安装cassandra到产品服务器,很多东西要求就严格了很多,比如perf中使用的JMX,以前是只要知道ip就能访问,但是产品服务器就不行了,这样存在安全隐患,nodetool -h host 可以添加和删除节点。所以今天要讲的东西就是cassandra jmx的授权和访问控制。这里讲的是第一种,最常用的使用密码和访问控制文件方式,其他方式后面有时间再跟进。1 修改$C

2016-08-16 15:25:12 3090 1

转载 less 从末尾查看日志

对于一些很大的log文件,我们用more查看时会很费劲,没有办法直接跳到末尾再向前查看。 我们可以用less来解决,less查看一个文件时,可以使用类似vi的command命令,在command模式下按G跳到文件末尾,再使用f或B来翻页less filename :G 跳到底部,就可以用 向上 向下 箭头 或 向滚动鼠标来查看log了

2016-08-04 15:27:36 22265

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关注的人

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