Renfei's blog

Renfei's blog

Veni,Vedi,Vici

  • Home
  • Archives
  • Rss
  • Sitemap
  • 简历

预排序遍历树算法

预排序遍历树算法 如题所示,这是一种为查询而生的遍历树算法,如果业务需求要求查询的场景高于、多于增删改,可以考虑此算法,该算法会牺牲掉一些插入、删除的性能。 算法简单概括:类二叉树先序遍历,将树上的每个节点标示left、right、level、parent属性(parent可以更

2016-05-26

转-性能优化模式

性能优化模式转自:http://tech.meituan.com/performance_tuning_pattern.html

2016-05-13

hash算法

比较详尽的hash算法介绍: 转自:http://www.cnblogs.com/wangjy/archive/2011/09/08/2171638.html

2016-02-12

[转]还算靠谱的两片关于gc的文章

Java GC的工作原理+Minor GC、FullGC转自:http://www.blogjava.net/ldwblog/archive/2013/07/24/401919.html 触发JVM进行Full GC的情况转自:http://blog.csdn.net/chenl

2016-02-01

开启GC日志

JVM的GC日志的主要参数:-XX:+PrintGC 输出GC日志-XX:+PrintGCDetails 输出GC的详细日志-XX:+PrintGCTimeStamps 输出GC的时间戳(以基准时间的形式)-XX:+PrintGCDateStamps 输出GC的时间戳(以日期的形

2016-01-29

GC配置

GC配置转自:http://www.cnblogs.com/ggjucheng/p/3977384.html

2016-01-29

[转]Redis事务介绍

redis事务转自:http://qifuguang.me/2015/09/30/Redis事务介绍/

2016-01-27

[转载]系统负载能力浅析

系统负载能力浅析转自: http://www.rowkey.me/blog/2015/09/09/load-analysis/

2016-01-12

Hello World

Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the

2016-01-03

作别2015

作别2015时光匆匆留下的回忆不多 喜欢上了民谣但没把自己丢在回忆里那布鲁斯口琴遗忘在了床头似某些人事已蒙上灰尘 结交了新朋友许下美好约定突然想起汪国真愿那颗星永远明亮,如他那激励人的诗一般在路上我也有朋友和远方 读了一些文字其量虽不足以支撑猥琐的躯壳但它们不像代码般冰冷我还需要

2015-12-31
123Next »
RSS 订阅

Hello , Weibo follow me.
A man will pay $2 for a $1 item he wants. A woman will pay $1 for a $2 item that she doesn't want.

Powered by hexo and Theme by Pacman © 2016 Renfei.Monster