上一页 1 ··· 197 198 199 200 201 202 203 204 205 ··· 229 下一页
摘要: http://resources.infosecinstitute.com/appscan-part-2/ByRohit T|August 16th, 2012----------------------------------------------------------------------------------------------------------------------------Thefirst partof this article focused on configuring a scan in Rational Appscan, and as mentioned 阅读全文
posted @ 2014-02-17 17:15 一天不进步,就是退步 阅读(599) 评论(0) 推荐(0) 编辑
摘要: 最近在学习redis及阅读redis等程序的源码时,有一些收获,特记录到下面。1.第一步,阅读源代码借助最好可以跟踪的工具去读,如sourceinsight。 我使用的是windows7环境,又因为是c程序,故使用sourceinsight,当然还有其他的方式,比如阅读java代码可以导入到eclipse。2. 第二步,搭建可以启动该源程序的环境,并能启动成功。 根据最简单的配置,使用源码编译的方式,启动该程序。逐渐参考用户使用手册,修改配置文件进行测试,进而熟悉redis的使用。3.第三步,阅读代码前先理清楚源码的数据结构、基本概念、算法。 数据结构诸如字典、双向链表的实现; 概念诸如aof 阅读全文
posted @ 2014-02-17 12:07 一天不进步,就是退步 阅读(4766) 评论(0) 推荐(0) 编辑
摘要: ByRavi SaiveUnder:Linux Commands,Monitoring ToolsOn:December 26, 2013http://www.tecmint.com/command-line-tools-to-monitor-linux-performance/It’s really very tough job for everySystemorNetworkadministrator to monitor and debugLinux System Performanceproblems every day. After being aLinux Administrato 阅读全文
posted @ 2014-02-17 11:47 一天不进步,就是退步 阅读(822) 评论(0) 推荐(0) 编辑
摘要: http://google-styleguide.googlecode.com/svn/trunk/javaguide.htmlhttp://www.oracle.com/technetwork/java/javase/documentation/codeconvtoc-136057.html 阅读全文
posted @ 2014-02-16 22:29 一天不进步,就是退步 阅读(174) 评论(0) 推荐(0) 编辑
摘要: MySQL索引背后的数据结构及算法原理作者 张洋 | 发布于 2011-10-18MySQL索引B树优化原文地址:http://blog.codinglabs.org/articles/theory-of-mysql-index.html摘要本文以MySQL数据库为研究对象,讨论与数据库索引相关的一些话题。特别需要说明的是,MySQL支持诸多存储引擎,而各种存储引擎对索引的支持也各不相同,因此MySQL数据库支持多种索引类型,如BTree索引,哈希索引,全文索引等等。为了避免混乱,本文将只关注于BTree索引,因为这是平常使用MySQL时主要打交道的索引,至于哈希索引和全文索引本文暂不讨论。文 阅读全文
posted @ 2014-02-16 21:36 一天不进步,就是退步 阅读(297) 评论(0) 推荐(0) 编辑
摘要: byRAMESH NATARAJANonFEBRUARY 29, 2012http://www.thegeekstuff.com/2012/02/dig-command-examples/Dig stands for domain information groper.Using dig command you can query DNS name servers for your DNS lookup related tasks. This article explains 10 examples on how to use dig command.1. Simple dig Command 阅读全文
posted @ 2014-02-16 21:06 一天不进步,就是退步 阅读(399) 评论(0) 推荐(0) 编辑
摘要: Serializationis the process of saving an object's state to a sequence of bytes;deserializationis the process of rebuilding those bytes into a live object. The Java Serialization API provides a standard mechanism for developers to handle object serialization. In this tip, you will see how to seri 阅读全文
posted @ 2014-02-16 17:53 一天不进步,就是退步 阅读(358) 评论(0) 推荐(0) 编辑
摘要: 背景.官网一般只提供windows下的exe文件,不提供zip打包文件。有些不愿意使用安装版本。解决方法本文以windows 7下安装jdk-6u35-windows-x64.exe为例说明1. 下载jdk-6u35-windows-x64.exe2. 创建一个目录命名为jdk6,名称位置随意。3. 点击jdk-6u35-windows-x64.exe,选择路径为jdk6,继续。4. 在选择安装路径的时候选择取消,此时免安装版本的文件已经存在于jdk6中。文件目录如下:5. 此时可以配置环境变量了。右击“我的电脑”-->"高级"-->"环境变量&quo 阅读全文
posted @ 2014-02-14 14:58 一天不进步,就是退步 阅读(7842) 评论(0) 推荐(2) 编辑
摘要: 地址:http://hi.baidu.com/hehongrong/item/20c296bcf8d834432aebe3b2如何看linux是32位还是64位如何看linux是32位还是64位查看linux是多少位的几位方法:查看linux机器是32位还是64位的方法:方法一:file /sbin/init 或者 file /bin/ls结果如下:/sbin/init: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.18 阅读全文
posted @ 2014-02-14 11:35 一天不进步,就是退步 阅读(382) 评论(0) 推荐(0) 编辑
摘要: source address:http://en.wikipedia.org/wiki/Radix_treeIncomputer science, aradixtree(alsopatriciatrieorradix trieorcompactprefix tree) is a space-optimizedtriedata structurewhere each node with only one child is merged with its child. The result is that every internal node has up to the number of ch 阅读全文
posted @ 2014-02-13 10:03 一天不进步,就是退步 阅读(883) 评论(0) 推荐(0) 编辑
上一页 1 ··· 197 198 199 200 201 202 203 204 205 ··· 229 下一页