From外刊IT评论:http://www.aqee.net/2010/05/26/how-to-write-a-killer-resume-for-software-engineers/这几年,我在Google工作,是一名软件工程师(之前是在微软做一个开发团队的队长),我曾浏览过成百上千的简历,从中挑选出可以进行下一步面试过程的 应聘者。 有些人的简历给我留下了很深的印象,而另一些则没有感觉。 ... Read More
posted @ 2010-07-22 09:59 BloodAndBone Views(242) Comments(0) Diggs(0) Edit
From外刊IT评论:http://www.aqee.net/2010/06/28/30-best-practices-to-boost-your-web-application-performance/#more-389尽量避免使用DOM。当需要反复使用DOM时,先把对DOM的引用存到JavaScript本地变量里再使用。使用设置innerHTML的方法来替换document.createEle... Read More
posted @ 2010-07-22 09:56 BloodAndBone Views(140) Comments(0) Diggs(0) Edit
原文链接:http://www.rethinkdb.com/blog/2010/06/will-the-real-programmers-please-stand-up/译文链接:http://www.aqee.net/2010/07/19/will-the-real-programmers-please-stand-up/真正的程序员,请你站出来 Read More
posted @ 2010-07-21 13:00 BloodAndBone Views(120) Comments(0) Diggs(0) Edit
FROM:http://book.51cto.com/art/200910/156551.htm摘要:《Oracle性能诊断艺术》第3章找出性能问题,本章的目标是描述一个可以用来找出时间是如何消耗以及消耗在何处的分析路线图。事实上,这也是我自己经常用来调查客户性能问题的方法。本节为大家介绍SQL跟踪。... Read More
posted @ 2010-07-21 11:24 BloodAndBone Views(210) Comments(0) Diggs(0) Edit
FROM:http://database.ctocio.com.cn/tips/8/8304008.shtml在很多情况下,往往会要求数据库管理员终止SQL Server中的用户进程。本文将为大家介绍如何创建一个简单的存储过程来实现同时终止多个会话、结束连续的会话和结束连接到数据库的所有会话等功能。... Read More
posted @ 2010-07-21 11:13 BloodAndBone Views(663) Comments(0) Diggs(0) Edit