In my previous post, I listed down most commontelnet commands for memcachedwith sample execution terminal logs. Today I want to discuss about the Memc...
分类:
编程语言 时间:
2014-06-28 17:26:15
阅读次数:
323
SQL Server 性能调优 之执行计划(Execution Plan)调优...
分类:
数据库 时间:
2014-06-22 20:32:58
阅读次数:
203
直接看代码,
file:system/core/CodeIgniter.php
/*
102 * ------------------------------------------------------
103 * Set a liberal script execution time limit
104 * --------------------------------...
分类:
其他好文 时间:
2014-06-22 20:01:49
阅读次数:
184
今天更新了android studio,从0.5.3升级到0.6.1版本,结果在IDE中编译时没有问题,但是在命令行时编译就会出现以下错误:
:app:compileTestDebugJava FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app:c...
分类:
移动开发 时间:
2014-06-18 06:40:05
阅读次数:
395
expression="execution(* *..Book.save(..))"/>
或者
都会用到* *..Book.save(..) 或com.bky.service..*
直接点来瞅瞅.. ..*这些是什么意思
如execution(* *..books.save(..))
第一颗* 返回值可任意,
*..books ...
分类:
编程语言 时间:
2014-06-13 21:24:39
阅读次数:
323
理解了前面动态代理对象的原理之后,其实还是有很多不足之处,因为如果在项目中有20多个类,每个类有100多个方法都需要判断是不是要开事务,那么方法调用那里会相当麻烦。spring中的AOP很好地解决了这个问题,通过
execution表达式 指定哪些包中的那些类 哪些方法 用到事务execution(...
分类:
编程语言 时间:
2014-06-13 18:11:13
阅读次数:
540
Image File Execution
Options就是映像劫持技术,通过此种方式替换记事本,非常地绿色环保。Image File Execution
Options是CreateProcess函数中的一个功能,即在可执行程序运行时,Windows会先检测对应IFEO中的Debugger值,如果...
分类:
其他好文 时间:
2014-06-11 23:22:20
阅读次数:
594
1.学习能力(Learning
Ability)有些东西不懂很正常,从不懂到懂,从懂到精通,自己想想,原来不会的东西,是否可以很快上手。学习能力,其实蛮难衡量,我更愿意看到产品经理在每次产品项目实践中的总结归纳,清楚的知道成功经验与失败教训。2.执行力(Execution)完成预定目标及任务的能力,...
分类:
其他好文 时间:
2014-06-10 21:58:30
阅读次数:
394
The Actor is the unit of execution in Akka.
Actors are object-oriented in the sense that they encapsulate state and
behavior, but they have much stron...
分类:
其他好文 时间:
2014-06-06 10:37:41
阅读次数:
344
今天是2014-05-27,实在无聊顺便研究一下x$kccle的内容吧。如下全部是自己分析和实验结果,真实可靠。
1、如何获得v$log的底层表?我们可以通过autotrace完成查看如:
SQL> set autotrace trace exp
SQL> set linesize 200
SQL> select * from v$log;
Execution Plan
--------...
分类:
其他好文 时间:
2014-06-05 01:56:13
阅读次数:
281