摘要:
f+单词:向右查找 or 向右跳F+单词:向左查找 or 向左跳t+单词:向右查找 -- 对应查找内容的上一个字母dw:删除单词df+字母:从当前删除到查找的内容dt+字母:从当前删除到查找之前di":删除当前引号内的所有内容da":删除当前引号内的所有内容--包含引号u:撤销一步操作ctrl+r: 阅读全文
摘要:
转: http://blog.csdn.net/sz_bdqn/article/details/6666262 要了解这个类首先要弄清楚一个概念:bean factory post-processor官方解释是这样的:A bean factory post-processor is a java c 阅读全文
摘要:
java锁实现原理: http://blog.csdn.net/endlu/article/details/51249156 The synchronized keyword can be used to mark four different types of blocks: Instance m 阅读全文