[2015-01-22 20:10:24 - Real_publish_20150121] Dx trouble processing "java/text/FieldPosition.class":Ill-advised or mistaken usage of a core class (jav...
分类:
其他好文 时间:
2015-01-22 21:45:31
阅读次数:
228
1 TPC概述 对数据库和服务器进行压力测试或者做对比的时候,都是经常会使用HammerDB 或者 Benchmark之类的工具,而且最常用TPCC的标准进行测试。 这里说的TPCC,前3个字母是:TPC 是Transaction Processing Council(事务处理委员会),其提供了量化的方法和标准。 所以我们说的TPCC就是其中一种测试方法。 TPC的...
分类:
数据库 时间:
2015-01-21 18:22:37
阅读次数:
353
2012年写过一篇关于Oracle E-Business Suite并发管理器的文章,回头看之前总结的内容还是比较单薄,很多点没说到,最近再看这块的内容,索性再写一篇稍微完整的文章来。Oracle E-Business Suite并发处理机制(Current Processing)的好处区别于普通功能的处理机制,并发处理机制其实是一个异步处理机制,它把程序放到后台来运行,前台的操作还给用户,允许用...
分类:
数据库 时间:
2015-01-21 15:18:29
阅读次数:
354
虽然数据可视化领域有很多成熟、界面友好、功能强大的软件产品(例如Tableau、VIDI、NodeXL等),但是借助Processing我们可以基于Java语言框架进行丰富多元的可视化编程,熟悉了Processing也可以说是上一学期Topics课程的最大收获,以另一种方式将数据重新组织、统计并以可...
分类:
其他好文 时间:
2015-01-21 14:46:31
阅读次数:
143
今天装个zip出现: dpkg: error processing archive /var/cache/apt/archives/libc6-dev-i386_2.19-0ubuntu6.5_amd64.deb (--unpack):trying to overwrite '/usr/inc...
分类:
系统相关 时间:
2015-01-19 22:32:01
阅读次数:
204
I have an array of values that is passed to my function from a different part of the program that I need to store for later processing. Since I don't ...
分类:
编程语言 时间:
2015-01-16 12:34:37
阅读次数:
186
Server Error in '/' Application.
Configuration Error
Description: An error occurred during the processing of a configuration file required
to service this request. Please review the specific e...
分类:
其他好文 时间:
2015-01-16 11:23:04
阅读次数:
726
#-*-coding:utf-8-*-__author__='Administrator'importbisect#排序说明:http://en.wikipedia.org/wiki/insertion_sort#简化一些操作#1:删减外部调用,降低工作负载"""说明:程序复杂度的另一部分是调用其他...
分类:
编程语言 时间:
2015-01-15 21:44:46
阅读次数:
741
之前讲述了workload的分层,对于不同的测试选择workload的方式不同。
workload选择的原则:
1.不同的层级
不同的应用测试层次有:
1.Arithmetic-logic unit 利用Instruction
2.Central processing unit 利用Instruction mix
3.Operating s...
分类:
其他好文 时间:
2015-01-15 16:07:46
阅读次数:
150
Syntax:
#sed -e 'command' -e 'command' filename
Note: -e option is optional for sed with single command. sed will execute the each set of command while processing input from the pattern buffer.
...
分类:
其他好文 时间:
2015-01-14 15:35:56
阅读次数:
164