自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(47)
  • 资源 (2)
  • 收藏
  • 关注

原创 mysql表结构导出

mysqldump --socket /var/lib/mysql/mysql.sock --opt -d newtaxi -u newtaxi -p > /tmp/table.txt

2014-02-28 20:29:00 737

原创 mysql 查看哪些host连接到数据库

SELECT SUBSTRING_INDEX(host, ':', 1) AS host_short,       GROUP_CONCAT(DISTINCT USER)   AS users,       COUNT(*)FROM   information_schema.processlistGROUP  BY host_shortORDER  BY COUNT(*),

2014-02-27 19:11:16 7450

原创 mysql 批量更新性能优化

# Query_time: 1831.375521  Lock_time: 0.122548 Rows_sent: 0  Rows_examined: 100000update table set calac = 1 where orderId in        (           42808789        ,          42807591

2014-02-26 15:37:41 3138

原创 linux 网络命令

iptables -L -ndig @202.96.128.86 baidu.comroute -nvi /etc/resolv.conf

2014-02-26 14:56:52 702

原创 ibatis typeHandler 转换数据库类型到枚举类型

ibatis typeHandlerhttp://www.apachebookstore.com/confluence/oss/display/IBATIS/How+do+I+use+a+Custom+Type+Handler+with+complex+property+or+Type+Safe+Enumeration?decorator=printable

2014-02-24 20:51:49 2336

原创 系统级故障回顾

http://www.jb51.net/article/35167.htm

2014-02-24 13:52:44 2516

原创 linux 常用命令

1 stat  查看文件修改时间,访问时间,状态修改时间http://blog.csdn.net/rocky2com/article/details/5644096

2014-02-24 09:47:32 855 1

原创 jvm 启动参数设置

http://help.sap.com/saphelp_nwce10/helpdata/en/f0/cec51dabd1461b87e4db9e3958710e/content.htm

2014-02-23 19:56:34 2482 1

转载 gc 分析

http://www.thecoderscorner.com/team-blog/java-and-jvm/8-gc-monitoring-in-java-with-jstat#.Uwm-i_mSxZ0

2014-02-23 17:31:08 692

转载 jstack dump分析

http://www.cnblogs.com/zhengyun_ustc/archive/2013/01/06/dumpanalysis.html

2014-02-23 15:54:30 768

转载 mongodb 特有功能

http://xiayuanfeng.iteye.com/blog/989024

2014-02-22 22:22:37 677

原创 mongodb 性能优化深入浅出

第一步看mongo全局的运行情况mongostat命令详解 点击打开链接异常1    connection refused because too many open connections: 819使用 db.serverStatus().connections 查看参考文档1 索引优化  http://www.csdn

2014-02-22 12:20:42 1720

转载 java excel 解析

http://www.cnblogs.com/xudong-bupt/archive/2013/03/19/2969997.html

2014-02-21 19:40:12 638

原创 LVS 负载均衡

lvs 中文论坛http://zh.linuxvirtualserver.org/node?page=1

2014-02-21 00:21:03 770

转载 mysql 权限

查看mysql 用户信息select user,host,password from mysql.user;

2014-02-19 11:33:51 463

转载 virtualbox 安装

http://teacher.tchcvs.tc.edu.tw/wangwang/textbook/general/software/win7pe.pdf

2014-02-18 23:32:52 714

转载 ibatis resultType vs ResultMap

MyBatis中在查询进行select映射的时候,返回类型可以用resultType,也可以用resultMap,resultType是直接表示返回类型的,而resultMap则是对外部ResultMap的引用,但是resultType跟resultMap不能同时存在。在MyBatis进行查询映射的时候,其实查询出来的每一个属性都是放在一个对应的Map里面的,其中键是属性名,值则是其对应的值。当提

2014-02-18 20:09:31 1676

转载 redis架构设计

http://www.redisbook.com/en/latest/

2014-02-17 13:37:19 614

转载 redis常见命令

http://redis.readthedocs.org/en/2.4/key.html

2014-02-17 13:36:55 644

转载 mongodb 安装

http://docs.mongodb.org/manual/tutorial/install-mongodb-on-linux/

2014-02-16 22:35:46 511

转载 linux lsmod 内核模块

http://book.51cto.com/art/201006/206466.htm

2014-02-16 21:29:47 621

转载 linux X windows介绍

http://vbird.dic.ksu.edu.tw/linux_basic/0590xwindow.php

2014-02-16 19:26:19 719

转载 vm virtualbox 按照centos无法上网问题解决

http://www.2cto.com/os/201210/162538.html

2014-02-16 17:30:30 872

转载 mongodb 存储结构

mongo存储结构以及索引结构http://blog.nosqlfan.com/html/3515.html

2014-02-15 21:51:38 754

转载 java 开源代码分析工具汇集

http://stackoverflow.com/questions/4470329/free-uml-sequence-diagram-reverse-engineering-eclipse-plugin-working-out-of-the

2014-02-14 16:54:59 777

转载 linux 安装包依赖分析工具

http://blog.chinaunix.net/uid-1706385-id-2834838.html

2014-02-14 15:37:08 700

原创 eclipse 文本搜索正则表达式

http://www.eclipse.org/tptp/home/downloads/installguide/gla_42/ref/rregexp.html1 查询含 update Driver 所有的文件搜索\s*update\s*Driver\s

2014-02-14 13:37:54 1130

转载 io通讯框架

Nettyhttp://ifeve.com/netty1/

2014-02-13 18:41:57 608

原创 LVS负载均衡学习

lvs

2014-02-13 18:13:03 1278

原创 mongo 索引优化

Run your db.collection.find(...) queries with .explain() tacked onto the end. That is the single most useful way to see how queries are running:http://www.mongodb.org/display/DOCS/ExplainYou can als

2014-02-13 16:28:36 924

原创 项目管理小结

1 重构梳理的过程,,除了代码梳理 ,还需要梳理  代码改动对业务的影响范围,,, 让测试知道要怎么测试

2014-02-13 16:09:02 597

转载 BufferedReader 源码分析

http://www.fengfly.com/plus/view-214073-3.html

2014-02-13 14:19:36 638

原创 github 使用

git clone git@github.com:chinaccj/java.git git status git add * git commit -m 'init respostory' git push

2014-02-12 21:11:03 584

原创 在linux下抓mysql query查询

安装gcchttp://flyingdutchman.iteye.com/blog/1885564升级python版本http://flyingdutchman.iteye.com/blog/1885564安装cap包yum install libcap-devel yum install libcap

2014-02-12 14:18:54 943

转载 linux 软件安装 yum命令学习

http://www.cnblogs.com/zhuboxingzbx/archive/2008/02/18/1072676.html

2014-02-12 14:15:42 754

原创 python 学习小结

python -V 查看python 版本

2014-02-12 13:37:46 626

原创 linux 初学者常用目录结构学习

/usr/bin

2014-02-12 13:27:49 922

原创 ReentrantLock 源码分析

final boolean nonfairTryAcquire(int acquires) { final Thread current = Thread.currentThread(); int c = getState(); if (c == 0) { if (compareAndS

2014-02-12 10:45:01 790

转载 Mysql binlog and The General Query Log

https://dev.mysql.com/doc/refman/5.0/en/binary-log.html

2014-02-12 10:21:26 689

转载 详细分析Java中断机制

转自http://www.infoq.com/cn/articles/java-interrupt-mechanism

2014-02-11 22:47:26 581

OpenLDAP-Admin-Guide

openldap 技术,轻量级目录访问协议。可做权限模型

2016-02-18

learning spark

spark 入门学习资料,英文版,看了一些,还是很不错,和大家一起分享下

2016-01-26

空空如也

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

TA关注的人

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